Changeset 60402 in vbox for trunk/src/VBox/Devices/PC/BIOS
- Timestamp:
- Apr 9, 2016 11:19:58 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 106488
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/BIOS/orgs.asm
r59114 r60402 224 224 eoi_jmp_post: 225 225 call eoi_both_pics 226 no_eoi_jmp_post: 226 227 xor ax, ax 227 228 mov ds, ax … … 320 321 ;; 05h = EOI + jump through 40:67 321 322 cmp al, 5 323 je eoi_jmp_post 324 ;; 0ah = jump through 40:67 (no EOI) ;ba x 1 %fe05b ; ba x 1 %18b81 325 cmp al, 0ah 322 326 je eoi_jmp_post 323 327
Note:
See TracChangeset
for help on using the changeset viewer.