This commit is contained in:
julianb0 2019-06-18 22:58:19 +02:00
parent 7afa2439bb
commit af9b87cc49
No known key found for this signature in database
GPG Key ID: DDF8325C95299A62
1 changed files with 6 additions and 1 deletions

View File

@ -30,19 +30,24 @@ cpudev_test:
mov ax1, 1
call IDT.AddHandler
trap 0
trap 0
ret
trap0_test:
mov rsp, 0x300000
mov nx7, rax
mov ax0, .msg
call print
mov ax0, nx7
call IDT.DoneHandling
iret
.msg = "Handling TRAP #0 !"
.msg = "Handling TRAP #0 !\n"
showoff:
call ramdev_test