summaryrefslogtreecommitdiff
path: root/kernel/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/main.c')
-rw-r--r--kernel/main.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/kernel/main.c b/kernel/main.c
index f3c5ea6..17bd5d1 100644
--- a/kernel/main.c
+++ b/kernel/main.c
@@ -6,9 +6,7 @@
volatile static int started = 0;
-// Bootstrap processor starts running C code here.
-// Allocate a real stack and switch to it, first
-// doing some setup required for memory allocator to work.
+// start() jumps here in supervisor mode on all CPUs.
void
main()
{