summaryrefslogtreecommitdiff
path: root/documentation/syscalls.txt
diff options
context:
space:
mode:
authorBenji Dial <benji@benjidial.net>2024-01-15 15:44:20 -0500
committerBenji Dial <benji@benjidial.net>2024-01-15 15:44:20 -0500
commitc9a1266d219a83882735a3a8304f3824e0219cdb (patch)
treefea71a0b5b0de8f3a8962dc6ed417273f231e2a9 /documentation/syscalls.txt
parent7c6a18d77a81f232ad2e1d3a311bb21ea8f1f5b4 (diff)
downloadhilbert-os-c9a1266d219a83882735a3a8304f3824e0219cdb.tar.gz
redo application paging and system calls, rename mercury to hilbert
Diffstat (limited to 'documentation/syscalls.txt')
-rw-r--r--documentation/syscalls.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/documentation/syscalls.txt b/documentation/syscalls.txt
index cbba5e3..463f815 100644
--- a/documentation/syscalls.txt
+++ b/documentation/syscalls.txt
@@ -20,8 +20,3 @@ get framebuffer:
esi out: pitch
framebuffer is always 32 bpp. use the encode color syscall
to encode colors. pitch is in dwords, not in bytes.
-
-draw framebuffer:
- rax in: 2
- this draws changes to the framebuffer gotten by the get framebuffer
- system call. (currently, the entire thing is copied, not just changes.)