From 4f78e4d3d00a1cfb29ee200ec98f1ba4a604c0d0 Mon Sep 17 00:00:00 2001 From: Aleksey Bragin Date: Tue, 11 Dec 2007 16:26:48 +0000 Subject: [PATCH] - Forgot the changelog update. svn path=/trunk/; revision=31151 --- reactos/boot/freeldr/freeldr/CHANGELOG | 24 ++++++++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/reactos/boot/freeldr/freeldr/CHANGELOG b/reactos/boot/freeldr/freeldr/CHANGELOG index d232950622b..c97c1dd56d6 100644 --- a/reactos/boot/freeldr/freeldr/CHANGELOG +++ b/reactos/boot/freeldr/freeldr/CHANGELOG @@ -1,8 +1,24 @@ -Changes in v2.0.0 (02/07/2005) (alex ionesco) +Changes in v3.0.0 (11/12/2007) (fball) -- PE loading of ntoskrnl.exe -- Work on 3GB support -- w32api conversion +- Support for building an ARC Tree. +- Removal of registry write code. +- Removal of HARDWARE registry building code. +- Working WinLDR branch for booting NT4. + +Changes in v2.5.0 (??/??/2007) (ion) + +- Memory layout fixes to support NT boot +- Refactor PTE/PDE setup code +- Identity mapping support +- Set 0x80000000 as kernel base address, and all physical addresses with the high bit off (KSEG0_BASE) so that physical->virtual translation can be done with an OR. + +Changes in v2.1.0 (??/??/2006) (ion) + +- PE loading fixups and full NT-style driver loading + +Changes in v2.0.0 (02/07/2005) (ion) + +- Remove Multi-boot booting of ReactOS Changes in v1.8.26 (10/30/2004) (chorns)