6 ms·
What would be a good step-by-step tutorial in your opinion?
by faviouz 10y ago
What would be a good step-by-step tutorial in your opinion?
- gravypod 10y agoIf you'd like the links that really helped me, check out this: http://www.osdever.net/bkerndev/Docs/title.htm http://www.osdever.net/bkerndev/Docs/title.htm http://www.brokenthorn.com/Resources/OSDevIndex.html http://www.brokenthorn.com/Resources/OSDevIndex.html https://github.com/stephenfewer/NoNameOS https://github.com/stephenfewer/NoNameOS https://anastas.io/osdev/memory/2016/08/08/page-frame-allocator.html https://anastas.io/osdev/memory/2016/08/08/page-frame-alloca... https://github.com/kjiwa/x86-boot-sector-c https://github.com/kjiwa/x86-boot-sector-c These are all useful. If you're more of a book worm check out Minix as said in other parts of this tree. Very very easy to read, interesting bits of history about OS development, and source code included! Nothing's useful without source code. If you'd like to look up some general software books check out Programming the IBM PC, or something to that effect. It's commonly called The Pink Shirt Book. Has interesting stuff on IBM interrupts, coding standards, and bits on filesystems!
- carlesfe 10y agoLet me plug in my own tutorial :) https://github.com/cfenollosa/os-tutorial https://github.com/cfenollosa/os-tutorial