[sys] Debugging tool 'STOP'
This commit is contained in:
parent
fd0dea66d5
commit
a4e37ae963
@ -12,6 +12,8 @@
|
||||
#define KERNEL_UNAME "ToAruOS"
|
||||
#define KERNEL_VERSION_STRING "0.0.1"
|
||||
|
||||
#define STOP while (1) { __asm__ __volatile__ ("hlt"); }
|
||||
|
||||
extern void *sbrk(uintptr_t increment);
|
||||
|
||||
extern void tss_flush();
|
||||
|
Loading…
Reference in New Issue
Block a user