| Pasted as Plain Text [Remove this paste ] |
| Description: No description |
| URL: http://rafb.ath.cx/pastes/utUWds88.html |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
000000000000800c <reloadcs>:
800c: 31 c0 xor %ax,%ax
800e: 8e d8 mov %ax,%ds
8010: 8e d0 mov %ax,%ss
8012: 8e c0 mov %ax,%es
8014: 8e e0 mov %ax,%fs
8016: 8e e8 mov %ax,%gs
8018: 66 b8 45 80 00 00 mov $0x8045,%eax
801e: 67 0f 01 10 lgdtw (%eax)
8022: eb fe jmp 8022 <reloadcs+0x16>
8024: ea 29 80 08 00 ljmp $0x8,$0x8029
0000000000008029 <pmode>:
8029: 40 inc %ax
802a: f4 hlt
802b: eb fc jmp 8029 <pmode> |