From 044c990b8e9866778c64b583d29850fcf2d5da99 Mon Sep 17 00:00:00 2001 From: luigi Date: Thu, 21 Jun 2001 08:56:59 +0000 Subject: Remove support of I386_CPU in -current. Make sure hints are statically compiled into the kernel, because the bootloader is not available in picobsd and so the hints file cannot be found at run time. (This is kind of inconvenient if you have to handle non PnP devices, but fortunately these days non-PnP ISA cards are disappearing...) --- release/picobsd/bridge/PICOBSD | 1 + 1 file changed, 1 insertion(+) (limited to 'release/picobsd/bridge') diff --git a/release/picobsd/bridge/PICOBSD b/release/picobsd/bridge/PICOBSD index db7bad6..d3261f4 100644 --- a/release/picobsd/bridge/PICOBSD +++ b/release/picobsd/bridge/PICOBSD @@ -6,6 +6,7 @@ #PicoBSD 2200 init 8192 32768 options MD_ROOT_SIZE=2200 # same as def_sz +hints "PICOBSD.hints" machine i386 #cpu I386_CPU # we do not want this on current... cpu I486_CPU -- cgit v1.1