Changeset b5eb1ee in mainline for arch/ia32/src/asm.S
- Timestamp:
- 2005-07-20T14:50:07Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 76857d1
- Parents:
- 51029384
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ia32/src/asm.S
r51029384 rb5eb1ee 118 118 test $0xe0,%cl; 119 119 jnz 0f; 120 and $0x1f,%cl; 120 121 shl %cl,%eax; 121 122 and $ERROR_WORD_INTERRUPT_LIST,%eax; 122 j nz 0f;123 jz 0f; 123 124 124 125 popa; … … 358 359 .global utext 359 360 utext: 361 xor %ax,%ax; 362 mov %ax,%ds; 363 mov %ax,%es; 364 mov %ax,%fs; 365 mov %ax,%gs; 360 366 0: 361 367 # movl $0xdeadbeaf, %eax 362 int $48 368 int $48 369 cli; 370 sti; 363 371 jmp 0b 364 372 # not reached
Note:
See TracChangeset
for help on using the changeset viewer.