mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +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: https://github.com/SerenityOS/serenity/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…
Reference in a new issue