> From: Ludovic Courtès <l...@gnu.org> > Hello! > > To celebrate Guile 2.0’s second anniversary [0], I’m happy to announce > this Boot-to-Guile QEMU image!
Amazing. ... > Third, we need an actual initrd that does useful things at boot time, > such as mounting /proc and the host SMB/CIFS share setup by QEMU. The > actual code that runs is at [3]. Notice the lovely uses of > ‘load-linux-module’, networking primitives, along with ‘start-repl’. :-) scheme@(guile-user)> (scandir "bin") $12 = ("." ".." "guile") Cool. Here's a fun message specific to your hack. scheme@(guile-user)> (getgroups) ERROR: In procedure getgroups: ERROR: In procedure getgroups: Success -Mike Gran