What do I do? (???File System???)

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
TheDeciever

What do I do? (???File System???)

Post by TheDeciever »

  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...
User avatar
bubach
Member
Member
Posts: 1223
Joined: Sat Oct 23, 2004 11:00 pm
Location: Sweden
Contact:

RE:What do I do? (???File System???)

Post by bubach »

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
"Simplicity is the ultimate sophistication."
http://bos.asmhackers.net/ - GitHub
Post Reply