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:
Vladimir Serbinenko 2023-07-20 08:39:59 +02:00 committed by Andrew Kaster
parent 19cede9b3b
commit 10d4bbd133

View file

@ -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 */