main
Add shell app model bootstrap
Initial commit. Bootloader completed
FS commands implemeted
Add CSRSS session runtime layer
Add desktop presentation model
Add display configuration bootstrap
Add Explorer shell owner
Add PS2 mouse driver
Add input desktop focus bootstrap
Memory management improvements
NtCreateMutant + NtCreateSemaphore — completes the NT synchronization triad (events ✓, mutex, semaphore)
M4: Implemented global ObjectManager
ntdll.dll exports, import resolution, IAT patching, NtWriteFile
Multi-process — background tasks, kill PID, enhanced ps table
Add user profile bootstrap
Add Winlogon registry bootstrap
Add Session 0 service control plane
Add shell accessibility state model
Add shell activation state model
Add shell command entrypoint model
Add ShellExperienceHost bootstrap
Add shell pointer hit testing
Add shell notification center model
Add shell namespace place model
Add shell power action model
Add shell start menu model
Add shell taskbar button model
Add shell tray state model
M2: PIT timer, IRQ dispatch table, spinlock.
Added VGA console. Per-process PDPT. NtCreateProcess. NtWaitForMultipleObjects.
Add visual theme bootstrap
Split DWM from Win32K
Add desktop window manager scene bootstrap
Add window station desktop bootstrap