--- BasiliskII/README 2005/05/13 09:33:51 1.39 +++ BasiliskII/README 2006/01/04 06:28:55 1.44 @@ -2,7 +2,7 @@ Basilisk II A 68k Macintosh emulator - Copyright (C) 1997-2004 Christian Bauer et al. + Copyright (C) 1997-2006 Christian Bauer et al. License @@ -26,7 +26,7 @@ Basilisk II has currently been ported to IRIX 6.5) - AmigaOS 3.x - Windows NT 4.0 (mostly works under Windows 95/98, too) - - Mac OS X 10.1, 10.2 + - Mac OS X 10.1 thru 10.4 Some features of Basilisk II: - Emulates either a Mac Classic (which runs MacOS 0.x thru 7.5) @@ -442,6 +442,12 @@ ether instead of sending packets via physical media writes them to the user space program. + Prerequesties: + - Make sure the "tun" kernel module is loaded + # modprobe tun + - Make sure IP Fordwarding is enabled on your system + # echo 1 >/proc/sys/net/ipv4/ip_forward + A virtual network configuration script is required and the default is /usr/local/BasiliskII/tunconfig unless you specify a different file with the "etherconfig" item. @@ -498,6 +504,10 @@ ether not an Ethernet device, Basilisk II will display a warning message and disable Ethernet networking. + Mac OS X: + The "slirp" method described above now seems to work. + + See the next item for an alternative way to do networking with Basilisk II. udptunnel <"true" or "false">