-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREADME
More file actions
44 lines (30 loc) · 924 Bytes
/
README
File metadata and controls
44 lines (30 loc) · 924 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
~=~=~=~=~=~=
|| KERNEL ||
~=~=~=~=~=~=
A dead simple kernel in C.
No fancy tricks. No bells and whistles.
Just pure, honest C.
This is not intended to be a fully-featured kernel,
just a fun toy.
~=~=~=~=~=~=~=~=~=
|| PREREQUISTES ||
~=~=~=~=~=~=~=~=~=
This project requires the following:
o LLVM clang (C Compiler)
o LLVM ld.lld (Linker)
o GNU Make (Build System)
o Qemu (Machine Emulator)
~=~=~=~=~=~=~=~=~=
|| HOW TO BUILD ||
~=~=~=~=~=~=~=~=~=
Assuming you have the prerequisites, you may use the following make commands:
o [BUILD] make b
o [RUN] make r
o [CLEAN] make c
~=~=~=~=~=~=~
|| LICENSE ||
~=~=~=~=~=~=~
This project is licensed under:
GNU Affero General Public License version 3.0 or later
NO WARRANTY PROVIDED.
See LICENSE file for full terms, or visit https://www.gnu.org/licenses/agpl-3.0.en.html