@@ -6,4 +6,10 @@ typedef struct {
long value;
} sbiret;
#define PANIC(fmt, ...) \
do { \
printf("PANIC: %s:%d " fmt "\n", __FILE__, __LINE__, ## __VA_ARGS__); \
while(1) {}; \
} while(0)
#endif // KERNEL_H_
The note is not visible to the blocked user.