nerves-project / nerves_initramfs

An initramfs for early boot handling of Nerves devices (Work in progress!)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add script to run repl

fhunleth opened this issue · comments

Since there's a repl, it would be really nice to be able to run on our laptops. I think that the easiest way would be for it to run LD_PRELOAD with the unit test shim. Another option would be to build a Linux kernel and run an initramfs via qemu, but that seems like it would lead to a slow dev cycle.

Done. Run make repl