NitrOS-9 V3.2.2
- Two new clocks have been added for Jeff Vavasour's CoCo emulator and MESS:
clock2_jvemu
andclock2_messemu
, respectively. kernel
andkernelp2
have been renamed tokrn
andkrnp2
respectively.cc3disk
has been renamed torb1773
and has been back-ported to NitrOS-9 Level 1. A bug in the verify routine has been fixed.- Drivers for the Disto Super Controller II are now available as
rb1773_scii_ff74.dr
andrb1773_scii_ff58.dr
. - The copy command now has write verification with
-v
. term_t1.dd
has been renamed toterm_sio.dd
andterm_sc6551.dd
has been added.
Level 2 Only:
grfint.io
now exists and can be used to replacewindint.io
in boot files where Multi-Vue windowing functionality is not needed, in order to save system RAM.- Changes in SCF and
GrfDrv
have resulted in faster text screen performance under NitrOS-9/6809 Level 2. - A bug related to system memory allocation and DAT blocks has been fixed in
Krn
. - IOMan now properly unlinks a device descriptor at
I$Detach
time. - The
pmap
command has several bug fixes.