diff options
author | Javier <dev.git@javispedro.com> | 2022-12-10 15:17:09 +0100 |
---|---|---|
committer | Javier <dev.git@javispedro.com> | 2022-12-10 15:39:41 +0100 |
commit | 5fc2534453bfadb0ec0075d38980a0423137ab26 (patch) | |
tree | d98ecd933e436fce8331c474b58587a74ad5eee2 /README.md | |
parent | c5f5946be34b91c597b9f29308cdad3f86146ddf (diff) | |
download | vbados-5fc2534453bfadb0ec0075d38980a0423137ab26.tar.gz vbados-5fc2534453bfadb0ec0075d38980a0423137ab26.zip |
fix issue with borlandc, bump to 0.64v0.64
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -21,7 +21,7 @@ The VB stands for "Very Basic" :) # Downloads -The current release is _0.63_. +The current release is _0.64_. You can get a recent build from the ready-to-go floppy disk image: [💾 VBADOS.FLP](https://depot.javispedro.com/vbox/vbados/vbados.flp) @@ -40,6 +40,8 @@ For the source code, you can check out [this git repository](..). ## Version history +* _0.64_: Reduce memory requirements of int33h driver status save/restore APIs. + This helps compatibility with Borland IDEs, which seem to allocate around 1K max. * _0.63_: Localization support using [Kitten](http://wiki.freedos.org/wiki/index.php/Kitten); currently only Spanish is available (`set lang=es`). Non-fully-uppercase but still 8.3 filenames are no longer "shortened" by default. Introduced per-mount options. |