Disable interrupts during boot
This commit is contained in:
parent
ff552ac242
commit
9b1c54f5d3
1 changed files with 2 additions and 0 deletions
|
@ -59,6 +59,8 @@ rootdir:
|
|||
dw 0
|
||||
|
||||
main:
|
||||
cli
|
||||
|
||||
; backup important values
|
||||
push bx
|
||||
push cx
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue