descriptionLinux bootloader implemented as a Windows device driver.
last changeFri, 25 May 2012 19:36:06 +0000 (15:36 -0400)
shortlog
2012-05-25 John StumpoUse a special segment descriptor for the code segment... master
2012-04-26 John StumpoDefine some constants for the page {table,directory...
2012-04-26 John StumpoUse 64-bit integers for working with PAE paging structures.
2012-04-20 John StumpoUse uint64_t* when manipulating page tables in PAE.
2012-04-15 John StumpoMark ZwQuerySystemInformation as dllimport, since,...
2012-04-15 John StumpoAdd inlineasm.h wrappers for cpuid, rdmsr, and wrmsr.
2012-04-15 John StumpoDon't exploit undocumented MDL behavior to make the...
2012-04-15 John StumpoTell nasm to use shorter instructions when possible.
2012-04-15 John StumpoMove to generic get/set routines for the control registers.
2012-04-15 John StumpoDon't use the DWORD type anymore in kernel space.
2012-04-15 John StumpoHave revtag call git to figure out the commit hash...
2012-04-15 John StumpoMake invlpg take a void*.
2012-04-15 John StumpoReplace util.asm with inline assembly.
2012-03-12 John StumpoAdd masking of the 8259s and disabling of the Local...
2012-03-12 John StumpoAdd some more compiler warning options and fix the...
2012-03-11 John StumpoCheck for the expected error code from the first call...
...
heads
11 years ago master