How it is possible to change in WinCe5.0 the OAL, e.g. oeminit.asm, by
cloning this files into the platform, i.e. without changes in the common
drirectories?. The ways used for earlier CE versions do not work for
WinCe5.0.

Where is referenced the i486oal.lib to use a cloned lib?

H. Edgar.

Re: WinCe50 Oal changes by mobilevil

mobilevil
Mon Jan 31 02:37:14 CST 2005

check the sources files.
"H. Edgar" <nospam@nospam.com> wrote in message
news:%23p4XBq2BFHA.2192@TK2MSFTNGP14.phx.gbl...
> How it is possible to change in WinCe5.0 the OAL, e.g. oeminit.asm, by
> cloning this files into the platform, i.e. without changes in the common
> drirectories?. The ways used for earlier CE versions do not work for
> WinCe5.0.
>
> Where is referenced the i486oal.lib to use a cloned lib?
>
> H. Edgar.
>



Re: WinCe50 Oal changes by H

H
Mon Jan 31 03:04:58 CST 2005

I know the i486oal reference is now in the makefile and not in the sources
files. Under ce4.2 the reference was in the sources files. Than the ways to
clone the oal may be different as for ce4.2

"mobilevil" <mobilevil@mobile.com> wrote in message
news:OXGOm$2BFHA.3416@TK2MSFTNGP09.phx.gbl...
> check the sources files.
> "H. Edgar" <nospam@nospam.com> wrote in message
> news:%23p4XBq2BFHA.2192@TK2MSFTNGP14.phx.gbl...
>> How it is possible to change in WinCe5.0 the OAL, e.g. oeminit.asm, by
>> cloning this files into the platform, i.e. without changes in the common
>> drirectories?. The ways used for earlier CE versions do not work for
>> WinCe5.0.
>>
>> Where is referenced the i486oal.lib to use a cloned lib?
>>
>> H. Edgar.
>>
>
>



Re: WinCe50 Oal changes by K

K
Mon Jan 31 03:31:26 CST 2005

The PAOAL arch. BSP in Windows CE 5.0 no longer use the i486oal.lib,
it uses the PQOAL libs provided by the platform\common\src\...

So if you want to create your own x86 based BSP,
you may need to clone some file under the \platform\common\src\...

"H. Edgar" <nospam@nospam.com> ¼¶¼g©ó¶l¥ó·s»D
:uuQw2P3BFHA.3592@TK2MSFTNGP09.phx.gbl...
> I know the i486oal reference is now in the makefile and not in the sources
> files. Under ce4.2 the reference was in the sources files. Than the ways
to
> clone the oal may be different as for ce4.2
>
> "mobilevil" <mobilevil@mobile.com> wrote in message
> news:OXGOm$2BFHA.3416@TK2MSFTNGP09.phx.gbl...
> > check the sources files.
> > "H. Edgar" <nospam@nospam.com> wrote in message
> > news:%23p4XBq2BFHA.2192@TK2MSFTNGP14.phx.gbl...
> >> How it is possible to change in WinCe5.0 the OAL, e.g. oeminit.asm, by
> >> cloning this files into the platform, i.e. without changes in the
common
> >> drirectories?. The ways used for earlier CE versions do not work for
> >> WinCe5.0.
> >>
> >> Where is referenced the i486oal.lib to use a cloned lib?
> >>
> >> H. Edgar.
> >>
> >
> >
>
>



Re: WinCe50 Oal changes by H

H
Mon Jan 31 03:48:14 CST 2005


I am working with the CEPC BSP. I think it uses still the i486oal.lib. For
example the documentation describes how to cahnge memeory issues in the
oeminit.asm:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wcehardware5/html/wce50howHowtoCustomizeMemoryonaCEPC.asp.

But in this description the changes has to be done into the public files. Is
there a way to do changes like this without changes in the public files by
cloning the oal (i486oal.lib)?. The i486oal.lin is bein still used. If not,
where is configured the OemAdressTable?


