Created
October 30, 2017 17:31
-
-
Save ghaiklor/d63e5183773770e07854b5d799ef3a44 to your computer and use it in GitHub Desktop.
Full implementation for loader entry
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
global _start | |
[bits 16] | |
[extern loader_main] | |
_start: | |
call loader_main | |
jmp $ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment