Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kaworu/jamesm

me going through JamesM's kernel development tutorials
https://github.com/kaworu/jamesm

kernel tutorial unix

Last synced: about 2 months ago
JSON representation

me going through JamesM's kernel development tutorials

Awesome Lists containing this project

README

        

# Roll your own toy UNIX-clone OS

I'm just following http://www.jamesmolloy.co.uk/tutorial_html/.

The code should run fine under Ubuntu 13.04 though, I've had to hack a bit the
tutorial (mainly the bochs config).

# LICENSE
The linux-0.01/ directory has been downloaded at
https://www.kernel.org/pub/linux/kernel/Historic/linux-0.01.tar.gz and is
probably under GPLv2.

Files in the src/ directory comes mostly from the tutorial (for each exception
the license header have been retained in the concerned files) so consider it
under CC0 (see https://creativecommons.org/publicdomain/zero/1.0/).