95cc19fd1a
Replace the legacy userpsace Makefile with the CMake build system for the kernel The userspace is the only one still utilizing manual Makefiles, it will eventually be CMakified Signed-off-by: kaguya <vpshinomiya@protonmail.com>
15 lines
164 B
Markdown
15 lines
164 B
Markdown
# KirkOS
|
|
i suppose
|
|
|
|
## how to build
|
|
uhh
|
|
|
|
```bash
|
|
mkdir -p build && cd build
|
|
|
|
cmake .. -DCMAKE_BUILD_TYPE=RelWithDebInfo
|
|
|
|
cd ..
|
|
|
|
cmake --build build --target run
|
|
``` |