diff options
| author | Robert Nordier <rnordier@FreeBSD.org> | 2000-12-19 00:17:36 +0000 |
|---|---|---|
| committer | Robert Nordier <rnordier@FreeBSD.org> | 2000-12-19 00:17:36 +0000 |
| commit | 1165e4c9a4b15af41f5f6f6f29b0dc8cd80dad24 (patch) | |
| tree | bc822f84a8842db0a3a0e4caccdca3944a3ad100 /sys/boot | |
| parent | 48786ef41244fb4d241706eec39f7a05e5ae6b06 (diff) | |
Notes
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 dcc41646f482c..89570ed3e956f 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) |
