Spring always brings us some nice things, and this time one of these things is a new release of Nextor! This is what the second beta of Nextor 2.1.1 offers:
- The biggest change is an internal one: the mechanism for mounting disk image files to drives (with MAPDRV after a normal boot, not when booting in the disk emulation mode) has been completely rewritten. Previously, a file handle was kept open for the mounted file, which lead to very complicated code (file access functions had to be re-entrant) and to hard to debug bugs. Now the initial physical sector of the file is remembered, and a simple sector offset is used to access the mounted drive. This implies that now files need to be stored across consecutive clusters in order to be mountable.
- A smaller but also important one: fixed yet another bug in the mechanism that was introduced in Alpha 1 to improve the performance of cluster chain allocation in large drives. This bug didn't compromise the data integrity of the affected drives, but caused computer crashes.
- A new BASIC command has been added: CALL SYSTEM2. This one works like the good old CALL SYSTEM, but it will always load MSXDOS2.SYS instead of NEXTOR.SYS, even when the later is available. Useful to get some extra TPA memory since MSXDOS2.SYS is smaller than NEXTOR.SYS; remember however that Nextor specific tools don't work under MSXDOS2.SYS.
- A new environment variable has been introduced: KILLDSKIO. When it exists with a value of ON there will be an extra 512 bytes of free BASIC memory, at the expense of disabling the DSKI$ and DSKO$ commands.
Relevant link: Nextor 2.1.1 beta 2 release
التعليقات (12)
بواسطة sdsnatcher73
Enlighted (4304)
22-03-2022, 18:47
بواسطة konamiman
Paragon (1211)
22-03-2022, 20:35
بواسطة sdsnatcher73
Enlighted (4304)
23-03-2022, 06:39
بواسطة gdx
Enlighted (6438)
23-03-2022, 15:06
بواسطة konamiman
Paragon (1211)
23-03-2022, 16:46
بواسطة edmsxtrek
Supporter (10)
23-03-2022, 17:38
بواسطة Parn
Paladin (854)
23-03-2022, 19:03
بواسطة gdx
Enlighted (6438)
24-03-2022, 09:31
بواسطة sdsnatcher73
Enlighted (4304)
24-03-2022, 18:08
بواسطة KdL
Paragon (1485)
24-03-2022, 20:35
بواسطة konamiman
Paragon (1211)
25-03-2022, 12:28
بواسطة gdx
Enlighted (6438)
25-03-2022, 11:21