<div dir="ltr"><div dir="ltr"><div>This is great!</div><div><br></div><div>Thank you Marc for such a great time at the workshop.</div><div>Can we also made the presentation videos available, perhaps in youtube?</div><div><br></div><div>-- vyzo</div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Oct 15, 2019 at 9:22 PM Marc Feeley <<a href="mailto:feeley@iro.umontreal.ca">feeley@iro.umontreal.ca</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">The Gambit@30 workshop was a blast!  For those who couldn’t make it, you can find PDFs for some of the presentations on github at <a href="https://github.com/gambit/gambit-at-30" rel="noreferrer" target="_blank">https://github.com/gambit/gambit-at-30</a> .<br>
<br>
The repository also contains the compressed image of mimosa for running Gambit on bare metal.  You can copy the image to a real IDE HDD and use it to boot a real PC, or use the QEMU emulator like this:<br>
<br>
    % gunzip -c mimosa.img.gz > mimosa.img<br>
    % qemu-system-i386 -m 1G -hda mimosa.img<br>
<br>
Once booted, here are some interesting things to type<br>
at the Gambit REPL:<br>
<br>
    > (current-directory)<br>
    > (directory-files)<br>
    > (load "fact.scm")<br>
    > (load "fib.scm")             ;; run it interpreted<br>
    > (compile-and-load "fib.scm") ;; run it compiled to x86<br>
    > (load "x86-asm.scm")         ;; x86 assembler example<br>
    > (load "x86-os.scm")          ;; read RTC with in/out instructions<br>
    > (edit "fib.scm")             ;; save/exit with ESC key<br>
<br>
The state of the filesystem is preserved in mimosa.img.  This includes<br>
the REPL history and any files generated or edited with `(edit ...)`.<br>
<br>
Have fun!<br>
<br>
Marc<br>
<br>
<br>
_______________________________________________<br>
Gambit-list mailing list<br>
<a href="mailto:Gambit-list@iro.umontreal.ca" target="_blank">Gambit-list@iro.umontreal.ca</a><br>
<a href="https://mailman.iro.umontreal.ca/cgi-bin/mailman/listinfo/gambit-list" rel="noreferrer" target="_blank">https://mailman.iro.umontreal.ca/cgi-bin/mailman/listinfo/gambit-list</a><br>
</blockquote></div></div>