4
lxmcf
6y

!rant

Ok so I'm about to start working on an OS but I am going to run through a few tutorials to get the base systems down then I'll incorporate a interpreter for BASIC and my custom scripting language.

Just curious if anyone can point me in the direction of a few well written tutorials that will explain the systems being used. (I want to use Assembly and C only btw, but am open to others)

I only have 1 decent tutorial but it's older and complete (https://github.com/cfenollosa/...)

Comments
  • 2
    I think MIT have lectures on the subject that are the full course they teach in video form....

    Otherwise books. There’s not much I know of on the web 😊
  • 1
    Have a look at https://www.redox-os.org/
    They are writing an OS from scratch with rust, and I think they have a good documentation for the different parts ;-)
  • 1
    have you seen wiki.osdev.org
    i'd recommend the bare bones tutorial
Add Comment