We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f0e577 commit e9ac6ddCopy full SHA for e9ac6dd
README.md
@@ -4,12 +4,13 @@
4
5
- The kernel source code lives in the [kernel](kernel) folder.
6
- The [test_app](test_app) contains an application to run tests on qemu.
7
+- The [build](build) folder is used to build PiOS as a static library (more on that in the next section).
8
9
## Building the kernel
10
11
Pios is provided as a static library, issue the following commands to build it (assuming you are currently in the root directory of the project):
12
```
-$ cd kernel
13
+$ cd build
14
$ cargo build --release
15
$ cp target/thumbv7em-none-eabi/release/libpios.a ..
16
$ cd ..
0 commit comments