User guide
1
Installing and Configuring Enhanced OS-9
Enhanced OS-9 for X86 PCAT 97
md C:\CMDS
md C:\SYS
copy MWOS\OS9000\80386\CMDS\* C:\CMDS
copy MWOS\OS9000\80386\PORTS\PCAT\BOOTS\INSTALL\SYS\MSHELL\startup C:\SYS
copy MWOS\OS9000\80386\PORTS\PCAT\BOOTS\INSTALL\SYS\MSHELL\password C:\SYS
cd C:\SYS
cudo -cdo startup
cudo -cdo password
Although RBF is the preferred file system for use with OS-9 the
convenience of using FAT file systems should be taken into
consideration when deciding how you want to setup your system.
Special Note
In the following example the IDE device for /h0 and /dd is set for
PCMCIA IDE using socket #0.
If the init dialog is set to /h0 the following is generated. In this case we
also have SoftStax SPF enabled.
setenv SHELL mshell; alias /dd /pcmhc1;chd /h0 ; chx /h0/cmds;mbinstall ;
ipstart;inetd <>>>/nil&;/h0/sys/startup &\n
If the init dialog is set to /dd the following is generated. In this case we
also have SoftStax SPF enabled.
setenv SHELL shell; alias /dd /pcmhc1;chd /dd ; chx /dd/cmds;mbinstall ;
ipstart;inetd <>>>/nil&;/dd/sys/startup &\n
In both cases above the script file on hc4 in sys/startup will be
executed. When building systems this file must exist but does not have
to contain any data. To create the needed directory and file, the
following commands suffice:
$ makdir /pcmhc1/SYS
$ touch /pcmhc1/startup