From ebd8be68201201fd86fc4a4e4e0a535738af86bd Mon Sep 17 00:00:00 2001 From: Irene Knapp Date: Tue, 19 May 2026 00:38:46 -0700 Subject: yessssssss so okay, now all the machine code stuff is implemented and it builds without crashing the generated executable still crashes though, but this was enough work that it's getting a celebratory check-in Force-Push: yes Change-Id: I201e6912253647da58ef3537c735b478b0dca9fb --- linux.e | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'linux.e') diff --git a/linux.e b/linux.e index ce0b9b7..c7e9bb3 100644 --- a/linux.e +++ b/linux.e @@ -1,6 +1,6 @@ -~ ~~~~~~~~~~~~~~~~~~ -~ ~~ System calls ~~ -~ ~~~~~~~~~~~~~~~~~~ +~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +~ ~~ System calls for the Linux kernel ~~ +~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~ ~ The kernel preserves every register except rax, rcx, and r11. The system ~ call number goes in rax, as does the return value. Parameters go in rdi, -- cgit 1.4.1