Changeset c98e6ee in mainline for uspace/lib/libc/arch/ia32/src/entry.s
- Timestamp:
- 2008-07-08T16:05:45Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f93f168
- Parents:
- b7f9087
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libc/arch/ia32/src/entry.s
rb7f9087 rc98e6ee 35 35 ## User-space task entry point 36 36 # 37 # %ebx contains the PCB pointer 37 38 # 38 39 __entry: … … 42 43 mov %ax, %fs 43 44 # Do not set %gs, it contains descriptor that can see TLS 44 45 46 # Pass the PCB pointer to __main as the first argument 47 pushl %ebx 45 48 call __main 46 call main 49 47 50 call __exit
Note:
See TracChangeset
for help on using the changeset viewer.