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