Small kernel heap for VMM internals, kmalloc/kfree
This commit is contained in:
@@ -16,4 +16,8 @@ enum ErrorCodes
|
||||
#define DEBUG(log, ...) fctprintf((void*)&skputc, 0, "debug: [%s]: " log "\r\n", __FILE__, ##__VA_ARGS__)
|
||||
|
||||
// printf("debug: [%s]: " log "\n", __FILE__, ##__VA_ARGS__);
|
||||
|
||||
void hcf();
|
||||
#define assert(check) do { if(!(check)) hcf(); } while(0)
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user