0% found this document useful (0 votes)
74 views2 pages

Windows 7: Appendix

Windows 7 is a 32-/64-bit preemptive multitasking client operating system that supports the Intel IA-32 and AMD64 instruction sets. It is the latest version of Microsoft's NT-based operating systems, replacing earlier versions based on Windows 95/98. The chapter discusses Windows 7's goals, its layered architecture, file system, networking features, and programming interface.

Uploaded by

Tugas Utomo
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
74 views2 pages

Windows 7: Appendix

Windows 7 is a 32-/64-bit preemptive multitasking client operating system that supports the Intel IA-32 and AMD64 instruction sets. It is the latest version of Microsoft's NT-based operating systems, replacing earlier versions based on Windows 95/98. The chapter discusses Windows 7's goals, its layered architecture, file system, networking features, and programming interface.

Uploaded by

Tugas Utomo
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

B

Appendix

Windows 7

Updated by Dave Probert


The Microsoft Windows 7 operating system is a 32-/64-bit preemptive mul-
titasking client operating system for microprocessors implementing the Intel
IA-32 and AMD64 instruction set architectures (ISAs). Microsoft’s corresponding
server operating system, Windows Server 2008 R2, is based on the same code
as Windows 7 but supports only the 64-bit AMD64 and IA64 (Itanium) ISAs.
Windows 7 is the latest in a series of Microsoft operating systems based on its
NT code, which replaced the earlier systems based on Windows 95/98. In this
chapter, we discuss the key goals of Windows 7, the layered architecture of the
system that has made it so easy to use, the file system, the networking features,
and the programming interface.

Bibliographical Notes

[Russinovich et al. (2017)] provides an overview of Windows 7 and consider-


able technical detail about system internals and components. [Brown (2000)]
presents details of the security architecture of Windows.
The Microsoft Developer Network Library (http://msdn.microsoft.com)
supplies a wealth of information on Windows and other Microsoft products,
including documentation of all the published APIs.
[Iseminger (2000)] provides a good reference on the Windows Active Direc-
tory. Detailed discussions of writing programs that use the Win32 API appear
in [Richter (1997)].
The source code for a 2005 WRK version of the Windows kernel, together
with a collection of slides and other CRK curriculum materials, is available from
www.microsoft.com/WindowsAcademic for use by universities.

Bibliography

[Brown (2000)] K. Brown, Programming Windows Security, Addison-Wesley


(2000).
1
2 Appendix B Windows 7

[Iseminger (2000)] D. Iseminger, Active Directory Services for Microsoft Windows


2000. Technical Reference, Microsoft Press (2000).
[Richter (1997)] J. Richter, Advanced Windows, Microsoft Press (1997).
[Russinovich et al. (2017)] M. Russinovich, D. A. Solomon, and A. Ionescu, Win-
dows Internals - Part 1, Seventh Edition, Microsoft Press (2017).

You might also like