浏览代码

Moved os_regs into start32.S

tags/v0.9.3
Michael Brown 20 年前
父节点
当前提交
9a413cfea1
共有 1 个文件被更改,包括 5 次插入1 次删除
  1. 5
    1
      src/arch/i386/core/start32.S

+ 5
- 1
src/arch/i386/core/start32.S 查看文件

38
 	.text
38
 	.text
39
 	.arch i386
39
 	.arch i386
40
 	.code32
40
 	.code32
41
-	
41
+
42
+	/* This is a struct os_entry_regs */
43
+	.globl os_regs
44
+os_regs:	.space 56
45
+		
42
 /**************************************************************************
46
 /**************************************************************************
43
 XSTART32 - Transfer control to the kernel just loaded
47
 XSTART32 - Transfer control to the kernel just loaded
44
 **************************************************************************/
48
 **************************************************************************/

正在加载...
取消
保存