Opened 15 years ago
Closed 15 years ago
#77 closed defect (fixed)
8.0 kernelcompilatie stuk op STOP_NMI
Reported by: | huub | Owned by: | nobody |
---|---|---|---|
Priority: | major | Milestone: | |
Keywords: | Cc: | ||
Resource needed to fix: |
Description
mijn 8.0 kernelcompilatie loopt stuk op de 'unknown option "STOP_NMI"
Change History (2)
comment:1 by , 15 years ago
comment:2 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Met de kernel config file uit het proxy project compileert de kernel wel (zoals verwacht).
Note:
See TracTickets
for help on using tickets.
als ik een diff doe van de 8.0 kernel config met de kernel config zoals we die voor de 8.0 proxy gebruiken, krijg ik de indruk dat hier (dus in http://svn.wirelessleiden.nl/svn/code/iris/trunk/nanobsd/cfg/) een oude versie staat!
Ik ga de proxy-versie testen.
bash-3.2$ diff kernel.wleiden ~/svn/projects/proxy/2.0/nanobsd/nanobsd/cfg/kernel.wleiden
26c26
< options CLK_USE_I8254_CALIBRATION
---
72,73c72,73
< options ADAPTIVE_GIANT # Giant mutex is adaptive.
< options STOP_NMI # Stop CPUS using NMI instead of IPI
---
90c90
< device sio # 8250, 16[45]50 based serial ports
---
124,125c124,125
< device wlan_scan_ap # 802.11 AP mode scanning.
< device wlan_scan_sta # 802.11 STA mode scanning.
---
135c135
< device ppp # Kernel PPP
---
154c154
< device ugen # Generic
---