Lots of work on the AcessNative kernel
authorJohn Hodge <[email protected]>
Sat, 22 Jan 2011 12:59:13 +0000 (20:59 +0800)
committerJohn Hodge <[email protected]>
Sat, 22 Jan 2011 12:59:13 +0000 (20:59 +0800)
commit02cbaac1233be9c5228973a787431fa5e0aa178e
treeff75dfd5c93bf0b1222d69ded8ff21338b2d29c5
parenta09032f44bba55ce1e60dfab92a39cf6c909220b
Lots of work on the AcessNative kernel

- Fixed some bugs (and possibly introduced some) in the main kernel
- Cleaned up a heap of other stuff in AcessNative/ld-acess
- Fixed a bug in the TCP code that could cause a deadlock
24 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/syscalls.c [new file with mode: 0644]
AcessNative/acesskernel_src/threads.c
AcessNative/acesskernel_src/ui.h [new file with mode: 0644]
AcessNative/acesskernel_src/ui_sdl.c [new file with mode: 0644]
AcessNative/acesskernel_src/video.c
AcessNative/ld-acess_src/binary.c
AcessNative/ld-acess_src/elf.c
AcessNative/ld-acess_src/main.c
AcessNative/ld-acess_src/memory.c
AcessNative/ld-acess_src/request.c
AcessNative/ld-acess_src/syscalls.c
AcessNative/syscalls.h
Kernel/arch/x86/lib.c
Kernel/drv/vterm.c
Kernel/include/tpl_drv_keyboard.h
Kernel/include/tpl_drv_video.h
Modules/IPStack/tcp.c
Usermode/Libraries/crt0.o_src/crt0.asm

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