Fixes to Libc, Doxygen Comments and VTerm layout
authorJohn Hodge <[email protected]>
Mon, 26 Oct 2009 04:54:31 +0000 (12:54 +0800)
committerJohn Hodge <[email protected]>
Mon, 26 Oct 2009 04:54:31 +0000 (12:54 +0800)
commit95a7eaaa4a1065334125b65130866f8d1048ddb7
treeea8940a96d70795be0c0a853addca786a68bfefc
parenta8067bafb36f98612767060db856cd6bf36ef940
Fixes to Libc, Doxygen Comments and VTerm layout
- Fixed Libc so that zlib could compile against it (still some bugs to get rid of)
- Fixed doxygen commenting
- Fixed a bug in the Makefile (used %* instead of $*)
- Changed the structure of the VTerm driver to facilitate kernel modesetting properly
37 files changed:
Kernel/Makefile
Kernel/arch/x86/lib.c
Kernel/arch/x86/mm_virt.c
Kernel/arch/x86/proc.c
Kernel/arch/x86/time.c
Kernel/debug.c
Kernel/drv/kb.c
Kernel/drv/kb_kbdus.h
Kernel/drv/vterm.c
Kernel/include/modules.h
Kernel/include/syscalls.h
Kernel/include/syscalls.inc.asm
Kernel/include/tpl_drv_keyboard.h
Kernel/include/tpl_drv_video.h
Kernel/lib.c
Kernel/messages.c
Kernel/proc.c [deleted file]
Kernel/system.c
Kernel/threads.c
Kernel/vfs.c [deleted file]
Kernel/vfs/fs/devfs.c
Kernel/vfs/fs/ext2.c
Kernel/vfs/fs/fat.c
Kernel/vfs/fs/fs_ext2.h
Makefile.cfg
Modules/BochsVBE/bochsvbe.c
Modules/Makefile.tpl
Modules/NE2000/Makefile
Usermode/Applications/CLIShell_src/main.c
Usermode/Applications/init_src/main.c
Usermode/Applications/login_src/main.c
Usermode/Libraries/libc.so_src/fileIO.c
Usermode/Libraries/libc.so_src/string.c
Usermode/include/acess/sys.h
Usermode/include/stdio.h
Usermode/include/stdlib.h
Usermode/include/string.h

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