[sys] Debugging tool 'STOP'

This commit is contained in:
Kevin Lange 2011-10-26 19:11:05 -05:00
parent fd0dea66d5
commit a4e37ae963

View File

@ -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();