8000 Releases · farvardin/FabGL · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: farvardin/FabGL

hd20_DOSFORTH.img

19 Apr 11:12
Compare
52CF Choose a tag to compare

hd20_DOSFORTH.img

This DOS image contains several FORTH:

  • DX FORTH
  • FIG148
  • F-PC
  • PYGMY17
  • Turbo-FORTH 83

it also has some (unrelated) Interactive Fiction games into the IF folder.

You can edit this image (from Unix / Linux system) with:

sudo mount -t vfat -o offset=$((63 * 512)) hd20_DOSFORTH.img /mnt/temp/

You can use it with LilyGO TTGO VGA32 1.4, a cheap ESP32 board,
and FabGL (http://www.fabglib.org)

put hd20_DOSFORTH.img at the root of the sd card, and also a msconfs.txt containing this line:

desc "DOS Forth (HDD 20MB)"                   	  hd0 https://github.com/farvardin/FabGL/releases/download/image/hd20_DOSFORTH.img   boot hd0
0