Update README

This commit is contained in:
Rodrigo Arias Mallo 2024-01-17 18:24:36 +01:00
parent 81fd7f44fd
commit 8cd537665b

View File

@ -1,7 +1,13 @@
# NixOS on RISC-V
For now let's try to boot it in qemu.
To boot the system in QEMU, first enter the development shell:
$ nix build .#nixosConfigurations.visionfive-cross.config.system.build.vm
```
$ nix develop
```
That would cross-build a bootable RISC-V qemu VM from x86.
Then run the boot script:
```
$ ./boot.sh
```