File tree Expand file tree Collapse file tree 3 files changed +1
-20
lines changed Expand file tree Collapse file tree 3 files changed +1
-20
lines changed Original file line number Diff line number Diff line change @@ -17,18 +17,9 @@ Building the kernel has the following Rust requirements:
17
17
- ` rustup override add nightly `
18
18
- ` rustup component add rust-src `
19
19
- ` rustup component add llvm-tools-preview `
20
- - ` cargo install cargo-xbuild `
21
20
- ` cargo install bootimage `
22
21
23
- Building the kernel can then be performed using ` cargo xbuild --release ` , or running [ ` ./kernel/build ` ] ( /kernel/build ) .
24
-
25
- # Running Firefly
26
-
27
- Firefly can be run with QEMU using the [ ` ./kernel/run ` ] ( /kernel/run ) helper script.
28
- Firefly has the following dependencies:
29
-
30
- - An Intel x86_64 processor, of Ivy Bridge generation or later
31
- - At least 128 MiB of RAM
22
+ Building the kernel can then be performed using ` cargo build ` and run using ` cargo run ` .
32
23
33
24
# Documentation
34
25
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments