t's a bit embarrasing that some of this was undone until recently, but we now
[reactos.git] / reactos / ntoskrnl / ke / freeldr.c
2008-01-06 Art Yerkest's a bit embarrasing that some of this was undone...
2007-12-10 Aleksey Bragin- Improve the FreeLDR->NTLDR conversion layer by now...
2007-12-07 Hervé PoussineauBetter guess of the file path
2007-11-10 Magnus OlsenMerge from branch ReactX to Trunk,
2007-10-28 Art YerkesFix memory map to kernel mode.
2007-10-19 Daniel ReimerDelete all Trailing spaces in code.
2007-09-27 Aleksey Bragin- Add missing KERNEL_LARGE_STACK_COMMIT definition...
2007-09-06 Aleksey Bragin- Fix LoaderPagesSpanned calculation.
2007-09-04 Aleksey Bragin- Use real NT KPCR address (0xFFDFF000).
2007-09-01 Aleksey Bragin- Finish the memory map code, so it now actually create...
2007-08-25 Aleksey Bragin- Do not ignore BIOS memory map anymore. Private BIOS...
2007-08-23 Aleksey Bragin- Make freeldr do identity memory mapping. This simplif...
2007-08-09 Aleksey Bragin- Fix definition of _DESCRIPTOR/KDESCRIPTOR
2007-06-04 Aleksey Bragin- Correctly fill FullDllName for modules loaded by...
2007-03-26 Hervé Poussineau- Move NCI generated files to arch-specific directories
2007-03-26 Hervé PoussineauCleanup code for easier porting to other architectures
2007-03-21 Aleksey Bragin- KiRosFrldrLpbToNtLpb(): Round up to the correct size...
2007-03-01 Alex Ionescu- Fix KiDispatchException to unmask KI_EXCEPTION_INTERN...
2007-02-20 Alex Ionescu- Get rid of a bunch of multiboot crap FreeLDR was...
2007-02-16 Alex Ionescu- Create KD branch. All debugging support is removed...
2007-02-11 Sylvain Petreollemove from branch
2007-02-03 Alex Ionescu- Replace broken bootvid by a new bootvid based on...
2007-01-15 Art YerkesCheckpoint. HalDisplayString is working and hooked...
2007-01-08 Art YerkesUpdate address of hal before performing imports, add...
2007-01-02 Art YerkesRemoved now unneeded-tracing, added hal address. We...
2007-01-01 Art Yerkes- most of the churn here is from code and headers impor...
2006-11-29 Alex Ionescu- Swap the IDT where we should, in KiSystemStartup...
2006-11-29 Alex Ionescu- Finally figured out a way to make the old HAL IRQ...
2006-11-19 Alex Ionescu- Major changes to HAL/kernel loading and freeldr hacks:
2006-10-08 Alex Ionescu- Have FreeLDR fill out ARC_DISK_SIGNATURE information...
2006-10-08 Art YerkesPartially fixed up tree after merge from HEAD. More...
2006-10-08 Alex Ionescu- In NTLDR boot, try to get the first kernel physical...
2006-10-07 Alex Ionescu- FreeLDR: Create the loader entry for ntoskrnl now...
2006-10-05 Alex Ionescu- Use KeLoaderBlock for registry hive loading.
2006-10-03 Hervé PoussineauCopy i8042prt driver from 0.3.1 branch to trunk. Try #2
2006-10-03 Hervé PoussineauCopy i8042prt driver from 0.3.1 branch to trunk
2006-10-02 Alex Ionescu- Continue implementation of KiRosFrldrLpbToNtLpb by...
2006-10-01 Alex Ionescu- Do MmInit1 much earlier in the boot phase (right...
2006-10-01 Alex Ionescu- Add setupblk.h from TinyKRNL with all the definitions...
2006-10-01 Alex Ionescu- Implement ExpIsLoaderValid to validate the LOADER_PAR...
2006-10-01 Alex Ionescu- Remove all the remaining code in boot.S and make...
2006-09-30 Alex Ionescu- Complete much more of KiRosFrldrLpbtoNtLpb. We now:
2006-09-30 Alex Ionescu- Fix some bugs in intrin.h (missing __inline__ statmen...
2006-09-30 Alex Ionescu- Use LOADER_PARAMETER_BLOCK everywhere in ReactOS...
2006-09-04 Art YerkesBig merge: thanks alex and greatlord. Not a complete...
2006-09-03 Alex Ionescu- Final cleanup for now: