ohisama
ohisama
~ $ cat main.c #include #include int main(int argc, char * argv[]) { int i; for (i = 1; i < argc; i++) { printf("%s%s", (i == 1 ? ""...
x86_64 board is Qemu. nerves_livebook v0.11.0 $ git clone https://github.com/nerves-livebook/nerves_livebook.git $ cd nerves_livebook $ export MIX_TARGET=x86_64 $ mix deps.get $ mix firmware.image start script "C:\Program Files\qemu\qemu-system-x86_64.exe" -drive file="nerves_livebook.img",if=virtio,format=raw -m 4098...