Menu

Porting the x86 Linux asm source to x86 FreeBSD asm source

Currently I'm using Compile Farm to convert the x86 Linux assembly source so that'll it (hopefully) will compile, without any hazzle, on x86 FreeBSD. All you'll have to do is add "-D FREEBSD" to nasm when compiling, and you'll have all FreeBSD syscalls with BSD-style calling convention, instead of Linux-specific syscalls.

Posted by Michel Blomgren 2002-08-30

Log in to post a comment.