From c35c064e0498db832a9440c5d031d5aaefd1f515 Mon Sep 17 00:00:00 2001 From: rsc Date: Tue, 28 Aug 2007 13:01:10 +0000 Subject: cmain -> bootmain --- bootasm.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bootasm.S') diff --git a/bootasm.S b/bootasm.S index 7abcb29..1831604 100644 --- a/bootasm.S +++ b/bootasm.S @@ -67,9 +67,9 @@ protcseg: # Set up the stack pointer and call into C. movl $start, %esp - call cmain + call bootmain - # If cmain returns (it shouldn't), loop. + # If bootmain returns (it shouldn't), loop. spin: jmp spin -- cgit v1.2.3