Beginning OS
Beginning OS
What must I read. I wish understend design and work of OS.
- Combuster
- Member
- Posts: 9301
- Joined: Wed Oct 18, 2006 3:45 am
- Libera.chat IRC: [com]buster
- Location: On the balcony, where I can actually keep 1½m distance
- Contact:
Re: Beginning OS
Please be a bit more considerate when asking a question.At the top of the page, we wrote:The OSDev.org Wiki - Got a question? Search this first!
-
- Member
- Posts: 119
- Joined: Wed Dec 12, 2018 12:16 pm
Re: Beginning OS
You can start following the Bare bones that can be finded in the wiki, or also you can follow the Bran's kernel development tutorial.Jimmy23 wrote:What must I read. I wish understend design and work of OS.
Re: Beginning OS
Well, he should start at the Introduction, and not skip Required Knowledge or Beginner Mistakes... that's why pointing to the start page of the wiki, in my opinion, is much better than pointing right to the copy & paste (& ask the same beginner questions all over again) section ...
Every good solution is obvious once you've found it.
Re: Beginning OS
If are you begginer, the best article for you is http://os-development.000webhostapp.com ... mbler.html and http://os-development.000webhostapp.com/system-c.html . It is in Slovak langunge, but you can use translator.
-
- Member
- Posts: 5512
- Joined: Mon Mar 25, 2013 7:01 pm
Re: Beginning OS
I don't think either of these examples are very good. The page on assembly forgets that SI and DI are registers, and incorrectly claims that you can use [AX] as a memory reference. The page on C doesn't say anything about a cross-compiler.Klakap wrote:If are you begginer, the best article for you is http://os-development.000webhostapp.com ... mbler.html and http://os-development.000webhostapp.com/system-c.html . It is in Slovak langunge, but you can use translator.