Bran's Kernel Development Tutorial Known Bugs: Difference between revisions

[unchecked revision][unchecked revision]
Content deleted Content added
Combuster (talk | contribs)
m Added section "Does not use Cross-Compiler"
Line 49:
}
</syntaxhighlight>
 
===Does not use Cross-Compiler===
Bran's Kernel Tutorial uses DJGPP and NASM (standard install) on windows.<br />
To allow the code to compile on a cross-compiler you must first remove all leading underscores from Global ASM Labels.
 
===References===