[BOOT] Improve the FILE header section. Brought to you by Adam Stachowicz. CORE-10114
authorAmine Khaldi <amine.khaldi@reactos.org>
Sat, 26 Sep 2015 16:31:49 +0000 (16:31 +0000)
committerAmine Khaldi <amine.khaldi@reactos.org>
Sat, 26 Sep 2015 16:31:49 +0000 (16:31 +0000)
svn path=/trunk/; revision=69364

32 files changed:
reactos/boot/armllb/hw/omap3-zoom2/hwinfo.c
reactos/boot/armllb/hw/omap3-zoom2/hwsynkp.c
reactos/boot/armllb/hw/omap3-zoom2/hwtwl40x.c
reactos/boot/environ/app/bootmgr/bootmgr.c
reactos/boot/environ/app/bootmgr/bootmgr.h
reactos/boot/environ/app/bootmgr/efiemu.c
reactos/boot/environ/app/bootmgr/rtlcompat.c
reactos/boot/freeldr/bootsect/fat32.S
reactos/boot/freeldr/bootsect/fatx.S
reactos/boot/freeldr/bootsect/isoboot.S
reactos/boot/freeldr/freeldr/arch/amd64/winldr.c
reactos/boot/freeldr/freeldr/arch/archwsup.c
reactos/boot/freeldr/freeldr/arch/arm/boot.S
reactos/boot/freeldr/freeldr/arch/arm/macharm.c
reactos/boot/freeldr/freeldr/arch/arm/winldr.c
reactos/boot/freeldr/freeldr/arch/i386/halstub.c
reactos/boot/freeldr/freeldr/arch/i386/winldr.c
reactos/boot/freeldr/freeldr/cmdline.c
reactos/boot/freeldr/freeldr/include/arch/arm/hardware.h
reactos/boot/freeldr/freeldr/include/inffile.h
reactos/boot/freeldr/freeldr/include/ramdisk.h
reactos/boot/freeldr/freeldr/include/ui/minitui.h
reactos/boot/freeldr/freeldr/include/ui/noui.h
reactos/boot/freeldr/freeldr/lib/inffile/inffile.c
reactos/boot/freeldr/freeldr/ui/minitui.c
reactos/boot/freeldr/freeldr/ui/noui.c
reactos/boot/freeldr/freeldr/ui/tuimenu.c
reactos/boot/freeldr/freeldr/windows/conversion.c
reactos/boot/freeldr/freeldr/windows/headless.c
reactos/boot/freeldr/freeldr/windows/peloader.c
reactos/boot/freeldr/freeldr/windows/wlmemory.c
reactos/boot/freeldr/freeldr/windows/wlregistry.c

index 3fd7edc..f88a746 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * PROJECT:         ReactOS Boot Loader
  * LICENSE:         BSD - See COPYING.ARM in the top level directory
- * FILE:            boot/armllb/hw/omap3-zoom2/hwuart.c
+ * FILE:            boot/armllb/hw/omap3-zoom2/hwinfo.c
  * PURPOSE:         LLB Hardware Info Routines for OMAP3 ZOOM2
  * PROGRAMMERS:     ReactOS Portable Systems Group
  */
index 39ccdcd..9f0104a 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * PROJECT:         ReactOS Boot Loader
  * LICENSE:         BSD - See COPYING.ARM in the top level directory
- * FILE:            boot/armllb/hw/omap3-zoom2/hwsynkpd.c
+ * FILE:            boot/armllb/hw/omap3-zoom2/hwsynkp.c
  * PURPOSE:         LLB Synpatics Keypad Support for OMAP3 ZOOM 2
  * PROGRAMMERS:     ReactOS Portable Systems Group
  */
index faca517..8dbc0c4 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * PROJECT:         ReactOS Boot Loader
  * LICENSE:         BSD - See COPYING.ARM in the top level directory
- * FILE:            boot/armllb/hw/omap3-zoom2/hwsynkpd.c
+ * FILE:            boot/armllb/hw/omap3-zoom2/hwtwl40x.c
  * PURPOSE:         LLB Synpatics Keypad Support for OMAP3 ZOOM 2
  * PROGRAMMERS:     ReactOS Portable Systems Group
  */
