Re: What is the relavence of FIXUPVAR, and K flag in the BIB files
From: Steve Maillet \(eMVP\) (nospam1_at_EntelechyConsulting.com)
Date: 01/16/05
- Next message: Bill T: "Re: DHCP Pop-up"
- Previous message: Helix: "New architecture guidelines"
- In reply to: Ajaya Babu: "What is the relavence of FIXUPVAR, and K flag in the BIB files"
- Next in thread: Ajaya Babu: "Re: What is the relavence of FIXUPVAR, and K flag in the BIB files"
- Reply: Ajaya Babu: "Re: What is the relavence of FIXUPVAR, and K flag in the BIB files"
- Messages sorted by: [ date ] [ thread ]
Date: Sun, 16 Jan 2005 12:21:56 -0500
1) Yes FIXUPVAR documentation is correct. It allows you to specify in a BIB
file a replacement of some value in the code. ROMIMAGE will replace the
value of the variable in the code with the one in the BIB file at build
time. This is useful in cases where you are given binary code from a silicon
vendor for their latest ad greatest hot chip and need to use it in a boot
loader or OAL with a hard coded address. Since they don't give you the
source you can use that. (Granted this is a bit contrived example as there
are better ways to handle that scenario) In the end it's only used VERY
rarely and you should think REAL hard about finding another way anytime
someone suggest using this.
2) K flag fixes up the DLL to run in the kernel space (Above the 2G mark) in
windows CE V1.0-V3.0 all dlls were loaded in to process slot 0. in V4.x this
was changed to solve a number of problems and as a result the kernel was
moved out of a process slot (slot1) and placed in the kernel space above 2G.
This means that special fixups must be applied to have a DLL loaded into the
kernel's space. This is needed in 2 cases CELOG dlls and Installable ISR
DLLs
-- Steve Maillet EmbeddedFusion www.EmbeddedFusion.com smaillet at EmbeddedFusion dot com
- Next message: Bill T: "Re: DHCP Pop-up"
- Previous message: Helix: "New architecture guidelines"
- In reply to: Ajaya Babu: "What is the relavence of FIXUPVAR, and K flag in the BIB files"
- Next in thread: Ajaya Babu: "Re: What is the relavence of FIXUPVAR, and K flag in the BIB files"
- Reply: Ajaya Babu: "Re: What is the relavence of FIXUPVAR, and K flag in the BIB files"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|