-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathLicense
More file actions
27 lines (21 loc) · 728 Bytes
/
License
File metadata and controls
27 lines (21 loc) · 728 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Introduction
- This is document to address source code license
# code from third party
- Modified Code from Operating Systems Development Tutorial
-- loader/loader.s -- Modified base on bootloader
-- kernel/main.s -- Modified base on Stage2.asm Stage2 Bootloader
# Modified Code from the book 30 days Make OS
- lib/*.c
# BSD License from Ben's OS
boot/ (contrib by Dennis)
apps/
kernel/
blibc/
test/
# Reference Materials:
- Books:
-- 30 days Make OS: http://www.books.com.tw/exep/prod/booksfile.php?item=0010464142
-- Write your own Orange's OS: http://www.books.com.tw/exep/prod/booksfile.php?item=0010472063
# Website:
- Wiki OSDev (http://wiki.osdev.org)
- Site of JuluOS Dev Community (http://juluos.org)