--- BasiliskII/README 2001/05/24 14:31:05 1.20 +++ BasiliskII/README 2001/07/12 19:48:24 1.22 @@ -394,6 +394,25 @@ ether not an Ethernet device, Basilisk II will display a warning message and disable Ethernet networking. + See the next item for an alternative way to do networking with Basilisk II. + +udptunnel <"true" or "false"> + + Setting this to "true" enables a special network mode in which all network + packets sent by MacOS are tunnelled over UDP using the host operating + system's native TCP/IP stack. This only works with AppleTalk and can only + be used to connect computers running Basilisk II (and not, for example, for + connecting to an AppleShare server running on a real Mac), but it is + probably the easiest way to set up a network between two instances of + Basilisk II because the UDP tunnelling doesn't require any special kernel + modules or network add-ons. It relies on IP broadcasting, however, so + its range is limited. + +udpport + + This item specifies the IP port number to use for the "AppleTalk over UDP" + tunnel mode. The default is 6066. + rom This item specifies the file name of the Mac ROM file to be used by @@ -616,9 +635,14 @@ Keyboard: On PC-style keyboards, "Alt" is the Mac "Command" key, while the "Windows" key is the Mac "Option" key. +Mouse: + Under Unix, press Ctrl-F5 while the Basilisk II window is active will grab + the mouse. This is needed for compatibility with some MacOS programs, + especially games. Press Ctrl-F5 again to return to normal mouse operation. + Floppy: Basilisk II can only handle 1.44MB MFM floppies. Depending on your platform, - flopyy disk changes might not be detected automatically. Under Linux, press + floppy disk changes might not be detected automatically. Under Unix, press Ctrl-F1 to mount a floppy. Under BeOS, select the appropriate "Mount" menu item or press Ctrl-F1 to mount a floppy. Under Windows, press Ctrl-Shift-F11.