mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 15:17:36 +00:00
Prekernel: Fix wrong and misleading comment
Comment speaks about MULTIBOOT_MEMORY_INFO but those fields are actually about aout kludge.
This commit is contained in:
parent
19cede9b3b
commit
10d4bbd133
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
.long multiboot_checksum
|
||||
|
||||
|
||||
/* for MULTIBOOT_MEMORY_INFO */
|
||||
/* for MULTIBOOT_AOUT_KLUDGE, just a dummy */
|
||||
.long 0x00000000 /* header_addr */
|
||||
.long 0x00000000 /* load_addr */
|
||||
.long 0x00000000 /* load_end_addr */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue