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.
Showing
- Kernel/Makefile 1 addition, 1 deletionKernel/Makefile
- Kernel/include/acess.h 7 additions, 7 deletionsKernel/include/acess.h
- Kernel/syscalls.c 0 additions, 1 deletionKernel/syscalls.c
- Kernel/threads.c 14 additions, 7 deletionsKernel/threads.c
- Kernel/vfs/handle.c 99 additions, 0 deletionsKernel/vfs/handle.c
- Kernel/vfs/main.c 1 addition, 1 deletionKernel/vfs/main.c
- Kernel/vfs/open.c 10 additions, 119 deletionsKernel/vfs/open.c
- Modules/IPStack/link.c 3 additions, 0 deletionsModules/IPStack/link.c
Please register or sign in to comment