![]() |
![]() |
![]() |
|||||
![]() |
![]() |
![]() |
![]() |
![]() |
|||
| Welcome
to Tech Support Forum home to more then 136,000 problems solved. Issues
have included: Spyware, Malware, Virus Issues, Windows, Microsoft,
Linux, Networking, Security, Hardware, and Gaming Getting your
problem solved is as easy as: 1. Registering for a free account 2. Asking your question 3. Receiving an answer Registered members: * See fewer ads. * And much more..
|
| Want to know how to post a question? click here | Having problems with spyware and pop-ups? First Steps |
|
|||||||
| Win 98 & ME Support Find support for Windows 98 / ME here |
![]() |
|
|
Thread Tools |
|
|
#1 (permalink) |
|
Registered User
Join Date: May 2008
Posts: 1
OS: win98,xp,2003
|
Memory Mapping problem(win98 p4)
Hi All,
I wrote a simple DOS Program to access my ISA Card using far pointer My ISA Card have resources like 2 I/O s and 1 Memory My Card is configured to access the location from D000 My program is working(accessing the device memory) in Pentium 1 and not working in Pentium 4 code for accessing ISA device memory: unsigned int far* BaseAddr; BaseAddr = (unsigned int far *)MK_FP(0xD000,0x0000); in P1 processor (Win98) IO 1 - OK IO 2 - OK Memory - OK in P4 processor (Win98) IO 1 - OK IO 2 - OK Memory - Not mapping to device thanks in advance. |
|
|
|
|
|
#2 (permalink) |
|
Mentor, Microsoft Support
Join Date: Jun 2006
Location: Woodland Hills, CA
Posts: 1,979
OS: Windows 98se/2000/XP/Vista
|
Re: Memory Mapping problem(win98 p4)
Hi mrchsreddy
Most likely there are no Win98 drivers for the memory controller on the motherboard for your P4, expecially if it is a dual-core model. Win98 also has timing problems with cpus clocked higher than 2ghz - whether single or multi core. Best of luck . . . Gary
__________________
|
|
|
|
![]() |
| Thread Tools | |
|
|