nixos-riscv/README.md

8 lines
196 B
Markdown
Raw Normal View History

2023-11-27 11:41:05 +01:00
# NixOS on RISC-V
2023-02-16 13:23:11 +01:00
2023-11-27 11:41:05 +01:00
For now let's try to boot it in qemu.
2023-02-16 13:23:11 +01:00
2023-11-27 11:41:05 +01:00
$ nix build .#nixosConfigurations.visionfive-cross.config.system.build.vm
2023-02-16 13:23:11 +01:00
2023-11-27 11:41:05 +01:00
That would cross-build a bootable RISC-V qemu VM from x86.