I've searched on the Google, but i haven't found any documentation about it

Knows anyone such a documentation?
PS: I'm talking about I/O ports via inb / outb
Something like that, but not INTs. just something like thatSpooK wrote:Seems like they are looking for a list of standard/common ports.
Code: Select all
0x01 write registers for .......
bit 0 -> general compatibility
bit 1 -> .............................etc
when bit 2 is 0 then-> computer crash, etc
...
i don't understand what are u referring...os.hacker64 wrote:I want to get info on reading a SATA drive with LBA28 or is it the same as PATA?
So in this case, the two "in/out" ports would be 0xCF8 and 0xCFC. Basically you just need to figure out what you want to work on, find the specs for it, and read the whole thing and actually understand it. Its a lot of work but research is half the fun, right?Two DWORD I/O locations are used to generate configuration transactions for PC-AT
compatible systems. The first DWORD location (CF8h) references a read/write register
that is named CONFIG_ADDRESS. The second DWORD address (CFCh) references a
read/write register named CONFIG_DATA.