mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-17 07:50:04 +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
Notes:
sideshowbarker
2024-07-17 04:10:16 +09:00
Author: https://github.com/phcoder
Commit: 10d4bbd133
Pull-request: https://github.com/SerenityOS/serenity/pull/20150
Reviewed-by: https://github.com/gmta
Reviewed-by: https://github.com/supercomputer7
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