Cleaning up code, and separating a little to allow native code to share
authorJohn Hodge <[email protected]>
Fri, 10 Dec 2010 04:47:46 +0000 (12:47 +0800)
committerJohn Hodge <[email protected]>
Fri, 10 Dec 2010 04:47:46 +0000 (12:47 +0800)
commit3e26f25f924611d86e26de937434e5edd2569c5e
tree8a98df5d70e22a73b463523501b67a8a9a9fcb11
parentd175ad3da84740882a4d99cdb4c00072cd1b13be
Cleaning up code, and separating a little to allow native code to share

> Split vfs/open.c into handle.c, allowing the handle code to be
  replaced in the native emulation code.
> Changed a few referenes to Uint to tVAddr

These changes were made to allow the kernel to be compiled as a
user mode executable for windows/linux, to improve turnover speed
for user applications.
Kernel/Makefile
Kernel/include/acess.h
Kernel/syscalls.c
Kernel/threads.c
Kernel/vfs/handle.c [new file with mode: 0644]
Kernel/vfs/main.c
Kernel/vfs/open.c
Modules/IPStack/link.c

UCC git Repository :: git.ucc.asn.au