Use a more sane value for HZ.
This commit is contained in:
parent
f58c9faa71
commit
98e12d6f01
@ -30,10 +30,10 @@ include "../xscale/i80321/std.iq31244"
|
||||
#To statically compile in device wiring instead of /boot/device.hints
|
||||
#hints "GENERIC.hints" #Default places to look for devices.
|
||||
|
||||
makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
|
||||
#makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
|
||||
makeoptions CONF_CFLAGS=-mcpu=xscale
|
||||
options DDB
|
||||
options HZ=1000
|
||||
options HZ=100
|
||||
#options DEVICE_POLLING
|
||||
|
||||
options SCHED_4BSD #4BSD scheduler
|
||||
@ -76,6 +76,7 @@ device em
|
||||
device uart
|
||||
device pci
|
||||
device ata
|
||||
device atadisk
|
||||
device pty
|
||||
device iopwdog # I80321 Watchdog
|
||||
device "iq31244_7seg" # IQ31244 7 seg
|
||||
|
Loading…
Reference in New Issue
Block a user