Page 1 of 1

ACTION_DISK_INFO and console

Posted: Wed Feb 19, 2025 5:03 pm
by gdridi
Hello!

I use info AmigaDOS CMD to see information about non-interactive handler (file system) but when it’s a CON-handler it displays nothing even if ACTION_DISK_INFO is implemented?

Window address
Raw or cooked mode
Io address to communicate with console.device

Are this information useful for a kind of probe like program like IOtorture?
Would like to know if it exists on the SDK ?

Sincerely,

DGILLES

Re: ACTION_DISK_INFO and console

Posted: Sun Mar 02, 2025 10:52 pm
by colinw
See;
dos.library/ObtainConsoleData() and dos.library/ReleaseConsoleData()

Also See;
ACTION_OBTAIN_CON_INFO and ACTION_RELEASE_CON_INFO packets.