What should you do?
You are configuring the memory layout for a board support package (BSP). You need to allocate a region of memory to be used as ROM in the memory map. What should you do?
What should you do?
You have a board support package (BSP) for a target hardware platform in the %_PLATFORMROOT%\BSP1 folder. All OS designs that use BSP1 must automatically include a specific Catalog item. You need to configure BSP1 to meet the stated requirement. What should you do?
Which functions should you implement?
You are developing a device driver for the on/off switch.
You include the following values in the registry for the driver.
[HKEY_LOCAL_MACHINE\Drivers\Builtin\OnOffDriver]
“Prefix”=”OOS”
“Dll”=”OnOffDriver.dll”
You need to ensure that the driver is successfully loaded by the device manager at boot time.
Which functions should you implement?
What should you do?
You have a stream interface device driver. You need to load the driver at Windows Embedded CE boot time. What should you do?
Which function should you call?
You are implementing a driver that runs in user mode. You need to ensure that the driver can communicate with a hardware device by accessing a block of physical addresses.
Which function should you call?
Which function should you call?
You need to dynamically load a device driver by generating a request to the device manager. Which function should you call?
What should you do?
You are developing a device driver. The device driver must handle an interrupt. You need to ensure that the driver can identify the appropriate SYSINTR_ value for the interrupt. What should you do?
What should you do?
You are implementing a stream interface device driver. You need to export the driver entry points. What should you do?
What should you do?
You have a target hardware platform that has a new peripheral device. You are implementing a device driver for the peripheral device. You need to ensure that the device driver can access the initialization parameters. What should you do?
What should you do?
You are developing an interrupt service thread (IST) in a device driver. You need to ensure that the interrupt is enabled after the IST handles the interrupt source. What should you do?
