I have a driver developed for Windows 7 that makes a small 1MB RAM device on our board appear as a Windows drive. Works fine.
Tried the same driver on Windows Embeeded Standard (WES) 7 and the drive appears but Windows says that it needs to be formatted. The format I am using is FAT12.
Anybody know why WES7 does not like FAT12? Also, the KdPrint statements do not display on my WinDbg console. Does WES7 require something to be configured for debug?
wrote in message news:xxxxx@ntdev… >I have a driver developed for Windows 7 that makes a small 1MB RAM device on our board appear as a Windows drive. Works fine. > > Tried the same driver on Windows Embeeded Standard (WES) 7 and the drive appears but Windows says that it needs to be formatted. The format I am using is FAT12. > > Anybody know why WES7 does not like FAT12? Also, the KdPrint statements do not display on my WinDbg console. Does WES7 require something to be configured for debug? > > Thanks in advance. >