Typo/spelling fixes.
This commit is contained in:
parent
ca2b07ad41
commit
ff7ed3a234
@ -60,7 +60,7 @@
|
||||
#
|
||||
# Initialise segments and registers to known values.
|
||||
# segments start at 0.
|
||||
# The stack is immediatly below the address we were loaded to.
|
||||
# The stack is immediately below the address we were loaded to.
|
||||
#
|
||||
# Note that this section of code is used as the first signature check in
|
||||
# boot0cfg(8).
|
||||
@ -76,7 +76,7 @@ start: cld # String ops inc
|
||||
#
|
||||
#
|
||||
# Set address for variable space beyond code, and clear it.
|
||||
# Notice that this is also used to point to the values embedded in in the block,
|
||||
# Notice that this is also used to point to the values embedded in the block,
|
||||
# by using negative offsets.
|
||||
#
|
||||
movw $fake,%bp # Address variables
|
||||
@ -118,7 +118,7 @@ main.2: movb %dl,_FAKE(%bp) # Save drive number
|
||||
#
|
||||
# Start out with a pointer to the 4th byte of the first table entry
|
||||
# so that after 4 iterations it's beyond the end of the sector.
|
||||
# and beyond a 256 byte boundary and thos overflowed 8 bits (see next comment).
|
||||
# and beyond a 256 byte boundary and has overflowed 8 bits (see next comment).
|
||||
# (remember that the table starts 2 bytes earlier than you would expect
|
||||
# as the bootable flag is after it in the block)
|
||||
#
|
||||
@ -440,7 +440,7 @@ tables:
|
||||
table0: .byte 0x0, 0x5, 0xf
|
||||
table0_end:
|
||||
#
|
||||
# These valuse indicate botable types we know the names of
|
||||
# These values indicate bootable types we know the names of
|
||||
#
|
||||
table1: .byte 0x1, 0x4, 0x6, 0x7, 0xb, 0xc, 0xe, 0x63, 0x83
|
||||
.byte 0xa5, 0xa6, 0xa9, 0xb7
|
||||
|
Loading…
x
Reference in New Issue
Block a user