Browse Source

Moved os_regs into start32.S

tags/v0.9.3
Michael Brown 19 years ago
parent
commit
9a413cfea1
1 changed files with 5 additions and 1 deletions
  1. 5
    1
      src/arch/i386/core/start32.S

+ 5
- 1
src/arch/i386/core/start32.S View File

@@ -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…
Cancel
Save