Search results

  1. C

    is FreeBSD kernel a multiboot kernel ?

    Multiboot Some microkernels are multiboot compliant too, e.g. L4Ka:: Pistachio: http://l4ka.org/projects/pistachio/ And, frankly, it would be nice if FreeBSD were multiboot compliant like NetBSD.
  2. C

    using syscall and bios interrupt's in asm

    Check out the FreeBSD/i386 and FreeBSD/amd64 ABI (i.e. calling conventions of the kernel). They aren't the same as under Linux. Here's a FreeBSD assembler tutorial that covers hello world for both platforms and uses GNU as(1) that you may find useful.
  3. C

    pinentry-gtk-2 in FreeBSD-CURRENT

    Thank you for this patch Excellent patch. It fixed the problem here. You can put this patch in /usr/ports/security/pinentry/files as, say, patch-rab, if you use that port instead of security/pinentry-gtk2 to compile pinentry-gtk-2 binary.
Back
Top