Update build commands

This commit is contained in:
Berkus Decker 2019-02-03 23:43:55 +02:00
parent 4090f055f2
commit fa5dccb89c
1 changed files with 2 additions and 2 deletions

View File

@ -33,13 +33,13 @@ Vesper has been influenced by the kernels in L4 family, notably seL4. Fawn and N
Use rustc nightly 2018-04-01 or later because of [bugs fixed](https://github.com/rust-lang/rust/issues/48884). Use rustc nightly 2018-04-01 or later because of [bugs fixed](https://github.com/rust-lang/rust/issues/48884).
``` ```
ninja qemu make qemu
``` ```
Will run `cargo xbuild` to create kernel and run it in qemu emulator. Will run `cargo xbuild` to create kernel and run it in qemu emulator.
``` ```
ninja device make device
``` ```
Will build kernel, and copy it to sdcard at /Volumes/BOOT/ Will build kernel, and copy it to sdcard at /Volumes/BOOT/