You are not logged in.
I've decided to try and rebuild what I lost in 2012 when my USB drive broke with all my source-code.
Finally got the dev environment set up on my Mac. Getting fasm, bochs and the install
scripts running alone took 2-3 days but now I'm off doing some coding
Offline
So, what progress have I made this far? I've completed all the structures for the FAT12 driver, and the VFS structure is also mostly done. Which means I have the structural framework up, and know exactly what functions I have to code, and what they are supposed to do. Thinking stage is over, now for the coding.
The progress can be followed over at my new BOS Github repository:
https://github.com/bubach/BOS
Where I've also set up a static page:
http://bubach.github.io/BOS/
And a Gitter (IRC in the browser basically) chat:
https://gitter.im/bubach/BOS
Offline
Thanks, I also got a few new books dealing with OS-dev recently (the FYSOS ones), so hopefully I can keep motivation up.
Offline
Pages: 1