flat assembler
Message board for the users of flat assembler.
Index
> OS Construction > Multiboot Header |
Author |
|
HujinXerox 28 Nov 2005, 20:20
if I want to boot a flat binary file how should my multiboot header look?
in fasm of course... _________________ /Nemo |
|||
28 Nov 2005, 20:20 |
|
Nikso 23 Dec 2005, 17:43
Following documentation at: http://www.gnu.org/software/grub/manual/multiboot/multiboot.html
Multiboot_Magic equ 0x1BADB002 Multiboot_Flags equ 0x10007 align 4 Multiboot: .Magic DD Multiboot_Magic .Flags DD Multiboot_Flags .Checksum DD 0-Multiboot_Magic-Multiboot_Flags ; .HeaderAddr DD Kernel.Multiboot .LoadAddr DD <kernel origin address> .LoadEndAddr DD <kernel end address> .BSSEndAddr DD 0 .EntryAddr DD <kernel entry point> ; .ModeType DD 0 .Width DD 0 .Height DD 0 .Depth DD 0 this is a basic version with few flags enabled. refere to the official documentation for full format. hope this help Nikso |
|||
23 Dec 2005, 17:43 |
|
HujinXerox 16 Jan 2006, 00:38
Thanks for the answer got it working Cheers
_________________ /Nemo |
|||
16 Jan 2006, 00:38 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.