Changeset 44c259c in mainline for arch/ia32/src/asm.S
- Timestamp:
- 2006-01-15T18:35:45Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 77147d6
- Parents:
- ae10582
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ia32/src/asm.S
rae10582 r44c259c 149 149 h_end: 150 150 151 152 # THIS IS USERSPACE CODE153 .global utext154 utext:155 xor %ax,%ax156 mov %ax,%ds157 mov %ax,%es158 mov %ax,%fs159 mov %ax,%gs160 0:161 int $48162 jmp 0b163 # not reached164 utext_end:165 166 151 .data 167 .global utext_size168 utext_size:169 .long utext_end - utext170 171 152 .global interrupt_handler_size 172 153
Note:
See TracChangeset
for help on using the changeset viewer.