Changes in uspace/lib/c/arch/ia32/src/entry.S [8844e70:9ce0683] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/arch/ia32/src/entry.S
r8844e70 r9ce0683 27 27 # 28 28 29 #include <abi/asmtool.h>30 31 29 INTEL_CPUID_STANDARD = 1 32 30 INTEL_SEP = 11 … … 36 34 .org 0 37 35 36 .globl __entry 37 38 38 ## User-space task entry point 39 39 # 40 40 # %edi contains the PCB pointer 41 41 # 42 SYMBOL(__entry) 42 __entry: 43 43 mov %ss, %ax 44 44 mov %ax, %ds
Note:
See TracChangeset
for help on using the changeset viewer.