From a491dba00c4ff5c76a6287f40d045aa9aedc0d61 Mon Sep 17 00:00:00 2001 From: rsc Date: Tue, 28 Aug 2007 18:02:49 +0000 Subject: more cmain -> bootmain --- bootmain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bootmain.c') diff --git a/bootmain.c b/bootmain.c index 61f9a2a..c891e1b 100644 --- a/bootmain.c +++ b/bootmain.c @@ -2,7 +2,7 @@ // // The BIOS loads boot sector (bootasm.S) from sector 1 of the disk // into memory and executes it. The boot sector puts the processor -// in 32-bit mode and calls cmain below, which loads an ELF kernel +// in 32-bit mode and calls bootmain below, which loads an ELF kernel // image from the disk starting at sector 2 and then jumps to the // kernel entry routine. -- cgit v1.2.3