kaworu / JamesM

me going through JamesM's kernel development tutorials

Home Page:http://www.jamesmolloy.co.uk/tutorial_html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/).

About

me going through JamesM's kernel development tutorials

http://www.jamesmolloy.co.uk/tutorial_html


Languages

Language:C 83.4%Language:Assembly 11.7%Language:Makefile 4.1%Language:C++ 0.6%Language:Shell 0.3%