Merge branch 'master' into isa/arm64
[lunaix-os.git] / lunaix-os / arch / x86 / boot / i386 / boot32.S
index b969104abdd5f2b2d37537b0d4a0550915a9df70..e585a1beb926e492195088a0fa19a21b6ba5af8e 100644 (file)
@@ -4,7 +4,7 @@
 #include "sys/boot/multiboot.S.inc"
 #endif
 
-.section .boot.bss
+.section .boot.data
     /* 根据System V ABI,栈地址必须16字节对齐 */
     /* 这里只是一个临时栈,在_hhk_init里面我们会初始化内核专用栈 */
     .align 16