diff options
| author | Luigi Rizzo <luigi@FreeBSD.org> | 2003-06-22 15:32:09 +0000 |
|---|---|---|
| committer | Luigi Rizzo <luigi@FreeBSD.org> | 2003-06-22 15:32:09 +0000 |
| commit | 5fe83c8acbfe5297c7a569749b06876829e2da9a (patch) | |
| tree | f7b113b9f6d06e9943df7fc2a7ce59c30a91318f | |
| parent | e07324646e7d21b3272f27db34c7667b99d11c12 (diff) | |
Notes
| -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 f795b062e321..985c85de573c 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 |
