mirror of
https://github.com/reactos/reactos.git
synced 2024-12-26 17:14:41 +00:00
*** empty log message ***
svn path=/trunk/; revision=3223
This commit is contained in:
parent
a0f2e6b8ca
commit
17731321a4
2 changed files with 7 additions and 3 deletions
|
@ -1,8 +1,12 @@
|
||||||
Changes in v1.4 (6/27/2002)
|
Changes in v1.5 (7/13/2002)
|
||||||
|
|
||||||
- If symbols are available then pass them to the OS as multiboot modules
|
- If symbols are available then pass them to the OS as multiboot modules
|
||||||
- Added separate configuration for a SETUPLDR version
|
- Added separate configuration for a SETUPLDR version
|
||||||
|
|
||||||
|
Changes in v1.4 (6/27/2002)
|
||||||
|
|
||||||
|
- Added separate configuration for a SETUPLDR version
|
||||||
|
|
||||||
Changes in v1.3.1 (6/8/2002)
|
Changes in v1.3.1 (6/8/2002)
|
||||||
|
|
||||||
- Implemented MmAllocateMemoryAtAddress()
|
- Implemented MmAllocateMemoryAtAddress()
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
|
|
||||||
|
|
||||||
/* just some stuff */
|
/* just some stuff */
|
||||||
#define VERSION "FreeLoader v1.4"
|
#define VERSION "FreeLoader v1.5"
|
||||||
#define COPYRIGHT "Copyright (C) 1998-2002 Brian Palmer <brianp@sginet.com>"
|
#define COPYRIGHT "Copyright (C) 1998-2002 Brian Palmer <brianp@sginet.com>"
|
||||||
#define AUTHOR_EMAIL "<brianp@sginet.com>"
|
#define AUTHOR_EMAIL "<brianp@sginet.com>"
|
||||||
#define BY_AUTHOR "by Brian Palmer"
|
#define BY_AUTHOR "by Brian Palmer"
|
||||||
|
@ -35,7 +35,7 @@
|
||||||
// If you add major functionality then you increment the major version and zero the minor & patch versions
|
// If you add major functionality then you increment the major version and zero the minor & patch versions
|
||||||
//
|
//
|
||||||
#define FREELOADER_MAJOR_VERSION 1
|
#define FREELOADER_MAJOR_VERSION 1
|
||||||
#define FREELOADER_MINOR_VERSION 4
|
#define FREELOADER_MINOR_VERSION 5
|
||||||
#define FREELOADER_PATCH_VERSION 0
|
#define FREELOADER_PATCH_VERSION 0
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue