debugger and fixes

This commit is contained in:
nora 2025-03-10 18:08:00 +01:00
parent de03390dab
commit 7ae26ddc85
9 changed files with 212 additions and 50 deletions

View file

@ -11,5 +11,5 @@ init: init.c
init1: init1.rs
$(RUSTC) init1.rs
x: x.s
$(CC_STATIC) x.s -o x
x: x.S
$(CC_STATIC) x.S -o x