backtrace task finished

This commit is contained in:
2025-06-14 17:09:29 +08:00
parent b63d0c9147
commit 4c08583743
5 changed files with 31 additions and 1 deletions

View File

@@ -80,6 +80,7 @@ int pipewrite(struct pipe*, uint64, int);
int printf(char*, ...) __attribute__ ((format (printf, 1, 2)));
void panic(char*) __attribute__((noreturn));
void printfinit(void);
void backtrace(void);
// proc.c
int cpuid(void);