File:  [ELWIX - Embedded LightWeight unIX -] / elwix / config / boot / loader_i386.conf
Revision 1.10.2.2: download - view: text, annotated - select for diffs - revision graph
Fri Jul 6 00:23:20 2018 UTC (6 years ago) by misho
Branches: elwix2_6
Diff to: branchpoint 1.10: preferred, unified
stable elwix rootfs
adds more fibs
remove fstab in rootfs
fix rootfs boot with rescue

    1: # ELWIX loader.conf for WRAP/ALIX Routerboards
    2: #
    3: # $Id: loader_i386.conf,v 1.10.2.2 2018/07/06 00:23:20 misho Exp $
    4: #
    5: 
    6: net.fibs=2
    7: kern.maxusers=4
    8: #kern.maxusers=255
    9: kern.ipc.msgseg=16000
   10: kern.ipc.msgmnb=16000
   11: #kern.ipc.maxpipekva=10485760
   12: 
   13: hw.bge.allow_asf=0
   14: legal.intel_ipw.license_ack=1
   15: legal.intel_iwi.license_ack=1
   16: 
   17: #hw.ata.atapi_dma="0"
   18: #hw.ata.ata_dma="0"
   19: #hw.ata.wc="0"
   20: kern.cam.boot_delay=10000
   21: kern.ipc.nmbclusters="0"
   22: 
   23: loader_brand="elwix"
   24: loader_logo="elwix"
   25: loader_color="NO"
   26: beastie_disable="NO"
   27: autoboot_delay="5"
   28: 
   29: #hint.uart.0.flags="0x00"
   30: #hint.uart.1.flags="0x10"
   31: hw.usb.no_pf="1"
   32: console="comconsole,vidconsole"
   33: comconsole_speed=9600
   34: boot_serial="YES"
   35: boot_multicons="YES"

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>