Home

Awesome

Bootable 16-bit SUBLEQ eForth

A bootable version of subleq eForth.

For more information see:

Building

Type make to build and run this version with qemu.
Type make keyb-FR to build an FR keyboard mapping. Then rebuild with make.
qemu-system-i386 need to be installed.

subleq eForthOS

Running on real hardware

To run subleq-eForth on a real hardware with grub2:

sudo cp grub2-floppy.cfg /etc/grub.d/40_subleq_eForth
sudo chmod a+x /etc/grub.d/40_subleq_eForth
sudo apt install syslinux
sudo cp /usr/lib/syslinux/memdisk /boot/
sudo grub-mkconfig -o /boot/grub/grub.cfg
make floppy
sudo cp subleq-boot.flp /boot/

Note: you may have to disable the uefi boot and fallback to legacy boot to avoid graphical problems