Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kaworu/jamesm
- Owner: kaworu
- Created: 2013-09-13T17:41:22.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2020-02-07T09:07:45.000Z (almost 5 years ago)
- Last Synced: 2024-10-13T22:47:06.119Z (2 months ago)
- Topics: kernel, tutorial, unix
- Language: C
- Homepage: http://www.jamesmolloy.co.uk/tutorial_html
- Size: 487 KB
- Stars: 39
- Watchers: 9
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/).