Skip to content

Instantly share code, notes, and snippets.

@itto-ki
Last active August 4, 2018 20:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save itto-ki/810e038da8daf292d8a50fe530a58597 to your computer and use it in GitHub Desktop.
Save itto-ki/810e038da8daf292d8a50fe530a58597 to your computer and use it in GitHub Desktop.
section .text
bits 32
extern kernel_main
boot:
call kernel_main
hlt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment