Преглед изворни кода

Moved os_regs into start32.S

tags/v0.9.3
Michael Brown пре 19 година
родитељ
комит
9a413cfea1
1 измењених фајлова са 5 додато и 1 уклоњено
  1. 5
    1
      src/arch/i386/core/start32.S

+ 5
- 1
src/arch/i386/core/start32.S Прегледај датотеку

@@ -38,7 +38,11 @@
38 38
 	.text
39 39
 	.arch i386
40 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 47
 XSTART32 - Transfer control to the kernel just loaded
44 48
 **************************************************************************/

Loading…
Откажи
Сачувај