hey, I recently took up an interest in os development An have written a simple bootloader and kernel, but I would like to know; "Whats up with the File system thing", and whether I should totaly redesign one or use an existing one and if so how would I implement it?, please any help would be appreciated
another question, If I could some how implement a file system for my os
how would I get it to the point where I could just copy an extra file onto the OS boot disk, and be able to execute it through my kernel... If that sounds right??? thx, again...
What do I do? (???File System???)
RE:What do I do? (???File System???)
to make it possible to just copy files to the boot-disc you need to have a OS that supports the sam os that you uses..
if you use, like fat12, u can copy your kernel file to the disc, as if it was a normal dos disc..
/ Christoffer
if you use, like fat12, u can copy your kernel file to the disc, as if it was a normal dos disc..
/ Christoffer