kernel

  1. macfreek

    Solved Compile i386 kernel on amd64 CPU fails

    Hi, I'm trying to compile a 10.2-RELEASE kernel for my Soekris i386 1 GByte memory system (the target system). Due to it's slowness, I'm compiling the kernel on a AMD64 system (the build system). Unfortunately, I'm getting compile errors, and I wonder if I might have done some silly. This is...
  2. F

    CURRENT kernel fails to build

    Hello everyone, I'm trying to build latest CURRENT snapshot from svn, but make kernel fails to build with error messages like no member 'command' in ... -- like when some headers are missing or something. But am I wrong in my assumption that any given snapshot is supposed to build?
  3. G

    Solved Kernel panic twice in 24 hours. Hardware failure, or bug?

    Hello, In short: root@datacore_tmp:~ # uname -a FreeBSD datacore_tmp.deltanews.lan 10.2-RELEASE FreeBSD 10.2-RELEASE #0 r286666: Wed Aug 12 15:26:37 UTC 2015 root@releng1.nyi.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 /GENERIC amd64 I'm using it with istgt for iSCSI storage. It's fresh...
  4. fender0107401

    How to compile the kernel in 1 minute

    On my old computer(cpu=pd915) the compilation time is about 70s. On my new computer(cpu=amd athlon 5200) the compilation time is about 40s. This trick is very simple. :e First and the following line to your make.conf. NO_MODULES=true It will prevent the system compile the module that I do...
Back
Top