From 7ad8aeba78307c6609c16cf73a73bd64dd230f5e Mon Sep 17 00:00:00 2001 From: Luxferre Date: Wed, 22 Apr 2026 07:08:15 +0300 Subject: [PATCH] updated readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index a14426d..2ea74c0 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,12 @@ As the codebase is quite long, genAI was used for identifying some problematic b Maybe. +### Can this build be used on a bootable DOS floppy? + +Yes, both binaries (janet.exe and CWSDPMI.EXE) combined are under 900K in size. This leaves plenty of room for essential DOS system files and your custom source code in Janet. + +As a proof of concept, a bootable FreeDOS floppy image with Janet 1.41.2 is planned to be released, no ETA for that though. + ## Credits Original copyright by Calvin Rose et al.