Turn off the floppy drive after the boot loader is finished.

This commit is contained in:
Andreas Kling 2018-10-27 00:34:36 +02:00
parent 3db8d7ae1a
commit 42c88b5f2d
2 changed files with 5 additions and 0 deletions

View file

@ -56,6 +56,11 @@ boot:
call durk
; Turn off the floppy motor.
mov dx, 0x3f2
xor al, al
out dx, al
lgdt [cs:test_gdt_ptr]
mov eax, cr0

Binary file not shown.