Skip to content

Commit

Permalink
Add new syscalls to user lib
Browse files Browse the repository at this point in the history
  • Loading branch information
agkaminski committed Sep 5, 2022
1 parent 556ccd5 commit c1e8c7a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions user/lib.crasm
Original file line number Diff line number Diff line change
Expand Up @@ -83,3 +83,13 @@ svc_sleep MACRO
_SYSCALL 15
ENDM

; Input: None. Output: none.
svc_nmiDisable MACRO
_SYSCALL 16
ENDM

; Input: None. Output: none.
svc_nmiStart MACRO
_SYSCALL 17
ENDM

0 comments on commit c1e8c7a

Please sign in to comment.