Difference between revisions of "83Plus:Software:USBTools/About"

From WikiTI
Jump to: navigation, search
 
m
Line 10: Line 10:
 
{| border="1" cellpadding="2"  cellspacing="0"  
 
{| border="1" cellpadding="2"  cellspacing="0"  
 
|-
 
|-
Entry Points || The number of assembly language entry points in this version of usb8x.
+
|Entry Points || The number of assembly language entry points in this version of usb8x.
 
|-
 
|-
 
|FHand Length || The length of a file handle
 
|FHand Length || The length of a file handle

Revision as of 16:12, 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 is disabled, one indicates enabled
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