8000 Undo whitespace change from 537fc71 · rust-osdev/bootloader@c77e2fb · GitHub
[go: up one dir, main page]

Skip to content

Commit c77e2fb

Browse files
committed
Undo whitespace change from 537fc71
1 parent 6f85404 commit c77e2fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/stage_2.s

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ enter_protected_mode_again:
9595
mov eax, cr0
9696
or al, 1 # set protected mode bit
9797
mov cr0, eax
98+
9899
push 0x8
99100
lea eax, [stage_3]
100101
push eax

0 commit comments

Comments
 (0)
0