summaryrefslogtreecommitdiff
path: root/kernel/console.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/console.c')
-rw-r--r--kernel/console.c3
1 files changed, 0 insertions, 3 deletions
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, ...)