diff options
author | rnordier <rnordier@FreeBSD.org> | 2000-12-19 00:17:36 +0000 |
---|---|---|
committer | rnordier <rnordier@FreeBSD.org> | 2000-12-19 00:17:36 +0000 |
commit | 1d935117724d443998e8619705a4f3de36be1cb3 (patch) | |
tree | e7276ae6927ee714dfc4d20c9c68ee1b89749f95 /sys/boot | |
parent | f18adffafa09192fb026f2580fac3735a9a9f190 (diff) | |
download | FreeBSD-src-1d935117724d443998e8619705a4f3de36be1cb3.zip FreeBSD-src-1d935117724d443998e8619705a4f3de36be1cb3.tar.gz |
Fix column alignment (whitespace-only change).
Diffstat (limited to 'sys/boot')
-rw-r--r-- | sys/boot/i386/boot0/boot0.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/i386/boot0/boot0.s b/sys/boot/i386/boot0/boot0.s index dcc4164..89570ed 100644 --- a/sys/boot/i386/boot0/boot0.s +++ b/sys/boot/i386/boot0/boot0.s @@ -86,7 +86,7 @@ start: cld # String ops inc # Check what flags were loaded with us, specifically, Use a predefined Drive. # If what the bios gives us is bad, use the '0' in the block instead, as well. # -main: testb $0x20,_FLAGS(%bp) # Set number drive? +main: testb $0x20,_FLAGS(%bp) # Set number drive? jnz main.1 # Yes testb %dl,%dl # Drive number valid? js main.2 # Possibly (0x80 set) |