heading to laptop

This commit is contained in:
2026-07-07 18:52:22 -05:00
parent 177a0b8fe9
commit e42ee8eb85
13 changed files with 68 additions and 96 deletions

View File

@@ -11,7 +11,6 @@ static inline int syscall1(int num, uint32_t arg1) {
return ret;
}
/* A generic wrapper for a system call with 3 arguments */
static inline int syscall3(int num, uint32_t arg1, uint32_t arg2, uint32_t arg3) {
int ret;
asm volatile (