IBM Trademarks
Posted: Sun Jun 13, 2004 6:43 pm
You know There are several IBM Trademarks : PC , XT , AT , PS/2 ..and when you write device drivers , you see some differences ( e.g. FDC Diskette Status Register A at 3F0h in PS/2 only ).
As you know , we can Check the model from the byte 0xFFFFE in memory .
In my computer this byte is 0xFC which means : AT , XT , PS2 ..it supports all of them !
okay , does this mean that i can write my drivers ( suppose writing to my pc ) whih no care of the mode ?
another question :
These IBM Models are too old , suppose that I'll write my os to work on modern IBM-Compatible PCs or on most currently-used IBM-Compatible PCs , what the model I have to write to ?
Thanks , & sorry to speak too much .
As you know , we can Check the model from the byte 0xFFFFE in memory .
In my computer this byte is 0xFC which means : AT , XT , PS2 ..it supports all of them !
okay , does this mean that i can write my drivers ( suppose writing to my pc ) whih no care of the mode ?
another question :
These IBM Models are too old , suppose that I'll write my os to work on modern IBM-Compatible PCs or on most currently-used IBM-Compatible PCs , what the model I have to write to ?
Thanks , & sorry to speak too much .