Kernel - Change virtual memory API to use void* for virtual addresses
authorJohn Hodge <[email protected]>
Sat, 15 Feb 2014 11:59:31 +0000 (19:59 +0800)
committerJohn Hodge <[email protected]>
Sat, 15 Feb 2014 11:59:31 +0000 (19:59 +0800)
commite2744a459d1c63435d7348d0bfd0e4b92b0ec9f9
tree41b26d1b1539f700f7d83cd1de2e9b21daf6911a
parent82be808714198ab884748f14f06abf458a3c5d59
Kernel - Change virtual memory API to use void* for virtual addresses

- General code cleanup while fixing compilation issues
21 files changed:
KernelLand/Kernel/Makefile
KernelLand/Kernel/arch/x86/acpica.c
KernelLand/Kernel/arch/x86/include/arch_int.h
KernelLand/Kernel/arch/x86/kpanic.c
KernelLand/Kernel/arch/x86/mm_phys.c
KernelLand/Kernel/arch/x86/mm_virt.c
KernelLand/Kernel/arch/x86/proc.c
KernelLand/Kernel/arch/x86/vm8086.c
KernelLand/Kernel/bin/elf.c
KernelLand/Kernel/debug.c
KernelLand/Kernel/drv/vterm_vt100.c
KernelLand/Kernel/heap.c
KernelLand/Kernel/include/acess.h
KernelLand/Kernel/include/debug_hooks.h
KernelLand/Kernel/syscalls.c
KernelLand/Kernel/vfs/handle.c
KernelLand/Kernel/vfs/mmap.c
KernelLand/Modules/Display/BochsGA/bochsvbe.c
KernelLand/Modules/Display/VESA/main.c
KernelLand/Modules/Network/PCnetFAST3/pcnet-fast3.c
KernelLand/Modules/USB/EHCI/ehci.c

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