Working on separating architecture dependent and independent stuff,
authorJohn Hodge <[email protected]>
Thu, 13 May 2010 04:40:09 +0000 (12:40 +0800)
committerJohn Hodge <[email protected]>
Thu, 13 May 2010 04:40:09 +0000 (12:40 +0800)
commit43f12a083f112a410859597c5f45e78b1de2e7c8
treed2564712c3aea372129bdb60bf31abb139d29e9a
parentc61713a1b9b042796794b8046d8b62e95a7e1264
Working on separating architecture dependent and independent stuff,
Also did more work on getting the x86_64 port working.
- Related changes to VESA driver and usermode
22 files changed:
Kernel/Makefile.BuildNum
Kernel/arch/x86/include/arch.h
Kernel/arch/x86/include/mm_virt.h
Kernel/arch/x86/mm_virt.c
Kernel/arch/x86_64/Makefile
Kernel/arch/x86_64/desctab.asm [new file with mode: 0644]
Kernel/arch/x86_64/include/arch.h
Kernel/arch/x86_64/include/desctab.h [new file with mode: 0644]
Kernel/arch/x86_64/include/mm_virt.h
Kernel/arch/x86_64/include/proc.h
Kernel/arch/x86_64/lib.c
Kernel/arch/x86_64/proc.c [new file with mode: 0644]
Kernel/arch/x86_64/start32.asm
Kernel/arch/x86_64/start64.asm
Kernel/binary.c
Modules/Display/VESA/main.c
Modules/Makefile.tpl
Usermode/Applications/Makefile.tpl
Usermode/Applications/axwin2_src/WM/interface.c
Usermode/Libraries/ld-acess.so_src/loadlib.c
Usermode/Libraries/libacess.so_src/core.asm
Usermode/include/strings.h [deleted file]

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