0
I Use This!
Inactive

Commits : Listings

Analyzed 4 days ago. based on code collected 4 days ago.
Jun 11, 2023 — Jun 11, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add C stubs for reassembling the kernel, and remove an unnecessary page table. More... almost 15 years ago
Add code to prepare to piece the kernel back together (that is, go back into a very minimal 32-bit paged protected mode with PAE enabled) More... about 15 years ago
A couple fixes for cross-compilation from GNU/Linux, plus removal of some unnecessary paging flags and a useless increase of IRQL. More... about 15 years ago
Completely redo the assembler part of the switch from protected back to real mode so that it finally actually works. More... about 15 years ago
Fix horrible, crippling bug in libpe (introduced in r60) which made PeGetImportPointer() (and with it, the driver as a whole) totally fail to work correctly. More... about 15 years ago
Clean up the locking in the buffer code, fix error handling in the shutdown dispatch, and fix up the reboot code a small bit. More... about 15 years ago
Fix some issues reported by ChkInf (part of MS's WinDDK) and modify the installers accordingly. More... about 15 years ago
Remove a stray bit of redundant code in the main Makefile. More... about 15 years ago
Do some major refactoring of the entire codebase. More... about 15 years ago
Add cross-compiling support using MinGW and NSIS under GNU/Linux. More... over 15 years ago
Add developer components to main installer More... over 15 years ago
Clean up KexecCommon.dll's exports. More... over 15 years ago
Update EnvVarUpdate.nsh to latest upstream version. More... over 15 years ago
Fix KexecCommon.dll resource versioning More... over 15 years ago
Fix GUI icon and abstract common code into a DLL. More... over 15 years ago
Start making the GUI window. More... over 15 years ago
Fix up resources - strip down kexec.exe once again and focus on KexecGui.exe More... over 15 years ago
Add stub of an eventual GUI interface. More... over 15 years ago
Add icon to kexec.exe More... over 15 years ago
Fix up resource files, and trigger UAC on Vista. More... over 15 years ago
We (theoretically) now have real mode! There is still much to do, but we're (hopefully) another big step closer to booting the kernel. More... over 15 years ago
We have finally achieved flat protected mode! (Now for real...) More... over 15 years ago
Start implementing black magic with the Windows page table so we can actually try to break out. More... over 15 years ago
Slight fixup on driver uninstallation. More... over 15 years ago
We're (hopefully) just one step away from flat protected mode! More... over 15 years ago
unbreak the build (missing "near" on a jump...) ^_^ More... almost 16 years ago
Implement much of the preparation to return to real mode. More... almost 16 years ago
Start to add the real reboot code. More... almost 16 years ago
Unify driver headers into KexecDriver.h More... almost 16 years ago
Fix a harmless little typo... More... almost 16 years ago