User:Warren/Notepad
Kernel
[edit]A minimalistic variation of the Windows kernel, known as MinWin, was being developed for use in Windows 7. The MinWin development efforts were aimed towards componentizing the Windows kernel and reducing the dependencies with a view to carving out the minimal set of components required to build a self-contained kernel as well as reducing the disk footprint and memory usage.[1] MinWin takes up about 25 MB on disk and has a working set (memory usage) of 40 MB.[2] It lacks a graphical user interface and is interfaced using a full-screen command line interface.[3][2] It includes the I/O and networking subsystems.[1][3] MinWin was first publicly demonstrated on October 13, 2007 by Eric Traut. The demo system included an OS image, made up of about 100 files, on which a basic HTTP server was running.[2][4]
Incidentally, the name MinWin was also used earlier to refer to what is currently known as Server Core in Windows Server 2008.[1][3] Both efforts are intended to consolidate and modularize the core of Windows; however, the two are quite different in implementation. With Server Core, the functionality of the OS is constrained according to server roles, and unneeded components (which will never be used as the role isn't supported) are removed from the binary image. However, the dependencies still exist in code, and the code cannot compile without the components. In contrast, with MinWin, the dependencies are consolidated into MinWin and what is not needed is removed at the code level itself. As a result, the code compiles even without any extraneous components and builds a stripped-down self-contained OS kernel image.[3][1]
In an interview with Ina Fried of Cnet's News.com, Steven Sinofsky described the Windows 7 kernel as a further evolution of the Windows Server 2008 kernel, itself an evolution of the Windows Vista kernel.[5]
References
[edit]- ^ a b c d "Mark Russinovich: On Working at Microsoft, Windows Server 2008 Kernel, MinWin vs ServerCore, HyperV, Application Virtualization". Retrieved 2007-12-23.
- ^ a b c Video presentation about MinWin
- ^ a b c d "Inside Windows 7 MinWin". Retrieved 2007-12-23.
- ^ Long Zheng (October 19, 2007). "Eric Traut talks (and demos) Windows 7 and MinWin". Retrieved 2007-10-20.
{{cite web}}
: CS1 maint: year (link) - ^ Fried, Ina (2008-05-27). "Windows chief talks '7'". news.com. Retrieved 2008-05-28.
{{cite web}}
: Check date values in:|date=
(help)