From a77287e9244ae5dac7060c0b8817bc195325af0c Mon Sep 17 00:00:00 2001 From: Robert Morris Date: Wed, 24 Jul 2019 13:33:43 -0400 Subject: no more PAGEBREAK --- kernel/console.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'kernel/console.c') diff --git a/kernel/console.c b/kernel/console.c index 736d96a..fe21405 100644 --- a/kernel/console.c +++ b/kernel/console.c @@ -59,9 +59,6 @@ printptr(uint64 x) { consputc(digits[x >> (sizeof(uint64) * 8 - 4)]); } - -//PAGEBREAK: 50 - // Print to the console. only understands %d, %x, %p, %s. void printf(char *fmt, ...) -- cgit v1.2.3