feat: Added syscalls and began on usermode support, still no scheduler
This commit is contained in:
parent
49867193d5
commit
e7b9f44384
8 changed files with 140 additions and 2 deletions
|
@ -6,5 +6,6 @@
|
|||
|
||||
#define log_early(fmt, ...) kprintf("early: " fmt "\n", ##__VA_ARGS__)
|
||||
#define log_panic(fmt, ...) kprintf("panic: " fmt "\n", ##__VA_ARGS__)
|
||||
#define log_user(fmt, ...) kprintf("user: " fmt "\n", ##__VA_ARGS__)
|
||||
|
||||
#endif // LOG_H
|
Loading…
Add table
Add a link
Reference in a new issue