1e2b0ddcfa
Peter's new format, and I'd added hints files for each. The build process uses the PICOBSD.hints file as well as the config, and additionally builds with -DNO_MODULES. The build process probably needs to be converted to use the 'buildkernel' method instead of running config itself. The kernels now compile. I've not been able to test the crunch process however because it used the vn driver and there are no /dev/vn device nodes under devfs yet. Maybe someone else could give it a go.
34 lines
696 B
Plaintext
34 lines
696 B
Plaintext
# $FreeBSD$
|
|
hint.fdc.0.at="isa"
|
|
hint.fdc.0.port="0x3F0"
|
|
hint.fdc.0.irq="6"
|
|
hint.fdc.0.drq="2"
|
|
hint.fd.0.at="fdc0"
|
|
hint.fd.0.drive="0"
|
|
hint.fd.1.at="fdc0"
|
|
hint.fd.1.drive="1"
|
|
hint.ata.0.at="isa"
|
|
hint.ata.0.port="0x1F0"
|
|
hint.ata.0.irq="14"
|
|
hint.ata.1.at="isa"
|
|
hint.ata.1.port="0x170"
|
|
hint.ata.1.irq="15"
|
|
hint.atkbdc.0.at="isa"
|
|
hint.atkbdc.0.port="0x060"
|
|
hint.atkbd.0.at="atkbdc"
|
|
hint.atkbd.0.irq="1"
|
|
hint.psm.0.at="atkbdc"
|
|
hint.psm.0.irq="12"
|
|
hint.vga.0.at="isa"
|
|
hint.sc.0.at="isa"
|
|
hint.npx.0.at="nexus"
|
|
hint.npx.0.port="0x0F0"
|
|
hint.npx.0.irq="13"
|
|
hint.sio.0.at="isa"
|
|
hint.sio.0.port="0x3F8"
|
|
hint.sio.0.flags="0x10"
|
|
hint.sio.0.irq="4"
|
|
hint.sio.1.at="isa"
|
|
hint.sio.1.port="0x2F8"
|
|
hint.sio.1.irq="3"
|