From a8a80d326de9550b2a25b1255a2093ab43219ede Mon Sep 17 00:00:00 2001 From: Benji Dial Date: Sat, 27 Jan 2024 23:14:29 -0500 Subject: keyboard input --- documentation/syscalls.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'documentation/syscalls.txt') diff --git a/documentation/syscalls.txt b/documentation/syscalls.txt index 10bf2a9..15aabfa 100644 --- a/documentation/syscalls.txt +++ b/documentation/syscalls.txt @@ -66,3 +66,7 @@ get new pages: close file: rax in: 7 rdi in: file handle + +read key packet: + rax in: 8 + eax out: key packet -- cgit v1.2.3