Cutemouse and Releases/Beta4: Difference between pages

(Difference between pages)
m (Text updates and added links)
 
(Copy/paste from old wiki)
 
Line 1: Line 1:
'''Cutemouse''' is the standard mouse driver for FreeDOS. The program name is '''CTMOUSE'''.
The '''FreeDOS Beta 4 "Lemur"''' distribution was released 29 December 1999.


On a dedicated PC, you’ll need a compatible mouse and the Cutemouse driver. Cutemouse is a DOS-based, open source mouse driver, which supports many protocols of serial and PS/2 mice. It can search for a serial mouse at all COM ports or only at a specified port. An important Cutemouse feature is its small memory footprint: the resident [[TSR]] occupies less than 3.5K of memory. Cutemouse can also install itself in upper memory, when available, without requiring external utilities such as the [[LH]] (Load High) command.
== Codename ==


CTMOUSE supports standard Mouse Systems, Microsoft and Logitech serial and PS/2 protocols. Also supported are mice with wheel. By default, when searching for a connected mouse, the PS/2 port is checked first, then all COM ports are scanned. This makes it easy to install. For most mice, just add this to your [[AUTOEXEC.BAT]] file:
Jim always wanted to have a mascot for the FreeDOS Project (it's a gimmick.) Linux had the penguin, BSD had the daemon, and GNU had the gnu. Jim hadn't pushed the idea of officially adopting a FreeDOS mascot because he didn't want to get distracted by the noise that would create. Jim named the Lemur distribution as a way of "adopting" a mascot when we really didn't. Plus, Jim always thought lemurs looked cool.


C:\CTMOUSE\CTMOUSE
== History ==


This assumes that the Cutemouse driver was installed in the C:\CTMOUSE directory.
This Wayback snapshot says "The Beta4 distribution was released on 29 Dec 1999." Assume that is the correct date.


There are other options to Cutemouse to specify certain mice, or to disable certain features. If you have problems loading the mouse driver, check the documentation that came with your version of Cutemouse.
== Announcement ==


If you want to play a different game that doesn’t require a mouse, you can unload Cutemouse from memory. The '''/U''' command line option will unload the resident part of the driver unless the interrupts have been intercepted by another program:
..add here..
 
C:\CTMOUSE\CTMOUSE /U
 
After successful unloading, it restores mouse services that were present at installation time.
 
Inside a [[PC emulator]], things are a little easier. Some PC emulators may provide the mouse driver by default. Check if yours does. If it does not, try using Cutemouse.

Revision as of 12:13, 17 March 2024

The FreeDOS Beta 4 "Lemur" distribution was released 29 December 1999.

Codename

Jim always wanted to have a mascot for the FreeDOS Project (it's a gimmick.) Linux had the penguin, BSD had the daemon, and GNU had the gnu. Jim hadn't pushed the idea of officially adopting a FreeDOS mascot because he didn't want to get distracted by the noise that would create. Jim named the Lemur distribution as a way of "adopting" a mascot when we really didn't. Plus, Jim always thought lemurs looked cool.

History

This Wayback snapshot says "The Beta4 distribution was released on 29 Dec 1999." Assume that is the correct date.

Announcement

..add here..