index abaa92b..45c6542 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * COPYRIGHT:       See COPYING.ARM in the top level directory
  * PROJECT:         ReactOS UEFI Boot Manager
- * FILE:            boot/environ/app/bootmgr.c
+ * FILE:            boot/environ/app/bootmgr/bootmgr.c
  * PURPOSE:         Boot Manager Entrypoint
  * PROGRAMMER:      Alex Ionescu (alex.ionescu@reactos.org)
  */
index de39b77..fd8b73b 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * COPYRIGHT:       See COPYING.ARM in the top level directory
  * PROJECT:         ReactOS UEFI Boot Manager
- * FILE:            boot/environ/app/bootmgr.h
+ * FILE:            boot/environ/app/bootmgr/bootmgr.h
  * PURPOSE:         Main Boot Manager Header
  * PROGRAMMER:      Alex Ionescu (alex.ionescu@reactos.org)
 */
index 40b9487..0616ddd 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * COPYRIGHT:       See COPYING.ARM in the top level directory
  * PROJECT:         ReactOS UEFI Boot Manager
- * FILE:            boot/environ/app/efiemu.c
+ * FILE:            boot/environ/app/bootmgr/efiemu.c
  * PURPOSE:         UEFI Entrypoint for Boot Manager
  * PROGRAMMER:      Alex Ionescu (alex.ionescu@reactos.org)
  */
index 1aeaa57..0590c2c 100644 (file)
@@ -1,7 +1,7 @@
 /*
 * COPYRIGHT:       See COPYING.ARM in the top level directory
 * PROJECT:         ReactOS UEFI Boot Manager
-* FILE:            boot/environ/app/rtlcompat.c
+* FILE:            boot/environ/app/bootmgr/rtlcompat.c
 * PURPOSE:         RTL Library Compatibility Routines
 * PROGRAMMER:      Alex Ionescu (alex.ionescu@reactos.org)
 */
index f2a91c2..b8d7173 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * COPYRIGHT:       See COPYING in the top level directory
  * PROJECT:         ReactOS Bootsector
- * FILE:
+ * FILE:            boot/freeldr/bootsect/fat32.S
  * PURPOSE:
  * PROGRAMMERS:     ?
  */
index 4a0d8a9..e51598d 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * COPYRIGHT:       See COPYING in the top level directory
  * PROJECT:         ReactOS Bootsector
- * FILE:            fatx.S
+ * FILE:            boot/freeldr/bootsect/fatx.S
  * PURPOSE:         Combined FAT16 and FAT32 boot sector
  * PROGRAMMERS:     Brian Palmer
  *                  Timo Kreuzer
index ee200b2..a3733e0 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * COPYRIGHT:       See COPYING in the top level directory
  * PROJECT:         ReactOS Bootsector for ISO file system
- * FILE:
+ * FILE:            boot/freeldr/bootsect/isoboot.S
  * PURPOSE:
  * PROGRAMMERS:     ?
  */
index e0b8ffe..e82a4e6 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * PROJECT:         EFI Windows Loader
  * LICENSE:         GPL - See COPYING in the top level directory
- * FILE:            freeldr/amd64/wlmemory.c
+ * FILE:            boot/freeldr/freeldr/arch/amd64/winldr.c
  * PURPOSE:         Memory related routines
  * PROGRAMMERS:     Timo Kreuzer (timo.kreuzer@reactos.org)
  */
index 03c399d..bbe1d2a 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * PROJECT:         ReactOS Boot Loader (FreeLDR)
  * LICENSE:         GPL - See COPYING in the top level directory
- * FILE:            boot/freeldr/freeldr/reactos/archwsup.c
+ * FILE:            boot/freeldr/freeldr/arch/archwsup.c
  * PURPOSE:         Routines for ARC Hardware Tree and Configuration Data
  * PROGRAMMERS:     Alex Ionescu (alex.ionescu@reactos.org)
  */
index 4c5082d..b664e9f 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * PROJECT:         ReactOS Boot Loader
  * LICENSE:         BSD - See COPYING.ARM in the top level directory
- * FILE:            boot/freeldr/arch/arm/boot.s
+ * FILE:            boot/freeldr/freeldr/arch/arm/boot.S
  * PURPOSE:         Implements the entry point for ARM machines
  * PROGRAMMERS:     ReactOS Portable Systems Group
  */
