Created
April 3, 2013 16:23
-
-
Save airekans/5302740 to your computer and use it in GitHub Desktop.
Minix notes
This file contains hidden or 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
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