Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
use32
org 0x100000
magic_L:
magic: dd 0x1BADB002
flags: dd 10000000000000001b;binary value
checksum: dd 0; I don't know this at the moment come back later
header_addr: dd magic_L;address of the start of the multiboot header
load_addr: dd text_addr;address of the beginning of the text segment
load_end_addr: dd end_addr
bss_end_addr: dd 0
entry_addr dd 0;I don't know this at the moment
text_addr:
end_addr:
The only things I'm confused about here are whate entry_addr and checksum should be. Is there anything else here that should be different?
Codname: Cipher
Working On: Design Doc(CFFS file system)