debug.rom: show banner when loaded
This commit is contained in:
parent
ec4bdf649d
commit
7d99526b55
1 changed files with 9 additions and 0 deletions
|
@ -100,6 +100,15 @@ init:
|
|||
mov bx, 6
|
||||
mov dx, isr_invalid_opcode
|
||||
call hook_int
|
||||
|
||||
push cs
|
||||
pop ds
|
||||
mov si, rom.name
|
||||
push si
|
||||
call printf
|
||||
db "%S loaded", 0x0A, 0x0D, 0
|
||||
pop si
|
||||
|
||||
retf
|
||||
|
||||
; Hook interrupt
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue