X-Git-Url: http://git.dujemihanovic.xyz/%7B%7B%20%24style.RelPermalink%20%7D%7D?a=blobdiff_plain;f=boot%2Fx86%2Fstage3%2Fprekernel.c;h=07bd7215abad42fa310927e5579dcd765f7134be;hb=bdad753bd8125abc67a24b5d8030fa9cfb8706db;hp=280c35079da019c3a814bf602f401307645990fe;hpb=f206380199304913806807b69c28abb4fa965ab8;p=nameless-os.git diff --git a/boot/x86/stage3/prekernel.c b/boot/x86/stage3/prekernel.c index 280c350..07bd721 100644 --- a/boot/x86/stage3/prekernel.c +++ b/boot/x86/stage3/prekernel.c @@ -1,5 +1,5 @@ -#include -#include +#include "elf.h" +#include "paging.h" /* This bit of code will be run right after the segment registers have been set * up for protected mode. */