diff options
-rw-r--r-- | release/picobsd/bridge/PICOBSD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/release/picobsd/bridge/PICOBSD b/release/picobsd/bridge/PICOBSD index f795b06..985c85d 100644 --- a/release/picobsd/bridge/PICOBSD +++ b/release/picobsd/bridge/PICOBSD @@ -14,6 +14,7 @@ cpu I586_CPU cpu I686_CPU ident PICOBSD +options SCHED_4BSD # mandatory to have one scheduler #options MATH_EMULATE #Support for x87 emulation options INET #InterNETworking #options INET6 @@ -56,7 +57,7 @@ device fdc #options ATA_STATIC_ID #Static device numbering # atkbdc0 controls both the keyboard and the PS/2 mouse -device atkbdc 1 # At keyboard controller +device atkbdc # At keyboard controller device atkbd #device psm # do we need the mouse ?? @@ -64,7 +65,7 @@ device vga # VGA screen # syscons is the default console driver, resembling an SCO console -device sc 1 +device sc # Floating point support - do not disable. device npx |