CeDOS - README.md

README.md (view raw)

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# CeDOS
Simple x86 operating system written in assembly and C.

## Software Requirements
* GNU make
* GCC 7 (or higher) Cross Compiler + matching binutils, tailored for freestanding i686-elf-targets
* Doxygen: If you want to build the documentation

## Make commands
### Debug build
```make debug```

### Release build
```make build```

### Clear output directories
```make clear```

### Build documentation:
```make docs```