Disk improvements

This commit is contained in:
boreddevnl
2026-03-01 17:10:41 +01:00
parent 8bd70faa89
commit 5cf552fd14
12 changed files with 558 additions and 126 deletions

View File

@@ -37,6 +37,7 @@ typedef struct registers_t registers_t;
#define FS_CMD_EXISTS 11
#define FS_CMD_GETCWD 12
#define FS_CMD_CHDIR 13
#define FS_CMD_GET_INFO 14
void syscall_init(void);
uint64_t syscall_handler_c(registers_t *regs);