Skip to content

Instantly share code, notes, and snippets.

@airekans
Created April 3, 2013 16:23
Show Gist options
  • Save airekans/5302740 to your computer and use it in GitHub Desktop.
Save airekans/5302740 to your computer and use it in GitHub Desktop.
Minix notes
The initial stack of the minix kernel when passing control from boot monitor.
---------
addr of boot image component headers(32)
---------
size of the array of boot parameters(32)
---------
addr of array of boot parameters(32)
---------
boot monitor's code segment(16)
---------
boot monitor's code addr(16)
---------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment