A beginner tackling filesystem support
Posted: Sun Dec 28, 2014 11:27 am
Well, hello there!
I'm new to OSdev and I am facing a pretty big challenge. My bootsector has reached the tip of what I want to do in there, basically - greet the user & show copyright info, and I'd now like to load a second-stage .bin file to set up stuff properly. The file system I'm currently targeting is UDF, since I want this to run on a cd in virtualbox, from a .iso. In the future, this would be needed for SFS too. I have no idea on how I should approach this, other than that it most likely needs. I have written my understanding of how this process should go here: http://paste.ubuntu.com/9635658/.
Can someone help me get started? Thank you,
Makerimages
I'm new to OSdev and I am facing a pretty big challenge. My bootsector has reached the tip of what I want to do in there, basically - greet the user & show copyright info, and I'd now like to load a second-stage .bin file to set up stuff properly. The file system I'm currently targeting is UDF, since I want this to run on a cd in virtualbox, from a .iso. In the future, this would be needed for SFS too. I have no idea on how I should approach this, other than that it most likely needs
Code: Select all
int 13h
Can someone help me get started? Thank you,
Makerimages