Changeset 4c4b53c in mainline for uspace/lib/c/arch/ia32
- Timestamp:
- 2018-04-28T16:49:48Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4c5f04f
- Parents:
- a947d32
- Location:
- uspace/lib/c/arch/ia32
- Files:
-
- 2 edited
-
_link.ld.in (modified) (1 diff)
-
src/entry.S (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/arch/ia32/_link.ld.in
ra947d32 r4c4b53c 1 1 #ifndef SHLIB 2 2 STARTUP(LIBC_PATH/arch/UARCH/src/entry.o) 3 ENTRY(_ _entry)3 ENTRY(_start) 4 4 #endif 5 5 -
uspace/lib/c/arch/ia32/src/entry.S
ra947d32 r4c4b53c 40 40 # %edi contains the PCB pointer 41 41 # 42 SYMBOL(_ _entry)42 SYMBOL(_start) 43 43 mov %ss, %ax 44 44 mov %ax, %ds
Note:
See TracChangeset
for help on using the changeset viewer.
