Load a file through a bootloader

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.
Post Reply
me

Load a file through a bootloader

Post by me »

hi, Can someone write a very simple (Simple)!!, piece on code for me to disect,I cant figure out how to load a file from a Bootloader and would like someone to help me Currently I am uing Nasm for my Bootloader sources and if someone could just write a simple snippet of code to load a kernel that would be GREAT!!!

thx in advance
neil

RE:Load a file through a bootloader

Post by neil »

Using a multiboot compliant boot loader, you can find an example using gas and a gcc at http://www.gnu.org/software/grub/manual/multiboot.
Post Reply