21 comments

[ 3.0 ms ] story [ 65.5 ms ] thread
Why not just link it to http://littleosbook.github.io/ - While PDFs are fine, it takes so long for it to load when compared to a HTML page.
I generally prefer PDFs for archiving. HTML is good for following hyperlinks, though.
this is exactly what is was looking for , thank you
this is exactly what is was looking for , thank you
Very nice, a guide like this would have saved me a full year at some point in the past.

Note that this is 32 bit specific. I'd be very interested in a 64 bit version of this.

I think the main part that is missing is an in depth analysis of what we actually want from an OS.

Building an OS from scratch is nice, but I think the requirements may have changed since the 80s. :)

I am king of the world. I will fix the clusterfucked hardware. It will be like broadcast TV format roll-out.

then, we can have a USB driver in 1000 lines of code.

All the PCI interrupt shit will be simple.

Hard drive will be ATA on IDE Primary. CDROM will be ATAPI on IDE Secondary.

Then we fix ATA/ATAPI.

Networking protocols will be redone.

HTML will have "goto line number"

Yes. What this book leads you to is a classic UNIX-like OS - drivers in the kernel, a console, paged virtual memory. It doesn't lead you to a microkernel or a hypervisor or a cluster.
(comment deleted)
One of the authors here, if you any questions, feel free to ask!

Me and Adam, https://github.com/tgwizard, wrote the book based on our experiences writing aenix, https://github.com/helino/aenix. If you find any issues with the text, please file an issue or open a PR at https://github.com/littleosbook/littleosbook

Please be aware that some typos and errors have been discovered, check the issues for more details!

Codes that are used in the book hosted on github? If so can you post the url?
Been looking for something like this for a while now, thanks a lot! Any plans to do something with 64-bit?
Thanks! There are no plans for an x86-64 version at the moment. The focus for me right now will be to incorporate all the great feedback we've gotten, fix the issues that have been reported and make it easier to contribute.
This book is under 100 pages. Awesome! This is what I was looking for. :)
Would be lovely if someone try to something similar with Trillek's computer. should be more easy to do a little OS, as there isn't MMU, segments or privileged levels to be worried. A simple 32 bit cpu with a flat memory model, and a simple instruction set.