Added a start event during initialisation.
This commit is contained in:
parent
2dbf1a07e8
commit
fa64d485bc
|
@ -34,6 +34,7 @@
|
|||
|
||||
;Initialize the system.
|
||||
(define (install-event-handlers!)
|
||||
(set! *most-recent-event* (make-event interrupt/cont))
|
||||
(let loop ((count 0))
|
||||
(if (< count number-of-interrupts)
|
||||
(begin
|
||||
|
|
Loading…
Reference in New Issue