-- XOthello.cm

-- BringOver /a Othello.df

Binder OthelloDLion.config/c-s OthelloTriDLion.config/c-s

-- need to fetch lots of symbols to make these meaningful
-- BcdSignals OthelloDLion
-- BcdSignals OthelloTriDLion

-- FixChecksum.bcd is found in Othello>Friends (via FixChecksum.df)
-- If the checksum is not fixed, the boot file will still work, but it will not
-- be accepted by the etherboot servers.

-- Boot switches:
--      8 = PilotSwitches.interruptWatcher
--   \372 = PilotSwitchesExtras.useSpecialMemory
--   \373 = PilotSwitchesExtras.useSpecialMemoryIfNoDisplay (actually no keyboard)

MakeBoot OthelloDLion[parm: UtilityPilot, parm: UtilityCommunication, switches: "8\373"]/dhu

MakeBoot OthelloTriDLion[parm: UtilityPilot, parm: UtilityCommunication, switches: "8\373"]/dhu

FixChecksum OthelloTriDLion.boot

// done.