From 59dcc299077eb7c01d960c4b3e102fe2590668e3 Mon Sep 17 00:00:00 2001 From: kitty Date: Thu, 22 Jan 2026 17:34:19 +1100 Subject: =?UTF-8?q?namechange=20SP=20=E2=86=92=20NOS;=20start=20stack=20ac?= =?UTF-8?q?tually=20empty?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jefs.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jefs.s') diff --git a/jefs.s b/jefs.s index 40ba54d..b6b765f 100644 --- a/jefs.s +++ b/jefs.s @@ -64,7 +64,7 @@ section .text global _start _start: ; init - mov r14, wstack + mov r14, wstack + 16 xor r15, r15 mov rdi, 0 -- cgit v1.2.3