Operating systems › Microsoft Windows › Windows 7
Windows 7
2009
The well-received 2009 release refining Windows Vista with a revamped taskbar, faster performance and better usability.
Reference & documentation
External technical references for programming Windows 7 and for writing emulators.
| Resource | Type | Notes |
|---|---|---|
| Microsoft PE Format Specification ↗ | Format | Canonical PE/COFF executable format used by ReactOS |
| Intel 64 and IA-32 Software Developer Manuals ↗ | Instruction set | x86-64 instruction set and system programming manuals |
| Windows x64 NT System Call Table ↗ | Interrupt list | Syscall numbers across every NT x64 build |
| KPCR (amd64) Structure (Geoff Chappell) ↗ | Memory map | KPCR layout and gs-register access on x64 |
| Wine Developer's Guide: Architecture Overview ↗ | Programming | How Wine reimplements Win32 DLLs and NT kernel |
| Windows 7 All-in-One Install ISO (Internet Archive) ↗ | ROMs | Windows 7 all-editions install ISO image |
| NTAPI Undocumented Functions ↗ | Reference | Native syscall (Nt/Zw) API reference and structures |
| Functions Exported from the Windows Kernel (Geoff Chappell) ↗ | Reference | Every exported Windows kernel function, per version |
| ReactOS Source Cross-Reference (Doxygen) ↗ | Source | Browsable open-source NT kernel and Win32 implementation |