Skip to content

1.1

Compare
Choose a tag to compare
@stsp stsp released this 23 Nov 21:28
· 490 commits to master since this release

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.