git://scm.lunaixsky.com
/
lunaix-os.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add generic kremap for kernel remapping
[lunaix-os.git]
/
lunaix-os
/
arch
/
x86
/
boot
/
mb_parser.c
diff --git
a/lunaix-os/arch/x86/boot/mb_parser.c
b/lunaix-os/arch/x86/boot/mb_parser.c
index f38d7030aebbb0670c52df62aaac17d36b345994..14d420cb191128788925047a9b26b35f8d49bb32 100644
(file)
--- a/
lunaix-os/arch/x86/boot/mb_parser.c
+++ b/
lunaix-os/arch/x86/boot/mb_parser.c
@@
-1,11
+1,12
@@
#define __BOOT_CODE__
#include <lunaix/boot_generic.h>
#define __BOOT_CODE__
#include <lunaix/boot_generic.h>
-#include <lunaix/generic/bootmem.h>
-#include <
sys/boot/b
stage.h>
+#include <
asm/boot_
stage.h>
#include <sys/boot/multiboot.h>
#include <sys/boot/multiboot.h>
-#include <sys/mm/mempart.h>
+#include <sys-generic/bootmem.h>
+
+#include <asm/mempart.h>
#include <klibc/string.h>
#include <klibc/string.h>