Skip to content

huyunf/JamesM

 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 80.4%
  • Assembly 11.7%
  • Makefile 4.1%
  • C++ 3.5%
  • Shell 0.3%