Skip to content

Instantly share code, notes, and snippets.

@kennyyu
Created January 22, 2014 23:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kennyyu/8569462 to your computer and use it in GitHub Desktop.
Save kennyyu/8569462 to your computer and use it in GitHub Desktop.
2013 ASST1 config
# Kernel config file for assignment 1.
include conf/conf.kern # get definitions of available options
debug # Compile with debug info.
#
# Device drivers for hardware.
#
device lamebus0 # System/161 main bus
device emu* at lamebus* # Emulator passthrough filesystem
device ltrace* at lamebus* # trace161 trace control device
device ltimer* at lamebus* # Timer device
device lrandom* at lamebus* # Random device
device lhd* at lamebus* # Disk device
device lser* at lamebus* # Serial port
#device lscreen* at lamebus* # Text screen (not supported yet)
#device lnet* at lamebus* # Network interface (not supported yet)
device beep0 at ltimer* # Abstract beep handler device
device con0 at lser* # Abstract console on serial port
#device con0 at lscreen* # Abstract console on screen (not supported)
device rtclock0 at ltimer* # Abstract realtime clock
device random0 at lrandom* # Abstract randomness device
#options net # Network stack (not supported)
options sfs # Always use the file system
#options netfs # Not until assignment 5 (if you choose it)
options dumbvm # Chewing gum and baling wire for asst 1&2.
options synchprobs # The synchronization problems for assignment 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment