Subject: Re: Linux emulation for SPARC?
To: Todd Vierling <tv@pobox.com>
From: matthew green <mrg@eterna.com.au>
List: port-sparc
Date: 11/01/1997 16:21:28
there are lots of things different across linux ports.  my solution is
to have sys/compat/linux/arch/{i386,sparc,m68k,alpha,...} and put things
like the syscalls.master (and associated files) in here, the header files
that need to be different (eg, linux_termios.h), etc., move the MD files
from sys/compat/linux/files.linux into the port-specific files file, and
then see what else needs to be done.


.mrg.