C Sharp Bare Bones: Difference between revisions

Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content deleted Content added
Cleaned up assembly stub (mostly by using 32 bit mode instead of 64 bit, thus avoiding paging setup/mode switching etc)
mNo edit summary
Line 28: Line 28:
===loader.asm===
===loader.asm===


This is the assembly stub which will contain a Multiboot header and stub code for switching to long mode.
This is the assembly stub which will contain a Multiboot header.


<source lang="asm">
<source lang="asm">