index 6ec4712..1b0dde8 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * PROJECT:         ReactOS Boot Loader
  * LICENSE:         BSD - See COPYING.ARM in the top level directory
- * FILE:            boot/freeldr/arch/arm/marcharm.c
+ * FILE:            boot/freeldr/freeldr/arch/arm/macharm.c
  * PURPOSE:         Provides abstraction between the ARM Boot Loader and FreeLDR
  * PROGRAMMERS:     ReactOS Portable Systems Group
  */
index 0afb7eb..0ea593f 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * PROJECT:         ReactOS Boot Loader
  * LICENSE:         BSD - See COPYING.ARM in the top level directory
- * FILE:            boot/freeldr/arch/arm/loader.c
+ * FILE:            boot/freeldr/freeldr/arch/arm/winldr.c
  * PURPOSE:         ARM Kernel Loader
  * PROGRAMMERS:     ReactOS Portable Systems Group
  */
index 583f33e..9db6410 100644 (file)
@@ -1,7 +1,7 @@
 /*
 * PROJECT:         ReactOS Kernel
 * LICENSE:         GPL - See COPYING in the top level directory
-* FILE:            boot/freeldr/freeldr/arch/i386/hal/halstub.c
+* FILE:            boot/freeldr/freeldr/arch/i386/halstub.c
 * PURPOSE:         I/O Stub HAL Routines
 * PROGRAMMERS:     Alex Ionescu (alex.ionescu@reactos.org)
 */
index a6e1e90..729989f 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * PROJECT:         EFI Windows Loader
  * LICENSE:         GPL - See COPYING in the top level directory
- * FILE:            freeldr/winldr/i386/wlmemory.c
+ * FILE:            boot/freeldr/freeldr/arch/i386/winldr.c
  * PURPOSE:         Memory related routines
  * PROGRAMMERS:     Aleksey Bragin (aleksey@reactos.org)
  */
index 12eebde..05de8e5 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * PROJECT:         ReactOS Boot Loader
  * LICENSE:         BSD - See COPYING.ARM in the top level directory
- * FILE:            boot/freeldr/cmdline.c
+ * FILE:            boot/freeldr/freeldr/cmdline.c
  * PURPOSE:         FreeLDR Command Line Parsing
  * PROGRAMMERS:     ReactOS Portable Systems Group
  */
index 67d1f9a..51ed5a8 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * PROJECT:         ReactOS Boot Loader
  * LICENSE:         BSD - See COPYING.ARM in the top level directory
- * FILE:            boot/freeldr/include/arch/arm/hardware.h
+ * FILE:            boot/freeldr/freeldr/include/arch/arm/hardware.h
  * PURPOSE:         Header for ARC definitions (to be cleaned up)
  * PROGRAMMERS:     ReactOS Portable Systems Group
  */
index 2f5a30b..5d8ad81 100644 (file)
@@ -19,7 +19,7 @@
 /*
  * COPYRIGHT:       See COPYING in the top level directory
  * PROJECT:         ReactOS text-mode setup
- * FILE:            subsys/system/usetup/infcache.h
+ * FILE:            boot/freeldr/freeldr/include/inffile.h
  * PURPOSE:         INF file parser that caches contents of INF file in memory
  * PROGRAMMER:      Royce Mitchell III
  *                  Eric Kohl
index ee3e5be..2e56a37 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * PROJECT:         ReactOS Boot Loader
  * LICENSE:         BSD - See COPYING.ARM in the top level directory
- * FILE:            boot/freeldr/include/ramdisk.h
+ * FILE:            boot/freeldr/freeldr/include/ramdisk.h
  * PURPOSE:         Header file for ramdisk support
  * PROGRAMMERS:     ReactOS Portable Systems Group
  */
index d845c52..0e56852 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * COPYRIGHT:       See COPYING in the top level directory
  * PROJECT:         FreeLoader
- * FILE:            freeldr/include/ui/minitui.h
+ * FILE:            boot/freeldr/freeldr/include/ui/minitui.h
  * PURPOSE:         Mini Text UI interface header
  * PROGRAMMERS:     Hervé Poussineau
  */
index cc4e1eb..c619834 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * COPYRIGHT:       See COPYING in the top level directory
  * PROJECT:         FreeLoader
