Re: How to read/write arbitrary io port and memroy ad--dress in 98/NT?

There is something called Extended Partition Table, and I hope it contains
the logical drive info. Look in “Hard Disk Survival guide” by Mark Minasi.
(hope the name of the book is correct)

HTH,
Sajeev.

-----Original Message-----
From: GEORGE MATHEW [SMTP:xxxxx@nestec.net]
Sent: Thursday, April 06, 2000 9:20 PM
To: NT Developers Interest List
Subject: [ntdev] Re: How to read/write arbitrary io port and memroy
ad dress in 98/NT?

Hello Friends, This is an addendum my first mail " How to create Extended
partition".
The first sector of the disk contain the Parttion table (Offset 01BE h )
onwards and has 64 bytes space for the four Primary
partition entry out of which one can be Extended partion containing as
many
as drive letter limit allows number of logical drive. My question where is
the information of these logical drives is present. Because each logical
drive require all the fields that are present in a primary partition and
there is no space for the partition table in the first sector itself. So
where is the partition information of the logical drive(These are the
logical partitions within the extended parttion).
Thanx
-GM

Nb. For those who are confused with the terms, primary partition, extended
partition and logical drives please look in the "Logical Organization:
Partitions and Volumes
" in the MSDN.

-----Original Message-----
From: Maxim S. Shatskih [mailto:xxxxx@storagecraft.com]
Sent: Thursday, April 06, 2000 1:51 AM
To: NT Developers Interest List
Subject: [ntdev] Re: How to read/write arbitrary io port and memroy
address in 98/NT?

> How to read/write arbitrary (0 - 0xFFFF) io port in 98/NT?

READ_PORT_UCHAR

> How to read/write arbitrary (0 - 4G) physical memroy in 98/NT?
> Thanks.

Try MmMapIoSpace. Maybe this will help.

Max


You are currently subscribed to ntdev as: xxxxx@nestec.net
To unsubscribe send a blank email to $subst(‘Email.Unsub’)


You are currently subscribed to ntdev as: xxxxx@amiindia.co.in
To unsubscribe send a blank email to $subst(‘Email.Unsub’)