mac warnings
This commit is contained in:
@ -13,7 +13,7 @@ Queue* kbdq; /* unprocessed console input */
|
||||
Queue* lineq; /* processed console input */
|
||||
Queue* serialoq; /* serial console output */
|
||||
Queue* kprintoq; /* console output, for /dev/kprint */
|
||||
ulong kprintinuse; /* test and set whether /dev/kprint is open */
|
||||
long kprintinuse; /* test and set whether /dev/kprint is open */
|
||||
int iprintscreenputs = 0;
|
||||
|
||||
int panicking;
|
||||
|
Reference in New Issue
Block a user