diff options
| author | Tianhao Wang <shrik3@mailbox.org> | 2024-04-19 00:24:42 +0200 |
|---|---|---|
| committer | Tianhao Wang <shrik3@mailbox.org> | 2024-06-11 15:16:35 +0200 |
| commit | f55e5b17cd4cf1f6b0c6c2f7646a4f7007392124 (patch) | |
| tree | 4a7eebfb5f7ddbb80f9008183b01d9659a47481d | |
| parent | 52df1531cf37895b17c073a58a25a71cf479467b (diff) | |
fix readme
| -rw-r--r-- | README.md | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -63,12 +63,11 @@ Please take a look at the CI manifest: - `GNU ld (GNU Binutils)` - `nasm` - `xorriso` and `grub` to create bootdisk image. +- `Gnu Make` **general dependencies:** -- basics: nasm, make, glibc, ld etc. -- xorriso and grub (to create bootable image) -- qemu-system-x86_64 (optional for simulation) +- `qemu-system-x86_64` (optional for simulation) **Add rust sources** - We use `no_std` in the rust build. To use the `core` components, you need to |
