Difference between revisions of "83Plus:Software:USBTools/About"
From WikiTI
m |
(clarified logging support) |
||
Line 14: | Line 14: | ||
|FHand Length || The length of a file handle | |FHand Length || The length of a file handle | ||
|- | |- | ||
− | |Logging? || Zero indicates logging is | + | |Logging? || Zero indicates logging support is not present in the usb8x binary, one indicates logging is supported |
|- | |- | ||
|Assert? || Zero indicates assertions are disabled, one indicates enabled | |Assert? || Zero indicates assertions are disabled, one indicates enabled |
Latest revision as of 16:13, 11 September 2006
The about screen looks something like this:
USB Tools 0.01 Website: http://usbtools. denglend.net
After the about screen, USBTools will list information about usb8x's current internal settings. The listings are somewhat cyptic, so here is a table of their meanings:
Entry Points | The number of assembly language entry points in this version of usb8x. |
FHand Length | The length of a file handle |
Logging? | Zero indicates logging support is not present in the usb8x binary, one indicates logging is supported |
Assert? | Zero indicates assertions are disabled, one indicates enabled |
Int Mac Type | Zero indicates that the interrupt macro saves, disables, and restores interrupts. One indicates that it disables and enables interrupts. Two indicates that it doesn't change interrupts at all. |
Safety Int? | Zero indicates that the safety interrupt is disabled, one indicates enabled |
Cancel Int? | Zero indicates that USB interrupts not handled by usb8x are passed back to TIOS. One indicates that they are quashed. |
U Version | usb8x version |
K Version | Keyboard driver version |
M Version | Mass storage driver version |
P Version | Gamepad driver version |
Driver Mem | The amount of RAM required for the main driver buffer |
KBD Mem | The amount of RAM required for the keyboard driver buffer |
MSD Mem | The amount of RAM in the main buffer used for the mass storage driver |
Pad Mem | The amount of RAM required for the gamepad driver buffer |
Mouse Mem | The amount of RAM used in the main buffer for the mouse driver |
MSD Buffer | The amount of RAM required for the main mass storage driver buffer |
MSD Sector | The amount of RAM required for the mass storage sector buffer |
usb8x Size | The size of the usb8x application |