We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdc630f commit 2eed431Copy full SHA for 2eed431
1 file changed
bios/stage-2/src/protected_mode.rs
@@ -83,8 +83,6 @@ pub fn enter_unreal_mode() {
83
unsafe {
84
asm!("mov ds, {0:x}", in(reg) ds, options(nostack, preserves_flags));
85
asm!("sti");
86
-
87
- asm!("mov bx, 0x0f01", "mov eax, 0xb8000", "mov [eax], bx");
88
}
89
90
0 commit comments