17

1) Implement a filesystem in my operating system
2) Write a gameboy emulator

Comments
  • 1
    This sounds like a good plan!
  • 1
    Oh. And welcome to devRant! :3
  • 1
    Thank you :) @b3b3
  • 1
    @j4cobgarby will u tell us about how u learnt all the low level stuff to get enough knowledge on writing an OS. I am just a python dev btw. Suggest us some books or something
  • 3
    @rik61072 absolutely. http://wiki.osdev.org/Books has a lot of good ones - in the fact the website as a whole is great as a starting point
    Of those books, I'd personally suggest "operating systems concepts", But I'm sure they're all good
    I'd also suggest reading a book on assembly
  • 0
    Hey! Great to see someone around who is also interesting in programming emulators. I wrote an emulator for CHIP-8 to get into this topic. It's not easy at first.

    How did you develop an interest for this topic?
  • 0
    @Makenshi hard to say, but I think I first got into it when playing Zelda on a nes emulator
    Chip-8 does look like a good first one to make, I'll have a further look at it
Add Comment