[freeldr] Move custom.c, drivemap.c/h, miscboot.c/h to i386 directories
[reactos.git] / reactos / boot / freeldr / freeldr / arch / amd64 /
2009-10-27 Dmitry Gorbachev- Update address of Free Software Foundation.
2009-10-14 Timo KreuzerMerge amd64 NDK from amd64 branch:
2009-09-26 Timo KreuzerMerge HAL changes 34743, 34812, 34839, 34917, 35515...
2009-09-21 Stefan GinsbergMega compiler intrinsics patch:
2009-09-19 Timo KreuzerMerge from amd64 branch:
2009-09-19 Timo KreuzerSync with trunk r43000
2009-08-05 Gregor Schneider-Import tkreuzer's time implementation from AMD64 branch
2009-07-26 Timo KreuzerSync to trunk head (r42241)
2009-07-09 Timo Kreuzerfreeldr: Remove duplicated / unused files for amd64...
2009-06-20 Timo KreuzerMerge trunk head (r41474)
2009-05-21 Timo KreuzerSync trunk head (r41026)
2009-05-01 Timo KreuzerMerge from amd64-branch:
2009-04-30 Timo Kreuzermerge 37282 from amd64-branch:
2009-04-26 Hervé PoussineauRemove MachGetMemoryMap() and replace it by ArcGetMemor...
2009-04-24 Hervé PoussineauImplement ArcGetTime() and ArcGetRelativeTime()
2009-04-20 Timo KreuzerSync to trunk r40610
2009-04-16 Timo KreuzerSync trunk r40500
2009-04-02 Timo KreuzerFix switching from long mode to real mode, by jumping...
2009-03-18 Timo KreuzerSync to trunk head (r40091)
2009-02-17 Timo KreuzerMerge freeldr from amd64 branch:
2009-02-03 Timo KreuzerSync to trunk r39350.
2009-02-01 Timo KreuzerFix KiInitGdtEntry
2009-01-25 Timo Kreuzerfreeldr: setup more entries of the gdt
2009-01-19 Timo Kreuzerimprove freeldr debug prints:
2009-01-01 Timo KreuzerSync to trunk r38500
2009-01-01 Timo KreuzerSync to trunk r38250
2008-12-24 Timo KreuzerDelete broken _alloca implementation, before someone...
2008-12-15 Samuel SerapionSync to trunk head(r38096)
2008-12-08 Timo Kreuzersync trunk head (r37928)
2008-12-06 Timo Kreuzermerge trunk head (37902)
2008-12-05 Timo Kreuzersync to trunk head (37853) (except rbuild changes)
2008-11-10 Samuel Serapion- Merge to trunk r37270.
2008-10-30 Timo Kreuzersync to trunk head (37079)
2008-10-27 Timo Kreuzersync trunk head (37032)
2008-10-20 Samuel SerapionMerge to trunk HEAD(r36856)
2008-10-20 Timo Kreuzersync to trunk revision 36700
2008-10-20 Timo Kreuzersync to trunk revision 36500
2008-10-20 Timo Kreuzersync to trunk revision 36100
2008-09-20 Timo Kreuzer- fix a typo
2008-09-20 Timo KreuzerMap the APIC page.
2008-09-05 Timo Kreuzersync to trunk head (35945)
2008-08-27 Timo Kreuzer- implement stub EnableA20
2008-08-23 Timo KreuzerSetup KUSER_SHARED_DATA.
2008-08-20 Timo KreuzerAlso initialize data segment descriptor in the gdt.
2008-08-20 Timo KreuzerSetup a page for the Idt and a page for the gdt + tss...
2008-08-19 Timo Kreuzerchange the gdt in freeldr, so we will have the same...
2008-08-16 Timo Kreuzer- comment out ext2.sys in textsetup.sif, as it doesn...
2008-08-14 Timo KreuzerSync to trunk head (35333)
2008-08-01 Timo Kreuzeruse constants from winddk and get rid of private defini...
2008-07-31 Timo Kreuzerfeeldr:
2008-07-29 Timo KreuzerI reworked the pagetable code a little. Now the first...
2008-07-28 Timo Kreuzersync with trunk head (34904)
2008-07-25 Timo KreuzerSync with trunk head (34777)
2008-07-24 Timo Kreuzer- mark special pages
2008-07-24 Timo Kreuzer- create 512 2 MB pages first, so we have a max of...
2008-07-24 Timo Kreuzerforgot this one: a stubbed out loader.c copied from...
2008-07-24 Timo KreuzerImplement a LoaderEntry, a function to setup a pagetabl...
2008-07-24 Timo Kreuzer- implement _alloca (untested), ChainLoadBiosBootSector...
2008-07-24 Timo Kreuzerfreeldr: