From 1165e4c9a4b15af41f5f6f6f29b0dc8cd80dad24 Mon Sep 17 00:00:00 2001 From: Robert Nordier Date: Tue, 19 Dec 2000 00:17:36 +0000 Subject: [PATCH] Fix column alignment (whitespace-only change). --- sys/boot/i386/boot0/boot0.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/boot/i386/boot0/boot0.s b/sys/boot/i386/boot0/boot0.s index dcc41646f48..89570ed3e95 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)