"K. S. Huang" <ks_huang@AlphaNetworks.com_remove.this> wrote in message
news:e3gzke3BFHA.3820@TK2MSFTNGP11.phx.gbl...
> The PAOAL arch. BSP in Windows CE 5.0 no longer use the i486oal.lib,
> it uses the PQOAL libs provided by the platform\common\src\...
>
> So if you want to create your own x86 based BSP,
> you may need to clone some file under the \platform\common\src\...
>
> "H. Edgar" <nospam@nospam.com> ¼¶¼g©ó¶l¥ó·s»D
> :uuQw2P3BFHA.3592@TK2MSFTNGP09.phx.gbl...
>> I know the i486oal reference is now in the makefile and not in the
>> sources
>> files. Under ce4.2 the reference was in the sources files. Than the ways
> to
>> clone the oal may be different as for ce4.2
>>
>> "mobilevil" <mobilevil@mobile.com> wrote in message
>> news:OXGOm$2BFHA.3416@TK2MSFTNGP09.phx.gbl...
>> > check the sources files.
>> > "H. Edgar" <nospam@nospam.com> wrote in message
>> > news:%23p4XBq2BFHA.2192@TK2MSFTNGP14.phx.gbl...
>> >> How it is possible to change in WinCe5.0 the OAL, e.g. oeminit.asm, by
>> >> cloning this files into the platform, i.e. without changes in the
> common
>> >> drirectories?. The ways used for earlier CE versions do not work for
>> >> WinCe5.0.
>> >>
>> >> Where is referenced the i486oal.lib to use a cloned lib?
>> >>
>> >> H. Edgar.
>> >>
>> >
>> >
>>
>>
>
>



Re: WinCe50 Oal changes by H

H
Mon Jan 31 04:25:54 CST 2005


I understand now the platform/common directory. I was some confusing with
the documentation:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wcehardware5/html/wce50howHowtoCustomizeMemoryonaCEPC.asp.

I think MS should update this documentation issues. A wrong documentation is
very confusing.


"H. Edgar" <nospam@nospam.com> wrote in message
news:%23aHbBo3BFHA.1004@TK2MSFTNGP15.phx.gbl...
>
> I am working with the CEPC BSP. I think it uses still the i486oal.lib. For
> example the documentation describes how to cahnge memeory issues in the
> oeminit.asm:
> http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wcehardware5/html/wce50howHowtoCustomizeMemoryonaCEPC.asp.
>
> But in this description the changes has to be done into the public files.
> Is there a way to do changes like this without changes in the public files
> by cloning the oal (i486oal.lib)?. The i486oal.lin is bein still used. If
> not, where is configured the OemAdressTable?
>
>
> "K. S. Huang" <ks_huang@AlphaNetworks.com_remove.this> wrote in message
> news:e3gzke3BFHA.3820@TK2MSFTNGP11.phx.gbl...
>> The PAOAL arch. BSP in Windows CE 5.0 no longer use the i486oal.lib,
>> it uses the PQOAL libs provided by the platform\common\src\...
>>
>> So if you want to create your own x86 based BSP,
>> you may need to clone some file under the \platform\common\src\...
>>
>> "H. Edgar" <nospam@nospam.com> ¼¶¼g©ó¶l¥ó·s»D
>> :uuQw2P3BFHA.3592@TK2MSFTNGP09.phx.gbl...
>>> I know the i486oal reference is now in the makefile and not in the
>>> sources
>>> files. Under ce4.2 the reference was in the sources files. Than the ways
>> to
>>> clone the oal may be different as for ce4.2
>>>
>>> "mobilevil" <mobilevil@mobile.com> wrote in message
>>> news:OXGOm$2BFHA.3416@TK2MSFTNGP09.phx.gbl...
>>> > check the sources files.
>>> > "H. Edgar" <nospam@nospam.com> wrote in message
>>> > news:%23p4XBq2BFHA.2192@TK2MSFTNGP14.phx.gbl...
>>> >> How it is possible to change in WinCe5.0 the OAL, e.g. oeminit.asm,
>>> >> by
>>> >> cloning this files into the platform, i.e. without changes in the
>> common
>>> >> drirectories?. The ways used for earlier CE versions do not work for
>>> >> WinCe5.0.
>>> >>
>>> >> Where is referenced the i486oal.lib to use a cloned lib?
>>> >>
>>> >> H. Edgar.
>>> >>
>>> >
>>> >
>>>
>>>
>>
>>
>
>



Re: WinCe50 Oal changes by Steve

Steve
Mon Jan 31 09:12:08 CST 2005

from PB open that help topic and click on the send feedback link to report
the problem. They will get it fixed and updated if you do that, but probably
won't if you don't.

--
Steve Maillet
EmbeddedFusion
www.EmbeddedFusion.com
smaillet at EmbeddedFusion dot com