Skip to content

Commit 17e30a2

Browse files
committed
Added README instruction about KFLAGS
1 parent 541fa7a commit 17e30a2

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@ Make sure you have an ARM cross-compiler installed (e.g., `arm-none-eabi-gcc`) a
3434
make
3535
```
3636

37+
Developers also have the option to run the kernel with custom flags such as:
38+
```sh
39+
make KFLAGS="-USE_KTESTS -MY_DEFFLAG"
40+
```
41+
3742
> [!IMPORTANT]
3843
>
3944
> `make` will clean, build, and run the kernel in QEMU. You can also run
@@ -64,4 +69,4 @@ For more details about this kernel, refer to the [AstraKernel Documentation](htt
6469
6570
## License
6671

67-
This project is licensed under the GNU GENERAL PUBLIC License. See the [LICENSE](LICENSE) file for details.
72+
This project is licensed under the GNU GENERAL PUBLIC License. See the [LICENSE](LICENSE) file for details.

0 commit comments

Comments
 (0)