Table of Contents

OS-9 LEVEL I V01.00.00

HARDWARE

OS-9 Level I supports the following hardware:

SOFTWARE

OS-9 Level I came packaged as 2 x 5.25“ Single-Sided Double-Density floppies.

The OS-9 package includes several different software systems together:

BOOT DISK

See also “Getting Started with OS-9” chapter 3 “Starting up OS-9” pp.7-9

BOOT TRACK

The second floppy or “System Master” disk is formatted with a customized OS-9 RBF file system with a Disk Extended Color BASIC 1.1-compatible boot on sectors 1-15 of track 34.

The boot track includes the following code, data, and modules:

OS9BOOT

Once the kernel initializes, it reads the RBF file system on disk to locate the OS9Boot file, load it into memory, and initialize all of the modules within.

The following modules are in the /D0/OS9Boot file:

CMDS

With OS-9 up and running there is typically a startup file to run the Setime command and then the Shell itself presents its OS9: prompt for you to run OS-9 commands

The following commands are in /D0/CMDS/ directory:

See also: the “OS-9 Commands” manual.

ACCOUNTS

OS-9 is a multi-user / multi-programming / multi-tasking system.

Account information is kept in /SYS/password in the following format:

Example Password file:

,,0,128,/D0/CMDS,.,SHELL
USER1,,1,128,.,.,SHELL
USER2,,2,128,.,.,SHELL
USER3,,3,128,.,.,SHELL
USER4,,4,128,.,.,SHELL

See also:

BACKUPS

The floppy disk formatting used by Disk Extended Color BASIC and OS-9 are not the same.

Disk Extended BASIC provides a DSKINI and BACKUP to backup DECB-formatted floppies such as the OS9 Level I Boot disk.

OS-9 contains a FORMAT and BACKUP command to backup OS-9 formatted floppies such as the OS-9 Level I System Master disk.

See also: “Getting Started with OS-9” manual, chapter 4 “Formatting Disks and Making Backups” pp.11-16

MONITORING

The Free command allows you to monitor the free space of each disk.

The Mfree command allows you to monitor the free space in RAM.

The Procs command allows you to see the running processes / programs on the system.

SECURITY

The attr command allows you to see and modify (if you are the appropriate user) the security permissions of the OS-9 files and directories.

The permissions shown, in order, are:

A - (dash) in any position means that permission has not been granted.

Owners are described in the Login command.

The Verify command allows you to check the integrity of OS-9 modules.

TROUBLESHOOTING

The Printerr command loads in additional information and description for the OS-9 numeric error codes.

DOCUMENTATION

OS-9 Level I shipped with 4 well-written introduction and reference manuals:

Dale Puckett and Peter Dibble wrote The Rainbow Guide to OS-9 which shares everything you need to know to get well started as an OS-9 user and developer.

The Rainbow Magazine, and several OS-9 specific newsletters provide many more tools and tricks for OS-9.

HELPING USERS

The Tandy / Radio Shack Color Computer Discord hosts the Operating Systems channel category, including the #os-9 channel where you can ask questions and talk about the OS-9 operating system.

RTS

Return to OS-9 or Top