Skip to content

Commit b5e17f4

Browse files
nmantheywipawel
authored andcommitted
README: add Getting Started
Signed-off-by: Norbert Manthey <[email protected]>
1 parent 63d2318 commit b5e17f4

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,24 @@ KTF is a small and simple OS kernel, that enables writing low-level software tes
2323

2424
Some more features are in the making. Check out the issues.
2525

26+
## Getting Started
27+
28+
The quick start is to run the following commands. The content of the file tests/test.c
29+
will be executed. Note, the last command will block.
30+
31+
Build a boot.iso from scratch, in the docker container.
32+
33+
```
34+
make clean
35+
make docker:boot.iso
36+
```
37+
38+
Boot the resulting image:
39+
40+
```
41+
make boot
42+
```
43+
2644
### Build instructions
2745

2846
#### Requirements

0 commit comments

Comments
 (0)