[ros-diffs] [tkreuzer] 34725: freeldr: - add amd64 to rbuild files - add include/amd64 and arch/amd64 and copy some files from i386, maybe we can later share some of them between those architectures - convert fathelp.asm to fathelp.S so we can link it. Content stays the same as for i386

tkreuzer at svn.reactos.org tkreuzer at svn.reactos.org
Thu Jul 24 03:48:45 CEST 2008


Author: tkreuzer
Date: Wed Jul 23 20:48:44 2008
New Revision: 34725

URL: http://svn.reactos.org/svn/reactos?rev=34725&view=rev
Log:
freeldr:
- add amd64 to rbuild files
- add include/amd64 and arch/amd64 and copy some files from i386, maybe we can later share some of them between those architectures
- convert fathelp.asm to fathelp.S so we can link it. Content stays the same as for i386

Added:
    branches/ros-amd64-bringup/reactos/boot/freeldr/freeldr/arch/amd64/
    branches/ros-amd64-bringup/reactos/boot/freeldr/freeldr/arch/amd64/fathelp.S   (with props)
    branches/ros-amd64-bringup/reactos/boot/freeldr/freeldr/arch/amd64/hardware.c   (with props)
    branches/ros-amd64-bringup/reactos/boot/freeldr/freeldr/arch/amd64/hwacpi.c   (with props)
    branches/ros-amd64-bringup/reactos/boot/freeldr/freeldr/arch/amd64/hwapm.c   (with props)
    branches/ros-amd64-bringup/reactos/boot/freeldr/freeldr/arch/amd64/hwpci.c   (with props)
    branches/ros-amd64-bringup/reactos/boot/freeldr/freeldr/arch/amd64/i386disk.c   (with props)
    branches/ros-amd64-bringup/reactos/boot/freeldr/freeldr/arch/amd64/i386rtl.c   (with props)
    branches/ros-amd64-bringup/reactos/boot/freeldr/freeldr/arch/amd64/i386vid.c   (with props)
    branches/ros-amd64-bringup/reactos/boot/freeldr/freeldr/arch/amd64/mach.c   (with props)
    branches/ros-amd64-bringup/reactos/boot/freeldr/freeldr/arch/amd64/pccons.c   (with props)
    branches/ros-amd64-bringup/reactos/boot/freeldr/freeldr/arch/amd64/pcdisk.c   (with props)
    branches/ros-amd64-bringup/reactos/boot/freeldr/freeldr/arch/amd64/pcmem.c   (with props)
    branches/ros-amd64-bringup/reactos/boot/freeldr/freeldr/arch/amd64/pcrtc.c   (with props)
    branches/ros-amd64-bringup/reactos/boot/freeldr/freeldr/arch/amd64/pcvideo.c   (with props)
    branches/ros-amd64-bringup/reactos/boot/freeldr/freeldr/include/arch/amd64/
    branches/ros-amd64-bringup/reactos/boot/freeldr/freeldr/include/arch/amd64/amd64.h   (with props)
    branches/ros-amd64-bringup/reactos/boot/freeldr/freeldr/include/arch/amd64/hardware.h   (with props)
    branches/ros-amd64-bringup/reactos/boot/freeldr/freeldr/include/arch/amd64/machpc.h   (with props)
Modified:
    branches/ros-amd64-bringup/reactos/boot/freeldr/freeldr/freeldr.rbuild
    branches/ros-amd64-bringup/reactos/boot/freeldr/freeldr/freeldr_arch.rbuild
    branches/ros-amd64-bringup/reactos/boot/freeldr/freeldr/freeldr_base64k.rbuild
    branches/ros-amd64-bringup/reactos/boot/freeldr/freeldr/freeldr_startup.rbuild
    branches/ros-amd64-bringup/reactos/boot/freeldr/freeldr/include/arch.h
    branches/ros-amd64-bringup/reactos/boot/freeldr/freeldr/include/freeldr.h

[This mail would be too long, it was shortened to contain the URLs only.]

Added: branches/ros-amd64-bringup/reactos/boot/freeldr/freeldr/arch/amd64/fathelp.S
URL: http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/boot/freeldr/freeldr/arch/amd64/fathelp.S?rev=34725&view=auto

Added: branches/ros-amd64-bringup/reactos/boot/freeldr/freeldr/arch/amd64/hardware.c
URL: http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/boot/freeldr/freeldr/arch/amd64/hardware.c?rev=34725&view=auto

Added: branches/ros-amd64-bringup/reactos/boot/freeldr/freeldr/arch/amd64/hwacpi.c
URL: http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/boot/freeldr/freeldr/arch/amd64/hwacpi.c?rev=34725&view=auto

