more cmain -> bootmain
This commit is contained in:
parent
d844f0f9d9
commit
a491dba00c
2 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue