Search results

  1. E

    Smbfs and VFS_ALLOW_NONMPSAFE

    Hi, yesterday I downloaded the source code for my new kernel and proceeded to compile it. My FreeBSD 9.0 machine mounts automatically a smbfs filesystem, but there was a problem. Everytime I used mount or mount_smbfs: # vfs_domount_first: Mounting non-MPSAFE fs (smbfs) is disabled After...
  2. E

    Optimize generated code with just CPUTYPE

    Thank you very much. I'm sorry for my unformatted first post, I didn't know those rules for posting.
  3. E

    Optimize generated code with just CPUTYPE

    Hi, I'm a noob in the FreeBSD world but I like it. If I just add this line to /etc/make.conf CPUTYPE?= native Then gcc will set -march=native and -O2 right? Is this simple tuning option enough for a decent output code? May I set -O3? I'm confused because some books I've read said that...
Back
Top