Kernel/x86_64 - Rework to use pmemmap.h (and share code with x86)
authorJohn Hodge <[email protected]>
Thu, 9 Aug 2012 16:15:42 +0000 (00:15 +0800)
committerJohn Hodge <[email protected]>
Thu, 9 Aug 2012 16:15:42 +0000 (00:15 +0800)
commite1a5a15ff663d68e107edf0ad0a2bc878c0670d5
tree3c1d4ea865f21e10f15c04b4d5780663eee0a137
parent6ffe630a29490fbe79cc46d934650168af44ca10
Kernel/x86_64 - Rework to use pmemmap.h (and share code with x86)

- Involved breaking the mboot parsing code out of x86/main.c
  and into a helper file x86/mboot.c This file is used by x86_64
  too.
- Added a common boot module format
KernelLand/Kernel/arch/x86/Makefile
KernelLand/Kernel/arch/x86/main.c
KernelLand/Kernel/arch/x86/mboot.c [new file with mode: 0644]
KernelLand/Kernel/arch/x86_64/Makefile
KernelLand/Kernel/arch/x86_64/include/archinit.h [new file with mode: 0644]
KernelLand/Kernel/arch/x86_64/main.c
KernelLand/Kernel/arch/x86_64/mm_phys.c
KernelLand/Kernel/include/bootmod.h [new file with mode: 0644]
KernelLand/Kernel/include/mboot.h

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