1.1
Major development efforts again. Look out for new bugs...
- Switched to TINY model. This required a large redesign, and
allowed to simplify the build process and reduce the build
dependencies. - Switched to lld linked from bfd ld.
- Lot of work on share. Region locking and share modes are now
supported properly. Also share no longer allocates the precious
DOS memory. - Increment early-boot FILES (open file descriptors) from 8
(actually 5) to 16. Previously all 5 descriptors could be
exhausted when you use CHAIN, so it was not possible to, say,
load country.sys from chained config. 3 extra descriptors
were added too late for country.sys. - Proper port of the country.sys loader.
- Fix SET command.