;;; -*- Mode:LISP; Package:USER; Base:10 -*- ;; ;; This is a hack in order to load the serial-port-b support code before all the ;; correct UNIX-INTERFACE and other device sharing and configuration code has ;; been brought up. (defsystem serial-hack (:module real-stuff "sys:io1;sdu-serial") (:module hack-stuff ("lam3:gjc;serial-hack" "lam3:gjc;iomsg")) (:compile-load real-stuff) (:compile-load hack-stuff))