[changed start script + compilation tom@goto10.org**20070604164946] { hunk ./brood/pic18.ss 31 - (define (badnop statefile) - (run-source '(start-badnop) `(,statefile))) + (define (badnop statefile entrypoint) + (run-source `(,entrypoint) `(,statefile))) hunk ./brood/terminal.ss 93 - (start-badnop read-file-1 - '(init-host) badnop - current-mode) + (badnop-console read-file-1 + '(init-host) badnop + current-mode) hunk ./go 10 +mzc -k brood/pic18.ss hunk ./start-pic18.ss 4 -;; as first argument the state file, and an optional 2nd argument the -;; script name, if you want to enable restarting (i.e. 'core') +;; as first argument the state file. hunk ./start-pic18.ss 7 -;; mzscheme -mqr