Added: branches/ros-amd64-bringup/reactos/boot/freeldr/freeldr/arch/amd64/hwapm.c
URL: http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/boot/freeldr/freeldr/arch/amd64/hwapm.c?rev=34725&view=auto

Added: branches/ros-amd64-bringup/reactos/boot/freeldr/freeldr/arch/amd64/hwpci.c
URL: http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/boot/freeldr/freeldr/arch/amd64/hwpci.c?rev=34725&view=auto

Added: branches/ros-amd64-bringup/reactos/boot/freeldr/freeldr/arch/amd64/i386disk.c
URL: http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/boot/freeldr/freeldr/arch/amd64/i386disk.c?rev=34725&view=auto

Added: branches/ros-amd64-bringup/reactos/boot/freeldr/freeldr/arch/amd64/i386rtl.c
URL: http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/boot/freeldr/freeldr/arch/amd64/i386rtl.c?rev=34725&view=auto

Added: branches/ros-amd64-bringup/reactos/boot/freeldr/freeldr/arch/amd64/i386vid.c
URL: http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/boot/freeldr/freeldr/arch/amd64/i386vid.c?rev=34725&view=auto

Added: branches/ros-amd64-bringup/reactos/boot/freeldr/freeldr/arch/amd64/mach.c
URL: http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/boot/freeldr/freeldr/arch/amd64/mach.c?rev=34725&view=auto

Added: branches/ros-amd64-bringup/reactos/boot/freeldr/freeldr/arch/amd64/pccons.c
URL: http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/boot/freeldr/freeldr/arch/amd64/pccons.c?rev=34725&view=auto

Added: branches/ros-amd64-bringup/reactos/boot/freeldr/freeldr/arch/amd64/pcdisk.c
URL: http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/boot/freeldr/freeldr/arch/amd64/pcdisk.c?rev=34725&view=auto

Added: branches/ros-amd64-bringup/reactos/boot/freeldr/freeldr/arch/amd64/pcmem.c
URL: http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/boot/freeldr/freeldr/arch/amd64/pcmem.c?rev=34725&view=auto

Added: branches/ros-amd64-bringup/reactos/boot/freeldr/freeldr/arch/amd64/pcrtc.c
URL: http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/boot/freeldr/freeldr/arch/amd64/pcrtc.c?rev=34725&view=auto

Added: branches/ros-amd64-bringup/reactos/boot/freeldr/freeldr/arch/amd64/pcvideo.c
URL: http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/boot/freeldr/freeldr/arch/amd64/pcvideo.c?rev=34725&view=auto

Modified: branches/ros-amd64-bringup/reactos/boot/freeldr/freeldr/freeldr.rbuild
URL: http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/boot/freeldr/freeldr/freeldr.rbuild?rev=34725&r1=34724&r2=34725&view=diff

Modified: branches/ros-amd64-bringup/reactos/boot/freeldr/freeldr/freeldr_arch.rbuild
URL: http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/boot/freeldr/freeldr/freeldr_arch.rbuild?rev=34725&r1=34724&r2=34725&view=diff

Modified: branches/ros-amd64-bringup/reactos/boot/freeldr/freeldr/freeldr_base64k.rbuild
URL: http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/boot/freeldr/freeldr/freeldr_base64k.rbuild?rev=34725&r1=34724&r2=34725&view=diff

Modified: branches/ros-amd64-bringup/reactos/boot/freeldr/freeldr/freeldr_startup.rbuild
URL: http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/boot/freeldr/freeldr/freeldr_startup.rbuild?rev=34725&r1=34724&r2=34725&view=diff

Modified: branches/ros-amd64-bringup/reactos/boot/freeldr/freeldr/include/arch.h
URL: http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/boot/freeldr/freeldr/include/arch.h?rev=34725&r1=34724&r2=34725&view=diff

Added: branches/ros-amd64-bringup/reactos/boot/freeldr/freeldr/include/arch/amd64/amd64.h
URL: http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/boot/freeldr/freeldr/include/arch/amd64/amd64.h?rev=34725&view=auto

Added: branches/ros-amd64-bringup/reactos/boot/freeldr/freeldr/include/arch/amd64/hardware.h
URL: http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/boot/freeldr/freeldr/include/arch/amd64/hardware.h?rev=34725&view=auto

Added: branches/ros-amd64-bringup/reactos/boot/freeldr/freeldr/include/arch/amd64/machpc.h
URL: http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/boot/freeldr/freeldr/include/arch/amd64/machpc.h?rev=34725&view=auto

Modified: branches/ros-amd64-bringup/reactos/boot/freeldr/freeldr/include/freeldr.h
URL: http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/boot/freeldr/freeldr/include/freeldr.h?rev=34725&r1=34724&r2=34725&view=diff



More information about the Ros-diffs mailing list