Skip to content

Commit e9ac6dd

Browse files
committed
updated readme
1 parent 1f0e577 commit e9ac6dd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,13 @@
44

55
- The kernel source code lives in the [kernel](kernel) folder.
66
- 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).
78

89
## Building the kernel
910

1011
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):
1112
```
12-
$ cd kernel
13+
$ cd build
1314
$ cargo build --release
1415
$ cp target/thumbv7em-none-eabi/release/libpios.a ..
1516
$ cd ..

0 commit comments

Comments
 (0)