parent
3c37e322e8
commit
2bbc32a74c
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=34979
1 changed files with 1 additions and 1 deletions
|
@ -195,7 +195,7 @@ Timecounter "i8254" frequency 1193182 Hz</screen></para></entry>
|
|||
<para>As mentioned previously, the <literal>INT 0x19</literal>
|
||||
instruction loads an MBR, i.e. the <filename>boot0</filename>
|
||||
content, into the memory at address 0x7c00. Taking a look at
|
||||
the file <filename>sys/boot/i386/boot0/boot0.s</filename> can
|
||||
the file <filename>sys/boot/i386/boot0/boot0.S</filename> can
|
||||
give a guess at what is happening there - this is the boot
|
||||
manager, which is an awesome piece of code written by Robert
|
||||
Nordier.</para>
|
||||
|
|
Loading…
Reference in a new issue