> I have been trying to build Jeff Frohweins' Flinker 1.72 on Mac OS 10.1
but
> I'm getting a lot of errors. Starting with:
> /usr/bin/ld: Undefined symbols:
> _inb
> _inw
> _outb
> _outw
The in and out assembler commands are Pentium / clone specific and allow
access to hardware ports on the machine. This includes the printer port,
which is accessed in Jeff's linker code.
You need to find out how to access the parallel port from Mac OS and then
work out which bits on the PC's parallel port register map to the Mac's
parallel port.
Not trivial, but again not that complicated.
Ta,
--James