Paul Anagnostopoulos
unread,Nov 28, 2012, 9:36:51 AM11/28/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ibm...@googlegroups.com, yve...@dbtgroup.com
Huge progress over the last five weeks. The disk driver, a complex bit of programming, is working quite well. The standalone disk maintenance utility (SDMU) can format a disk cartridge, including the skelton disk directory and the label sector. It also tests every sector and establishes the defective cylinder table in the label.
The system disk builder (SDB) can read a system from cards and write it on a formatted disk. This includes the resident supervisor image, the supervisor overlay file, the command processor state file, and the system configuration sector (sector 1). Additional files will be included as they are developed, of course.
The system boot deck can boot the system disk and transfer control to the system initializer. The initializer is linked with the resident supervisor and acts as a user program, initializing the system by creating the device control blocks (DCB) according to the configuration, the volume information blocks (VIB), initializing overlay areas and buffers, etc. Then the initializer returns to the supervisor, which forces an ss$exit service to transfer control to the command processor.
Next task: Begin work on the interactive command language (ICL) processor.
Attached is an image of the system disk builder as it prompts for the unit number.
~~ Paul