Skip to content

Commit ea2ee35

Browse files
committed
Removed build and run scripts now that Cargo plays more nicely
Signed-off-by: SlyMarbo <[email protected]>
1 parent de7b9e1 commit ea2ee35

File tree

3 files changed

+1
-20
lines changed

3 files changed

+1
-20
lines changed

README.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,9 @@ Building the kernel has the following Rust requirements:
1717
- `rustup override add nightly`
1818
- `rustup component add rust-src`
1919
- `rustup component add llvm-tools-preview`
20-
- `cargo install cargo-xbuild`
2120
- `cargo install bootimage`
2221

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`.
3223

3324
# Documentation
3425

kernel/build

Lines changed: 0 additions & 5 deletions
This file was deleted.

kernel/run

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)