Operating systems › Microsoft Windows › Windows 10
Windows 10
2015
The 2015 release unifying PC and device platforms, returning the Start menu and introducing the Edge browser and Cortana.
Reference & documentation
External technical references for programming Windows 10 and for writing emulators.
| Resource | Type | Notes |
|---|---|---|
| Microsoft PE Format Specification ↗ | Format | Canonical PE/COFF executable format used by ReactOS |
| NTFS Documentation (Russon & Fledel) ↗ | Format | NTFS on-disk MFT and attribute structures |
| Windows x64 NT System Call Table ↗ | Interrupt list | Syscall numbers across every NT x64 build |
| Virtual Address Space (Memory Management) ↗ | Memory map | Process address-space partitions and limits |
| x64 Calling Convention ↗ | Programming | Register/stack ABI for Windows x64 code |
| Windows Hardware / Driver Developer Documentation ↗ | Programming | Kernel-mode driver architecture and DDI reference |
| Windows 10 22H2 Multi-Edition ISO (Internet Archive) ↗ | ROMs | Archived official ISOs, all editions, SHA-256 |
| Download Windows 10 Disc Image (Microsoft) ↗ | ROMs | Official Microsoft Windows 10 22H2 ISO download |
| Programming Reference for the Win32 API ↗ | Reference | Official Win32 API index by header/technology |
| Windows Driver Samples (Microsoft source) ↗ | Source | Official kernel and user-mode driver source samples |