# # Config file for the dynamic library loader # # Format is: # COMMAND module_name module_library [NORMAL] [REALTIME priority delay ] # note: module_library file names must be absolute paths, or start with ./ # # start the error logger first to record and problems and events LOAD error_log ./lib/error_log.so NORMAL 1 -F boot.log -E jackh@localhost -L 8 RUN error_log # load the modules for the test LOAD UI ./lib/terminal.so NORMAL 1 LOAD serial ./lib/serial.so NORMAL 1 /dev/ttyS0 9600 N 8 1 LOAD logic ./lib/test.so NORMAL 1 7 admin LOAD email ./lib/email.so NORMAL 1 LOAD admin ./lib/admin.so NORMAL 1 serial send serial received # # Start the modules running # # Format is: # RUN module_name # RUN UI RUN serial RUN logic RUN email RUN admin # DUMP