Fixes and Cleanup
authorJohn Hodge <[email protected]>
Fri, 13 Nov 2009 07:09:46 +0000 (15:09 +0800)
committerJohn Hodge <[email protected]>
Fri, 13 Nov 2009 07:09:46 +0000 (15:09 +0800)
commit5fc81fa5e050f48374a6aff5636f3e60313dfc78
tree023f5160fb6f11fecdcc9642909c1a8508328b05
parent6c5a509b5e14e097ca537c539bc9babe3b8f0c4c
Fixes and Cleanup
- Fixed text mode in BochsGA driver and hence set it to the VTerm default
- Moved Ext2 Filesystem driver to Modules tree (As FS_Ext2)
- Included root Makefile in git tree
- Slight changes to the in-process USB code
- Updated the README
- Inconcequential changes to other files
24 files changed:
Kernel/arch/x86/errors.c
Kernel/arch/x86/proc.c
Kernel/drv/vterm.c
Kernel/modules.c
Kernel/vfs/fs/ext2.c [deleted file]
Kernel/vfs/fs/fs_ext2.h [deleted file]
Makefile [new file with mode: 0644]
Makefile.cfg
Modules/BochsVBE/Makefile [deleted file]
Modules/BochsVBE/bochsvbe.c [deleted file]
Modules/FS_Ext2/Makefile [new file with mode: 0644]
Modules/FS_Ext2/dir.c [new file with mode: 0644]
Modules/FS_Ext2/ext2.c [new file with mode: 0644]
Modules/FS_Ext2/ext2_common.h [new file with mode: 0644]
Modules/FS_Ext2/ext2fs.h [new file with mode: 0644]
Modules/FS_Ext2/read.c [new file with mode: 0644]
Modules/FS_Ext2/write.c [new file with mode: 0644]
Modules/USB/uhci.c
Modules/USB/usb.h
README
Usermode/Libraries/libc.so_src/lib.h
Usermode/Libraries/libc.so_src/stub.c
Usermode/include/acess/devices.h
Usermode/include/acess/devices/terminal.h [new file with mode: 0644]

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