From c9a1266d219a83882735a3a8304f3824e0219cdb Mon Sep 17 00:00:00 2001 From: Benji Dial Date: Mon, 15 Jan 2024 15:44:20 -0500 Subject: redo application paging and system calls, rename mercury to hilbert --- stdlib/syscall.asm | 5 ----- 1 file changed, 5 deletions(-) (limited to 'stdlib/syscall.asm') diff --git a/stdlib/syscall.asm b/stdlib/syscall.asm index eba7ec0..922ca1b 100644 --- a/stdlib/syscall.asm +++ b/stdlib/syscall.asm @@ -28,8 +28,3 @@ get_framebuffer: pop rcx mov dword [rcx], esi ret - -draw_framebuffer: - mov rax, 2 - syscall - ret -- cgit v1.2.3