- * FILE:            freeldr/include/ui/noui.h
+ * FILE:            boot/freeldr/freeldr/include/ui/noui.h
  * PURPOSE:         No UI interface header
  * PROGRAMMERS:     Hervé Poussineau
  */
index 4894e9c..aa5aa54 100644 (file)
@@ -19,7 +19,7 @@
 /*
  * COPYRIGHT:       See COPYING in the top level directory
  * PROJECT:         ReactOS text-mode setup
- * FILE:            subsys/system/usetup/infcache.c
+ * FILE:            boot/freeldr/freeldr/lib/inffile/inffile.c
  * PURPOSE:         INF file parser that caches contents of INF file in memory
  * PROGRAMMER:      Royce Mitchell III
  *                  Eric Kohl
index 256f5c5..e90e13d 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * COPYRIGHT:       See COPYING in the top level directory
  * PROJECT:         FreeLoader
- * FILE:            freeldr/ui/minitui.c
+ * FILE:            boot/freeldr/freeldr/ui/minitui.c
  * PURPOSE:         Mini Text UI interface
  * PROGRAMMERS:     Brian Palmer <brianp@sginet.com>
  *                  Hervé Poussineau
index 1abc5a7..3d16b04 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * COPYRIGHT:       See COPYING in the top level directory
  * PROJECT:         FreeLoader
- * FILE:            freeldr/ui/noui.c
+ * FILE:            boot/freeldr/freeldr/ui/noui.c
  * PURPOSE:         No Text UI interface
  * PROGRAMMERS:     Hervé Poussineau
  */
index 69ab50b..fa950b3 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * COPYRIGHT:       See COPYING in the top level directory
  * PROJECT:         FreeLoader
- * FILE:            freeldr/ui/tuimenu.c
+ * FILE:            boot/freeldr/freeldr/ui/tuimenu.c
  * PURPOSE:         UI Menu Functions
  * PROGRAMMERS:     Alex Ionescu (alex@relsoft.net)
  *                  Brian Palmer (brianp@sginet.com)
index 5a62b64..94ac93a 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * PROJECT:         EFI Windows Loader
  * LICENSE:         GPL - See COPYING in the top level directory
- * FILE:            freeldr/winldr/conversion.c
+ * FILE:            boot/freeldr/freeldr/windows/conversion.c
  * PURPOSE:         Physical <-> Virtual addressing mode conversions
  * PROGRAMMERS:     Aleksey Bragin (aleksey@reactos.org)
  */
index af57ab6..f5ee586 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * PROJECT:         ReactOS Boot Loader
  * LICENSE:         BSD - See COPYING.ARM in the top level directory
- * FILE:            boot/freeldr/windows/headless.c
+ * FILE:            boot/freeldr/freeldr/windows/headless.c
  * PURPOSE:         Provides support for Windows Emergency Management Services
  * PROGRAMMERS:     ReactOS Portable Systems Group
  */
index 916a1ed..1b5bed6 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * PROJECT:         FreeLoader
  * LICENSE:         GPL - See COPYING in the top level directory
- * FILE:            freeldr/winldr/peloader.c
+ * FILE:            boot/freeldr/freeldr/windows/peloader.c
  * PURPOSE:         Provides routines for loading PE files. To be merged with
  *                  arch/i386/loader.c in future
  *                  This article was very handy during development:
index ef89b4c..09638d8 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * PROJECT:         EFI Windows Loader
  * LICENSE:         GPL - See COPYING in the top level directory
- * FILE:            freeldr/winldr/wlmemory.c
+ * FILE:            boot/freeldr/freeldr/windows/wlmemory.c
  * PURPOSE:         Memory related routines
  * PROGRAMMERS:     Aleksey Bragin (aleksey@reactos.org)
  */
index bebf15c..f2afd2a 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * PROJECT:         EFI Windows Loader
  * LICENSE:         GPL - See COPYING in the top level directory
- * FILE:            freeldr/winldr/wlregistry.c
+ * FILE:            boot/freeldr/freeldr/windows/wlregistry.c
  * PURPOSE:         Registry support functions
  * PROGRAMMERS:     Aleksey Bragin (aleksey@reactos.org)
  */