mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-05 18:05:16 +00:00
Fix a typo in previous commit: must call "putn" to print a crlf,
instead of "puts" which prints whatever is at %si, followed by a CRLF. It was not noticed during tests because at that point %si points to a partition entry whose first byte is 0x80, which is both a terminator for the string and a non printable character. Submitted by: Christoph Mallon
This commit is contained in:
parent
045651ec1e
commit
86d6c2d4b9
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=185346
@ -320,7 +320,7 @@ main.15: movw $LOAD,%bx # Address for read
|
||||
cmpw $MAGIC,0x1fe(%bx) # Bootable?
|
||||
jne main.10 # No
|
||||
pushw %si # Save ptr to selected part.
|
||||
callw puts # Leave some space
|
||||
callw putn # Leave some space
|
||||
popw %si # Restore, next stage uses it
|
||||
jmp *%bx # Invoke bootstrap
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user