Trace syscall complete, kernel interface and userspace demo program

This commit is contained in:
Imbus 2025-05-09 08:47:44 +02:00
parent 641ebb302a
commit ca76d0772b
7 changed files with 33 additions and 1 deletions

View file

@ -138,6 +138,7 @@ UPROGS=\
$U/_clear\
$U/_halt\
$U/_reset\
$U/_traced\
fs.img: mkfs/mkfs README.md $(UPROGS)
mkfs/mkfs fs.img README.md $(UPROGS)