Operating System - Linux
1745855 Members
4374 Online
108723 Solutions
New Discussion юеВ

How can I make a 32bit access under DOS in C?

 
Victor.Lin
Occasional Contributor

How can I make a 32bit access under DOS in C?

Thanks
2 REPLIES 2
Stuart Browne
Honored Contributor

Re: How can I make a 32bit access under DOS in C?

Umm, how exactally that that relate to:

a) Linux
b) HP equiptment

This is not a DOS place. The phrase '32bit access' is very broad, and highly ambigous, so even if we wanted to help we couldn't.
One long-haired git at your service...
Victor.Lin
Occasional Contributor

Re: How can I make a 32bit access under DOS in C?

I have designed a PCI board and will write a DOS program to test it. To acess the configuration space, 32bit read and write are necessary. Byte access can be accomplished by pokeb() and peekb(). What about 32bit read and write ?