- correct the file name

Submitted by:	fender0107401@gmail.com
This commit is contained in:
Daniel Gerzo 2009-11-28 11:14:28 +00:00
parent 3c37e322e8
commit 2bbc32a74c
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=34979

View file

@ -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>