Reply for need more explanation (Compiling in Windows is easier):
Well, for all the kernel, the drivers and libraries, this is my command line :
Code: Select all
%COMPILE% %srcfiles% %OBJFILES% /Fo:x86_64/ %CFLAGS% /Fe:oskrnlx64.exe /LD /link /OPT:LBR,REF /DLL /MACHINE:x64 /NODEFAULTLIB /SUBSYSTEM:native /ENTRY:KrnlEntry /FIXED:no /DYNAMICBASE /LARGEADDRESSAWARE
I don't have to makefile, linker.ld and all this complicated stuff.
UEFI is just like a library, you can type any function you need at google and it will show, everything is easily setup.
Hey, do you still have the compiling issues ?