Contents | < Browse | Browse >
SHOW D|I|L|M|P|R|S|T
* Shows some information about important exec-lists:
- Devices
- Interrupts
- Libraries
- Memory
- Ports (MessagePorts)
- Resources
- Semaphores
- Tasks (and Processes)
Use the first character of one of them as argument.
* The output means:
- Adress: hexadecimal start adress of the structure
- Pri : Priority, often unused
- Ver : Number of version (only with D,L,R)
- Rev : Number of revision (only with D,L,R)
- Name : Name
- State : Task state (only with T)
- SignWait : Signals, a waiting task waits for (only with T)
- PT : Pr means Process, Ta means Task, Tm means Task with
Messageport like Process (only with T)
* If displaying the tasklist, the CLI-number (-> CLI ?:) and the
loaded command will be shown at processes with cli-structure.
eg. show d {have a look at the device-list}
show Devices {same as above}
show t {This is REAL MULTITASKING ! :) }