;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; ; Sample configuration file for SASI 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 SASI macro is: ; ; bsasi( a port, ; b port, ; c port, ; control port, ; init command, ; init count, ; init data) ; ; where: ; ; init command is the initialization command for the SASI ; controller. ; init count is the number of initialization bytes to be sent ; to the controller. ; init data is a list of bytes, seperated by commas, that ; are the initialization data for the controller. ; ; ; ; Unit numbering (in bs1.a86) is the same as for the I/O System driver. ; (See iconfg.a86) ; ; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; $include(:f1:bsasi.inc) %bsasi( 0C8H, 0CAH, 0CCH, 0CEH, 00CH, 8, 1, 32h, 6, 0, 240, 0, 240, 11)