Rev 948 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 948 | Rev 1113 | ||
---|---|---|---|
Line 38... | Line 38... | ||
38 | __entry: |
38 | __entry: |
39 | mov %ss, %ax |
39 | mov %ss, %ax |
40 | mov %ax, %ds |
40 | mov %ax, %ds |
41 | mov %ax, %es |
41 | mov %ax, %es |
42 | mov %ax, %fs |
42 | mov %ax, %fs |
43 | mov %ax, %gs |
43 | # Do not set %gs, it contains descriptor that can see TLS |
44 | 44 | ||
- | 45 | call __main |
|
45 | call main |
46 | call main |
46 | call __exit |
47 | call __exit |
47 | 48 | ||
48 | .end __entry |
49 | .end __entry |