;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; ; Sample configuration file for iSBC 204 board bootstrap driver ; ; A configuration file for a bootstrap driver consists of ; an include of the bootstrap driver macro file followed ; by an invocation of the configuration macro for the driver. ; ; The 204 board macro is: ; ; b204(IO_base, Sector_size, Track_size) ; ; IO_base is the I/O base port number selected on the 204 board. ; Sector_size is the sector size in bytes. ; Track_size is the track size in sectors. ; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; $include(:f1:b204.inc) %b204(0A0H, 128, 26)