ACTION_DISK_INFO and console

This forum is for general developer support questions.
Post Reply
User avatar
gdridi
Posts: 98
Joined: Sat Aug 11, 2012 11:17 am
Contact:

ACTION_DISK_INFO and console

Post 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
User avatar
colinw
AmigaOS Core Developer
AmigaOS Core Developer
Posts: 218
Joined: Mon Aug 15, 2011 10:20 am
Location: Brisbane, QLD. Australia.

Re: ACTION_DISK_INFO and console

Post by colinw »

See;
dos.library/ObtainConsoleData() and dos.library/ReleaseConsoleData()

Also See;
ACTION_OBTAIN_CON_INFO and ACTION_RELEASE_CON_INFO packets.
Post Reply