blob: 9f35833e29fa098f1fc765e3fc04618585136e81 (
plain)
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
|
# Comus
Comus is a kernel!
## Build
Run `make build` to build the kernel.
Run `make clean` to clean the source tree.
Run `make qemu` to build and run in qemu.
Run `make qemu-kvm` to build and run in qemu with kvm enabled.
Run `make qemu-gdb` to build and run in qemu with gdb debugging.
Run `make gdb` to start the gdb debugger.
## Docs
See `docs/`
## License
This project is licensed under the GPLv2
|