-- PupwatchBoot.config
-- Last edited by Andrew Birrell  24-Nov-81 10:48:46

PACK DiskLog, FunnyDisplay, GetAddress, MMKeyboard,
     TimeConvert, Looker;

PupwatchImage: CONFIGURATION LINKS: CODE
  IMPORTS DisplayDefs--Looker--, ImageDefs, MiscDefs,
          SegmentDefs, StreamDefs =
    BEGIN
    
    MMNucleus;

    MMKeyboard;
    TimeConvert;

    -- Pupwatch
    Pupwatch;

    END.