Sign in
Windows CE Base Team Blog
Windows CE kernel and storage technologies and system tools.
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
Author: Andrew Rogers
Author: Ariane Jansen
Author: Brent Bishop
Author: Jeremy Cooke
Author: Jim Muliawan
Author: Kurt Kennett
Author: Riki June
Author: Russ Keldorph
Author: Sankar Ramasubbu
Author: Sha Viswanathan
Author: Shilpi Gautam
Author: Sue Loh
Author: Travis Hobrla
Author: Upender R. Sandadi
BSP/Drivers
Build and Compilers
Debugging and Performance Tools
Developer Documentation
File System
Kernel
News & Misc
Platform Builder Automation
Platform Builder IDE
Registry & Databases
Testing
Archive
Archives
February 2009
(1)
November 2008
(1)
August 2008
(1)
June 2008
(5)
May 2008
(1)
April 2008
(1)
March 2008
(1)
February 2008
(3)
January 2008
(1)
November 2007
(2)
August 2007
(1)
June 2007
(4)
May 2007
(5)
April 2007
(7)
March 2007
(11)
February 2007
(5)
January 2007
(13)
December 2006
(5)
November 2006
(16)
October 2006
(4)
September 2006
(6)
July 2006
(1)
June 2006
(6)
May 2006
(5)
April 2006
(5)
March 2006
(4)
February 2006
(6)
January 2006
(4)
December 2005
(2)
November 2005
(4)
September 2005
(9)
August 2005
(8)
June 2005
(6)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Windows CE Base Team Blog
Understanding VirtualSetAttributes
Posted
over 6 years ago
by
ce_base
30
Comments
Posted by Kurt Kennett Virtual Memory is fantastic. It allows you to create this personalized ‘view’ of the memory space of a computer, and rearrange where things are physically to suit your desires. This is especially good for the organization of...
Windows CE Base Team Blog
How does Windows Embedded CE 6.0 Start?
Posted
over 6 years ago
by
ce_base
19
Comments
Posted by Kurt Kennett, Senior Development Lead, Windows CE OS Core Operating system code, as one of my colleague developers recently realized, is “just code”. It’s not voodoo and it does not exist on a higher plane of knowledge. In fact, an operating...
Windows CE Base Team Blog
Remote Tools Framework 1.0 Is For Real
Posted
over 6 years ago
by
ce_base
19
Comments
Published by Dave Edson Last year we released a powertoy for the Remote Tools Framework. Now, with the SP1 release, we have released the real product. The Remote Tools Framework allows you to write remote tools (think Remote System Information)...
Windows CE Base Team Blog
Memory marshalling in Windows CE
Posted
over 7 years ago
by
ce_base
18
Comments
Posted by: Sue Loh This article explains how memory access and memory passing is implemented in Windows CE 6 as well as previous versions of the OS. My intention is to explain the significant differences in CE6 by contrasting it against earlier OS...
Windows CE Base Team Blog
Windows Mobile 6 and the CE OS
Posted
over 6 years ago
by
ce_base
17
Comments
Posted by: Sue Loh Now that WM6 is publicly announced, I want to start taking steps to prevent confusion about one detail that is pretty major to most people who read this blog. Windows Mobile 6 does NOT run the CE 6 OS. Technically the OS version...
Windows CE Base Team Blog
New Powertoy Released
Posted
over 7 years ago
by
ce_base
14
Comments
Posted by: Dave Edson Hello Everyone... The Microsoft Smart Devices Remote Tools Framework Power Toy 1.0 has been released to the web. Let's call it RTFx for short. It's a framework to make it easier to write remote tools (like Remote Heapwalker...
Windows CE Base Team Blog
Understanding Memory Sections in config.bib, boot.bib, and OEMAddressTable in Windows CE 5.0 and 6.0
Posted
over 7 years ago
by
ce_base
13
Comments
Description of config.bib, boot.bib, and OEMAdressTable in Windows CE5.0 and 6.0...
Windows CE Base Team Blog
A Tour of Windows CE Memory Tools
Posted
over 7 years ago
by
ce_base
13
Comments
Posted by: Sue Loh This list of tools completes what I started with my perf tool list from http://blogs.msdn.com/ce_base/archive/2005/11/30/498782.aspx . Heap Memory Tools Each of these tools works by hooking all of the heap allocation function...
Windows CE Base Team Blog
Encryption and Filters between WM2003 and WM5
Posted
over 7 years ago
by
ce_base
13
Comments
Posted by: Sue Loh It seems that a common need people have is to encrypt all the data on a device, or as much as they can. I've seen some confusion over whether it's possible at all, how to do it, and what's different between WM2003 and WM5. Really...
Windows CE Base Team Blog
CeLog + Monte Carlo = Perfalyzer
Posted
over 7 years ago
by
ce_base
11
Comments
Posted by: Sue Loh The History If you read our blog regularly then you already know that CeLog is a data logging tool, which provides a lot of interesting system data because we've made the kernel log CeLog events for occurrences like thread switches...
Windows CE Base Team Blog
Using Platform Builder remote tools over ActiveSync
Posted
over 6 years ago
by
ce_base
11
Comments
Posted by: Sue Loh This information is something I only personally discovered recently, and it has important implications for our application developer community! For years I thought our "platman" remote tools (Remote Kernel Tracker, Call Profiler...
Windows CE Base Team Blog
Platform Builder 6.0 Service Pack 1
Posted
over 6 years ago
by
ce_base
11
Comments
Posted by: Sue Loh Hello from MEDC! I have enjoyed meeting many of you in person in the last couple of days. :-) In case you missed the news, the service pack for Platform Builder 6.0 is now available as a web download, at http://www.microsoft...
Windows CE Base Team Blog
Marshalling Helper APIs
Posted
over 7 years ago
by
ce_base
10
Comments
I am told that our APIs are not part of our documentation. :-( I know for sure we documented these, but I'm told there is a documentation update coming soon, so they must only have made it into the update. My apologies on behalf of Microsoft. Keep an...
Windows CE Base Team Blog
BSP Template now available for CE 6.0 / CE6R2
Posted
over 5 years ago
by
ce_base
9
Comments
New sample code called the BSP Template is now available for download. This code serves two major purposes: 1. Provide a stub version of a BSP that illustrates all required and optional BSP functions. 2. Educate newcomers to CE on the basics of...
Windows CE Base Team Blog
ESC Boston presentations available on MSDN
Posted
over 5 years ago
by
ce_base
9
Comments
Some CE-related presentations from ESC Boston are now publicly available. Topics include building a real-time system, the debugger, and the CE build system. You can find the presentations here: http://msdn.microsoft.com/en-us/embedded/dd253223.aspx ...
Windows CE Base Team Blog
Shared Heap Pitfalls
Posted
over 8 years ago
by
ce_base
9
Comments
Posted by: Sue Loh I just saw someone on our newsgroups make a recommendation that to get past the Windows CE 32MB per-process VM limitation, you can use shared heaps to make your allocations. I would like to explain some of the pitfalls of choosing...
Windows CE Base Team Blog
Inside Windows CE API Calls
Posted
over 7 years ago
by
ce_base
9
Comments
Posted by: Sue Loh Windows CE APIs are implemented by a set of server processes. Besides the kernel (nk.exe) we have other server processes: filesys.exe, gwes.exe, device.exe, services.exe. When an application calls an API in one of these servers,...
Windows CE Base Team Blog
What is Virtual Memory?
Posted
over 7 years ago
by
ce_base
9
Comments
Posted by: Sue Loh This is really a generic topic, not something specific to Windows CE, but I’ve had to explain it to a few people so I thought it would be worth writing up. If you had asked me what virtual memory was several years ago, I’d have given...
Windows CE Base Team Blog
How to Programmatically Improve File System Throughput
Posted
over 7 years ago
by
ce_base
9
Comments
Writing large amounts of data to persistent media can take large amounts of time. While Windows CE does have hardware limitations in comparison to the desktop, there are coding practices that will increase your throughput when writing to disk/flash. Higher...
Windows CE Base Team Blog
KITL Troubleshooting Tips
Posted
over 7 years ago
by
ce_base
8
Comments
Posted by: Upender Sandadi (reposting since text formatting got messed up first time) This is the second entry in the KITL series. In the first entry we learnt aboust basic KITL packet layout . In this we will look at some of the common things we have...
Windows CE Base Team Blog
Tips for Writing a File System Filter
Posted
over 8 years ago
by
ce_base
8
Comments
There have been a few questions posted to the newsgroup over the past few months on the scope the initial setup, and the registry settings of file system filters. I hope to answer some of the most commonly asked questions here. File system filter scope...
Windows CE Base Team Blog
How OEMs implement Clean Boot on WM5
Posted
over 7 years ago
by
ce_base
8
Comments
Posted by: Sue Loh (with help from Andrew Rogers) I’ve seen this question fly by a few times, so I’m blogging it. “Now that Windows Mobile 5 is persistent store based, how are OEMs supposed to implement a clean boot?” The idea is to reset the registry...
Windows CE Base Team Blog
A Tour of Windows CE Performance Tools
Posted
over 8 years ago
by
ce_base
8
Comments
Posted by: Sue Loh What use is a tool if you don't know it's there? One of the problems we have is getting the word out about the tools you can use to debug various kinds of problems. We honestly do try to figure out how to arrange our help documentation...
Windows CE Base Team Blog
MARSHAL_FORCE_ALIAS
Posted
over 5 years ago
by
ce_base
8
Comments
Posted by: Sue Loh Hello out there, it's been a long time since I posted anything real, and I feel sorry about that. As I began writing this article, I had just come from the first day of TechEd where I saw my colleagues present about CE6 and drivers...
Windows CE Base Team Blog
Critical Section vs. Mutex
Posted
over 6 years ago
by
ce_base
7
Comments
Posted by Jeremy Cooke Both critical sections and mutex objects can be used to synchronize code execution in a Windows CE system. Judicious use of these techniques is necessary to prevent sharing conflicts over system resources through synchronized...
Page 1 of 6 (143 items)
1
2
3
4
5
»