General Cleanup, Implemented DMA Allocation
authorJohn Hodge <[email protected]>
Tue, 10 Nov 2009 05:14:31 +0000 (13:14 +0800)
committerJohn Hodge <[email protected]>
Tue, 10 Nov 2009 05:14:31 +0000 (13:14 +0800)
commit77ed20ce9d7e25654215980d0f89e63b8dd366f0
treeec936d23c380c5f29244f5b31ecae39b9344e6dd
parent03b6bf4d927e84b6be07ebe7181254faf896f267
General Cleanup, Implemented DMA Allocation
- Cleaned up debugging and added notice of loading a module
- Added doxygen comments to common.h
- Fixed the dynamic modules not loading due to a buggy linker script
- Added MM_AllocDMA to allow memory of a specific bit depth to be allocated
- Various bugfixes and export adds
13 files changed:
Kernel/arch/x86/include/arch.h
Kernel/arch/x86/include/mm_virt.h
Kernel/arch/x86/mm_phys.c
Kernel/arch/x86/mm_virt.c
Kernel/binary.c
Kernel/drv/pci.c
Kernel/drv/vterm.c
Kernel/include/common.h
Kernel/lib.c
Kernel/modules.c
Kernel/vfs/acls.c
Kernel/vfs/dir.c
Modules/Makefile.tpl

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