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
Comentarios (12)
Por sdsnatcher73
Prophet (3848)
22-03-2022, 18:47
Por konamiman
Paragon (1194)
22-03-2022, 20:35
Por sdsnatcher73
Prophet (3848)
23-03-2022, 06:39
Por gdx
Enlighted (6104)
23-03-2022, 15:06
Por konamiman
Paragon (1194)
23-03-2022, 16:46
Por edmsxtrek
Supporter (10)
23-03-2022, 17:38
Por Parn
Paladin (833)
23-03-2022, 19:03
Por gdx
Enlighted (6104)
24-03-2022, 09:31
Por sdsnatcher73
Prophet (3848)
24-03-2022, 18:08
Por KdL
Paragon (1450)
24-03-2022, 20:35
Por konamiman
Paragon (1194)
25-03-2022, 12:28
Por gdx
Enlighted (6104)
25-03-2022, 11:21