AcessNative - Huge changes, cleaning up and getting it to work
authorJohn Hodge <[email protected]>
Sat, 7 May 2011 10:05:04 +0000 (18:05 +0800)
committerJohn Hodge <[email protected]>
Sat, 7 May 2011 10:07:49 +0000 (18:07 +0800)
commit7f80ab30017689efe0aaaab18abc7ceda689d859
tree02c9740be61d651c0714d23acfed59bd1e1c9f83
parentcafb65b48663d2851ed4330b4731c20f9b2bfaae
AcessNative - Huge changes, cleaning up and getting it to work

- Restructure to the client IDs (now Acess PIDs)
- Fixing up fork() behavior
- Implemented waittid()
- Fixed some bugs with video
- Implemented NativeFS
- Many other changes that I can't remember
22 files changed:
AcessNative/acesskernel_src/Makefile
AcessNative/acesskernel_src/helpers.c
AcessNative/acesskernel_src/include/arch.h
AcessNative/acesskernel_src/include/heap.h
AcessNative/acesskernel_src/keyboard.c
AcessNative/acesskernel_src/main.c
AcessNative/acesskernel_src/nativefs.c
AcessNative/acesskernel_src/server.c
AcessNative/acesskernel_src/syscalls.c
AcessNative/acesskernel_src/threads.c
AcessNative/acesskernel_src/ui_sdl.c
AcessNative/acesskernel_src/vfs_handle.c
AcessNative/acesskernel_src/video.c
AcessNative/ld-acess_src/Makefile
AcessNative/ld-acess_src/binary.c
AcessNative/ld-acess_src/common.h
AcessNative/ld-acess_src/elf.c
AcessNative/ld-acess_src/main.c
AcessNative/ld-acess_src/request.c
AcessNative/ld-acess_src/request.h
AcessNative/ld-acess_src/syscalls.c
AcessNative/syscalls.h

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