summaryrefslogtreecommitdiff
path: root/documentation/syscalls.txt
diff options
context:
space:
mode:
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.)