The question of how to write an assembly language program on FreeBSD
comes up occasionally. The main difficulty is that it is not immediately
obvious how to make a system call without using libc, which may not
always be desirable. There does not seem to be any documentation on this
(other than the kernel source). I have drafted a FAQ that very briefly
shows how to write the canonical "Hello, world." program in FreeBSD
assembler. The draft can be found at
        http://home.ptd.net/~tms2/hello.html


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to