[freeldr] Rework the ramdisk driver to let it be a full device, instead of a deprecat...
[reactos.git] / reactos / boot / freeldr / freeldr / arch / arm / boot.s
index a4fe1d3..ab14f70 100644 (file)
@@ -10,7 +10,6 @@
     .include "ntoskrnl/include/internal/arm/kxarm.h"
     .include "ntoskrnl/include/internal/arm/ksarm.h"
 
-    .section startup
     NESTED_ENTRY _start
     PROLOG_END _start
     
@@ -45,7 +44,7 @@
     //
     // Okay, now give us a stack
     //
-    ldr sp, L_BootStackEnd
+    //ldr sp, L_BootStackEnd
 
     //
     // Go ahead and call the C initialization code
@@ -60,13 +59,6 @@ L_BootStackEnd:
 L_ArmInit:
     .long ArmInit
 
-       .align 4
-.global BootStack
-BootStack:
-       .space 0x4000
-BootStackEnd:
-    .long 0
-
 .section pagedata
 .global TranslationTableStart
 TranslationTableStart:
@@ -149,10 +141,5 @@ MasterTranslationTable:
     .space 0x0400 // 0xYYYYYYYY->0xC10FFFFF
     .space 0x0C00 // PADDING FOR 4KB GRANULARITY
 
-.global HyperSpaceTranslationTable
-HyperSpaceTranslationTable:
-    .space 0x0400 // 0xYYYYYYYY->0xC10FFFFF
-    .space 0x0C00 // PADDING FOR 4KB GRANULARITY
-
 .global TranslationTableEnd
 TranslationTableEnd: