parent
fe39986260
commit
6f4b1e16cd
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,11 @@
|
|||
; Set video mode
|
||||
mov ax, 0x0003
|
||||
int 10h
|
||||
; ==============
|
||||
|
||||
; Disable screen blinking (which requires EGA)
|
||||
mov ax, 0x1003
|
||||
mov bl, 0
|
||||
int 10h
|
||||
|
||||
; Put the stack somewhere safe
|
||||
mov sp, 0x2000
|
||||
|
|
Reference in a new issue