Disable interrupts during boot
This commit is contained in:
parent
ff552ac242
commit
9b1c54f5d3
@ -59,6 +59,8 @@ rootdir:
|
||||
dw 0
|
||||
|
||||
main:
|
||||
cli
|
||||
|
||||
; backup important values
|
||||
push bx
|
||||
push cx
|
||||
|
Loading…
Reference in New Issue
Block a user