Changeset 55260 in vbox for trunk/src/VBox/Devices/PC/BIOS
- Timestamp:
- Apr 14, 2015 6:21:00 PM (10 years ago)
- Location:
- trunk/src/VBox/Devices/PC/BIOS
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/BIOS/VBoxBiosAlternative.asm
r55078 r55260 856 856 db 001h, 000h, 002h, 002h, 003h, 003h, 004h, 004h, 005h, 005h, 00eh, 006h, 00fh, 006h, 000h 857 857 _pktacc: ; 0xf006a LB 0xc 858 db 000h, 000h, 000h, 000h, 000h, 000h, 08fh, 028h, 0 5dh, 07bh, 025h, 089h858 db 000h, 000h, 000h, 000h, 000h, 000h, 08fh, 028h, 089h, 07bh, 06bh, 089h 859 859 _softrst: ; 0xf0076 LB 0xc 860 860 db 000h, 000h, 000h, 000h, 000h, 000h, 077h, 02bh, 054h, 038h, 054h, 038h 861 861 _dskacc: ; 0xf0082 LB 0x2e 862 862 db 000h, 000h, 000h, 000h, 000h, 000h, 000h, 000h, 0d8h, 027h, 052h, 028h, 000h, 000h, 000h, 000h 863 db 0 ebh, 079h, 0a4h, 07ah, 021h, 088h, 0b5h, 088h, 000h, 000h, 000h, 000h, 000h, 000h, 05fh, 033h863 db 017h, 07ah, 0d0h, 07ah, 066h, 088h, 0f9h, 088h, 000h, 000h, 000h, 000h, 000h, 000h, 05fh, 033h 864 864 db 032h, 05fh, 000h, 0dah, 00fh, 000h, 000h, 001h, 0f3h, 000h, 000h, 000h, 000h, 000h 865 865 … … 984 984 section CONST2 progbits vstart=0xd90 align=1 ; size=0x400 class=DATA group=DGROUP 985 985 _bios_cvs_version_string: ; 0xf0d90 LB 0x18 986 db 'VirtualBox 5.0.0_BETA 1', 000h, 000h986 db 'VirtualBox 5.0.0_BETA2', 000h, 000h 987 987 _bios_prefix_string: ; 0xf0da8 LB 0x8 988 988 db 'BIOS: ', 000h, 000h … … 1058 1058 times 1136 db 0 1059 1059 1060 section _TEXT progbits vstart=0x1600 align=1 ; size=0x8 1e5 class=CODE group=AUTO1060 section _TEXT progbits vstart=0x1600 align=1 ; size=0x8235 class=CODE group=AUTO 1061 1061 rom_scan_: ; 0xf1600 LB 0x50 1062 1062 push bp ; 55 … … 1455 1455 mov bx, strict word 0000ah ; bb 0a 00 1456 1456 xor cx, cx ; 31 c9 1457 call 09 6f0h ; e8 17 7e1457 call 09740h ; e8 67 7e 1458 1458 mov word [bp-008h], ax ; 89 46 f8 1459 1459 mov cx, dx ; 89 d1 … … 4985 4985 mov dx, ss ; 8c d2 4986 4986 lea ax, [bp-026h] ; 8d 46 da 4987 call 097 5ah ; e8 a4 5c4987 call 097aah ; e8 f4 5c 4988 4988 mov word [bp-026h], strict word 00028h ; c7 46 da 28 00 4989 4989 mov ax, strict word 00011h ; b8 11 00 … … 5444 5444 xor dl, dl ; 30 d2 5445 5445 xor cx, cx ; 31 c9 5446 call 097 29h ; e8 12 575446 call 09779h ; e8 62 57 5447 5447 xor bx, bx ; 31 db 5448 5448 add ax, si ; 01 f0 … … 5450 5450 mov bx, di ; 89 fb 5451 5451 xor cx, cx ; 31 c9 5452 call 097 29h ; e8 05 575452 call 09779h ; e8 55 57 5453 5453 mov bx, ax ; 89 c3 5454 5454 mov ax, word [bp-010h] ; 8b 46 f0 … … 5485 5485 mov dx, ss ; 8c d2 5486 5486 lea ax, [bp-02eh] ; 8d 46 d2 5487 call 097 5ah ; e8 df 565487 call 097aah ; e8 2f 57 5488 5488 mov word [bp-02eh], strict word 00028h ; c7 46 d2 28 00 5489 5489 mov ax, word [bp-014h] ; 8b 46 ec … … 5792 5792 mov dx, ss ; 8c d2 5793 5793 lea ax, [bp-02ch] ; 8d 46 d4 5794 call 097 5ah ; e8 44 535794 call 097aah ; e8 94 53 5795 5795 mov word [bp-02ch], strict word 00028h ; c7 46 d4 28 00 5796 5796 mov ax, word [bp-018h] ; 8b 46 e8 … … 7612 7612 mov bx, strict word 0003fh ; bb 3f 00 7613 7613 xor cx, cx ; 31 c9 7614 call 097 29h ; e8 30 417614 call 09779h ; e8 80 41 7615 7615 mov bx, ax ; 89 c3 7616 7616 mov cx, dx ; 89 d1 7617 7617 mov ax, word [bp-004h] ; 8b 46 fc 7618 7618 mov dx, word [bp-002h] ; 8b 56 fe 7619 call 09 6f0h ; e8 ea 407619 call 09740h ; e8 3a 41 7620 7620 mov word [es:si+002h], ax ; 26 89 44 02 7621 7621 cmp ax, 00400h ; 3d 00 04 … … 7835 7835 mov bx, cx ; 89 cb 7836 7836 xor cx, cx ; 31 c9 7837 call 097 29h ; e8 05 3f7837 call 09779h ; e8 55 3f 7838 7838 xor bx, bx ; 31 db 7839 7839 add ax, word [bp-008h] ; 03 46 f8 … … 7841 7841 mov bx, word [bp-00ah] ; 8b 5e f6 7842 7842 xor cx, cx ; 31 c9 7843 call 097 29h ; e8 f6 3e7843 call 09779h ; e8 46 3f 7844 7844 xor bx, bx ; 31 db 7845 7845 add ax, word [bp-006h] ; 03 46 fa … … 7999 7999 mov bx, word [bp-008h] ; 8b 5e f8 8000 8000 xor cx, cx ; 31 c9 8001 call 097 29h ; e8 37 3d8001 call 09779h ; e8 87 3d 8002 8002 mov bx, word [bp-006h] ; 8b 5e fa 8003 8003 xor cx, cx ; 31 c9 8004 call 097 29h ; e8 2f 3d8004 call 09779h ; e8 7f 3d 8005 8005 mov word [bp-010h], ax ; 89 46 f0 8006 8006 mov word [bp-00eh], dx ; 89 56 f2 … … 11049 11049 pop bp ; 5d 11050 11050 retn ; c3 11051 scsi_cmd_data_in_: ; 0xf7885 LB 0x b211051 scsi_cmd_data_in_: ; 0xf7885 LB 0xc9 11052 11052 push bp ; 55 11053 11053 mov bp, sp ; 89 e5 … … 11057 11057 mov si, ax ; 89 c6 11058 11058 mov byte [bp-006h], dl ; 88 56 fa 11059 mov word [bp-00 ah], bx ; 89 5e f611060 mov word [bp-00 8h], cx ; 89 4e f811059 mov word [bp-008h], bx ; 89 5e f8 11060 mov word [bp-00ah], cx ; 89 4e f6 11061 11061 mov bx, word [bp+00ah] ; 8b 5e 0a 11062 11062 mov dx, si ; 89 f2 … … 11095 11095 movzx ax, byte [bp+004h] ; 0f b6 46 04 11096 11096 cmp cx, ax ; 39 c1 11097 jnc short 078f3h ; 73 0e 11098 les di, [bp-00ah] ; c4 7e f6 11097 jnc short 078f6h ; 73 11 11098 mov es, [bp-00ah] ; 8e 46 f6 11099 mov di, word [bp-008h] ; 8b 7e f8 11099 11100 add di, cx ; 01 cf 11100 11101 mov al, byte [es:di] ; 26 8a 05 … … 11102 11103 out DX, AL ; ee 11103 11104 inc cx ; 41 11104 jmp short 078ddh ; eb e a11105 jmp short 078ddh ; eb e7 11105 11106 mov dx, si ; 89 f2 11106 11107 in AL, DX ; ec … … 11108 11109 ; sub ah, ah ; 2a e4 11109 11110 test AL, strict byte 001h ; a8 01 11110 jne short 078f3h ; 75 f7 11111 jne short 078f6h ; 75 f7 11112 test AL, strict byte 002h ; a8 02 11113 je short 07911h ; 74 0e 11114 lea dx, [si+003h] ; 8d 54 03 11115 xor al, al ; 30 c0 11116 out DX, AL ; ee 11117 in AL, DX ; ec 11118 db 02ah, 0e4h 11119 ; sub ah, ah ; 2a e4 11120 mov di, strict word 00004h ; bf 04 00 11121 jmp short 07943h ; eb 32 11111 11122 lea dx, [si+001h] ; 8d 54 01 11112 11123 cmp word [bp+00ch], strict byte 00000h ; 83 7e 0c 00 11113 jne short 079 0bh ; 75 0611124 jne short 07920h ; 75 06 11114 11125 cmp bx, 08000h ; 81 fb 00 80 11115 jbe short 079 25h ; 76 1a11126 jbe short 0793ah ; 76 1a 11116 11127 mov cx, 08000h ; b9 00 80 11117 11128 les di, [bp+006h] ; c4 7e 06 … … 11122 11133 add ax, 00800h ; 05 00 08 11123 11134 mov word [bp+008h], ax ; 89 46 08 11124 jmp short 07 8fch ; eb d711135 jmp short 07911h ; eb d7 11125 11136 mov cx, bx ; 89 d9 11126 11137 les di, [bp+006h] ; c4 7e 06 11127 11138 rep insb ; f3 6c 11128 xor ax, ax ; 31 c0 11139 xor di, di ; 31 ff 11140 mov ax, di ; 89 f8 11129 11141 lea sp, [bp-004h] ; 8d 66 fc 11130 11142 pop di ; 5f … … 11132 11144 pop bp ; 5d 11133 11145 retn 0000ah ; c2 0a 00 11134 scsi_cmd_data_out_: ; 0xf79 37 LB 0xb411146 scsi_cmd_data_out_: ; 0xf794e LB 0xc9 11135 11147 push bp ; 55 11136 11148 mov bp, sp ; 89 e5 … … 11140 11152 mov di, ax ; 89 c7 11141 11153 mov byte [bp-006h], dl ; 88 56 fa 11142 mov word [bp-00 ah], bx ; 89 5e f611143 mov word [bp-00 8h], cx ; 89 4e f811154 mov word [bp-008h], bx ; 89 5e f8 11155 mov word [bp-00ah], cx ; 89 4e f6 11144 11156 mov bx, word [bp+00ah] ; 8b 5e 0a 11145 11157 mov dx, di ; 89 fa … … 11148 11160 ; sub ah, ah ; 2a e4 11149 11161 test AL, strict byte 001h ; a8 01 11150 jne short 079 4dh ; 75 f711162 jne short 07964h ; 75 f7 11151 11163 mov ax, bx ; 89 d8 11152 11164 mov dx, word [bp+00ch] ; 8b 56 0c … … 11154 11166 shr dx, 1 ; d1 ea 11155 11167 rcr ax, 1 ; d1 d8 11156 loop 079 5eh ; e2 fa11168 loop 07975h ; e2 fa 11157 11169 and ax, 000f0h ; 25 f0 00 11158 11170 movzx cx, byte [bp+004h] ; 0f b6 4e 04 … … 11172 11184 shr dx, 1 ; d1 ea 11173 11185 rcr ax, 1 ; d1 d8 11174 loop 079 84h ; e2 fa11186 loop 0799bh ; e2 fa 11175 11187 mov dx, di ; 89 fa 11176 11188 out DX, AL ; ee … … 11178 11190 movzx ax, byte [bp+004h] ; 0f b6 46 04 11179 11191 cmp cx, ax ; 39 c1 11180 jnc short 079a5h ; 73 0e 11181 les si, [bp-00ah] ; c4 76 f6 11192 jnc short 079bfh ; 73 11 11193 mov es, [bp-00ah] ; 8e 46 f6 11194 mov si, word [bp-008h] ; 8b 76 f8 11182 11195 add si, cx ; 01 ce 11183 11196 mov al, byte [es:si] ; 26 8a 04 … … 11185 11198 out DX, AL ; ee 11186 11199 inc cx ; 41 11187 jmp short 079 8fh ; eb ea11200 jmp short 079a6h ; eb e7 11188 11201 lea dx, [di+001h] ; 8d 55 01 11189 11202 cmp word [bp+00ch], strict byte 00000h ; 83 7e 0c 00 11190 jne short 079 b4h ; 75 0611203 jne short 079ceh ; 75 06 11191 11204 cmp bx, 08000h ; 81 fb 00 80 11192 jbe short 079 cfh ; 76 1b11205 jbe short 079e9h ; 76 1b 11193 11206 mov cx, 08000h ; b9 00 80 11194 11207 les si, [bp+006h] ; c4 76 06 … … 11200 11213 add ax, 00800h ; 05 00 08 11201 11214 mov word [bp+008h], ax ; 89 46 08 11202 jmp short 079 a5h ; eb d611215 jmp short 079bfh ; eb d6 11203 11216 mov cx, bx ; 89 d9 11204 11217 les si, [bp+006h] ; c4 76 06 … … 11210 11223 ; sub ah, ah ; 2a e4 11211 11224 test AL, strict byte 001h ; a8 01 11212 jne short 079d7h ; 75 f7 11225 jne short 079f1h ; 75 f7 11226 test AL, strict byte 002h ; a8 02 11227 je short 07a0ch ; 74 0e 11228 lea dx, [di+003h] ; 8d 55 03 11229 xor al, al ; 30 c0 11230 out DX, AL ; ee 11231 in AL, DX ; ec 11232 db 02ah, 0e4h 11233 ; sub ah, ah ; 2a e4 11234 mov ax, strict word 00004h ; b8 04 00 11235 jmp short 07a0eh ; eb 02 11213 11236 xor ax, ax ; 31 c0 11214 11237 lea sp, [bp-004h] ; 8d 66 fc … … 11217 11240 pop bp ; 5d 11218 11241 retn 0000ah ; c2 0a 00 11219 @scsi_read_sectors: ; 0xf7 9ebLB 0xb911242 @scsi_read_sectors: ; 0xf7a17 LB 0xb9 11220 11243 push bp ; 55 11221 11244 mov bp, sp ; 89 e5 … … 11228 11251 sub bl, 008h ; 80 eb 08 11229 11252 cmp bl, 004h ; 80 fb 04 11230 jbe short 07a 17h ; 76 1211253 jbe short 07a43h ; 76 12 11231 11254 movzx ax, bl ; 0f b6 c3 11232 11255 push ax ; 50 … … 11234 11257 push 00b38h ; 68 38 0b 11235 11258 push strict byte 00007h ; 6a 07 11236 call 01972h ; e8 5e9f11259 call 01972h ; e8 32 9f 11237 11260 add sp, strict byte 00008h ; 83 c4 08 11238 11261 mov es, [bp+006h] ; 8e 46 06 … … 11261 11284 sal word [bp-008h], 1 ; d1 66 f8 11262 11285 rcl word [bp-006h], 1 ; d1 56 fa 11263 loop 07a 60h ; e2 f811286 loop 07a8ch ; e2 f8 11264 11287 push dword [bp-008h] ; 66 ff 76 f8 11265 11288 db 066h, 026h, 0ffh, 074h, 004h … … 11269 11292 mov cx, ss ; 8c d1 11270 11293 lea bx, [bp-012h] ; 8d 5e ee 11271 call 07885h ; e8 08 fe11294 call 07885h ; e8 dc fd 11272 11295 mov ah, al ; 88 c4 11273 11296 test al, al ; 84 c0 11274 jne short 07a 98h ; 75 1511297 jne short 07ac4h ; 75 15 11275 11298 mov es, [bp+006h] ; 8e 46 06 11276 11299 mov word [es:si+014h], di ; 26 89 7c 14 … … 11285 11308 pop bp ; 5d 11286 11309 retn 00004h ; c2 04 00 11287 @scsi_write_sectors: ; 0xf7a a4LB 0xb911310 @scsi_write_sectors: ; 0xf7ad0 LB 0xb9 11288 11311 push bp ; 55 11289 11312 mov bp, sp ; 89 e5 … … 11296 11319 sub bl, 008h ; 80 eb 08 11297 11320 cmp bl, 004h ; 80 fb 04 11298 jbe short 07a d0h ; 76 1211321 jbe short 07afch ; 76 12 11299 11322 movzx ax, bl ; 0f b6 c3 11300 11323 push ax ; 50 … … 11302 11325 push 00b38h ; 68 38 0b 11303 11326 push strict byte 00007h ; 6a 07 11304 call 01972h ; e8 a59e11327 call 01972h ; e8 79 9e 11305 11328 add sp, strict byte 00008h ; 83 c4 08 11306 11329 mov es, [bp+006h] ; 8e 46 06 … … 11329 11352 sal word [bp-008h], 1 ; d1 66 f8 11330 11353 rcl word [bp-006h], 1 ; d1 56 fa 11331 loop 07b 19h ; e2 f811354 loop 07b45h ; e2 f8 11332 11355 push dword [bp-008h] ; 66 ff 76 f8 11333 11356 db 066h, 026h, 0ffh, 074h, 004h … … 11337 11360 mov cx, ss ; 8c d1 11338 11361 lea bx, [bp-012h] ; 8d 5e ee 11339 call 079 37h ; e8 01 fe11362 call 0794eh ; e8 ec fd 11340 11363 mov ah, al ; 88 c4 11341 11364 test al, al ; 84 c0 11342 jne short 07b 51h ; 75 1511365 jne short 07b7dh ; 75 15 11343 11366 mov es, [bp+006h] ; 8e 46 06 11344 11367 mov word [es:si+014h], di ; 26 89 7c 14 … … 11353 11376 pop bp ; 5d 11354 11377 retn 00004h ; c2 04 00 11355 scsi_cmd_packet_: ; 0xf7b 5dLB 0x16611378 scsi_cmd_packet_: ; 0xf7b89 LB 0x166 11356 11379 push bp ; 55 11357 11380 mov bp, sp ; 89 e5 … … 11365 11388 mov dx, strict word 0000eh ; ba 0e 00 11366 11389 mov ax, strict word 00040h ; b8 40 00 11367 call 0166ch ; e8 f39a11390 call 0166ch ; e8 c7 9a 11368 11391 mov si, 00122h ; be 22 01 11369 11392 mov word [bp-00eh], ax ; 89 46 f2 11370 11393 cmp byte [bp+00ah], 002h ; 80 7e 0a 02 11371 jne short 07b a4h ; 75 1f11394 jne short 07bd0h ; 75 1f 11372 11395 mov bx, 00da8h ; bb a8 0d 11373 11396 mov cx, ds ; 8c d9 11374 11397 mov ax, strict word 00004h ; b8 04 00 11375 call 01931h ; e8 a19d11398 call 01931h ; e8 75 9d 11376 11399 push 00b6ah ; 68 6a 0b 11377 11400 push 00b7ah ; 68 7a 0b 11378 11401 push strict byte 00004h ; 6a 04 11379 call 01972h ; e8 d79d11402 call 01972h ; e8 ab 9d 11380 11403 add sp, strict byte 00006h ; 83 c4 06 11381 11404 mov dx, strict word 00001h ; ba 01 00 11382 jmp near 07c b8h ; e9 14 0111405 jmp near 07ce4h ; e9 14 01 11383 11406 sub di, strict byte 00008h ; 83 ef 08 11384 11407 sal di, 002h ; c1 e7 02 … … 11394 11417 ; sub ah, ah ; 2a e4 11395 11418 test AL, strict byte 001h ; a8 01 11396 jne short 07b c0h ; 75 f711419 jne short 07bech ; 75 f7 11397 11420 xor ax, ax ; 31 c0 11398 11421 mov dx, word [bp+006h] ; 8b 56 06 … … 11410 11433 shr dx, 1 ; d1 ea 11411 11434 rcr ax, 1 ; d1 d8 11412 loop 07 bebh ; e2 fa11435 loop 07c17h ; e2 fa 11413 11436 and ax, 000f0h ; 25 f0 00 11414 11437 movzx cx, byte [bp-006h] ; 0f b6 4e fa … … 11428 11451 shr dx, 1 ; d1 ea 11429 11452 rcr ax, 1 ; d1 d8 11430 loop 07c 12h ; e2 fa11453 loop 07c3eh ; e2 fa 11431 11454 mov dx, bx ; 89 da 11432 11455 out DX, AL ; ee … … 11434 11457 movzx ax, byte [bp-006h] ; 0f b6 46 fa 11435 11458 cmp cx, ax ; 39 c1 11436 jnc short 07c 33h ; 73 0e11459 jnc short 07c5fh ; 73 0e 11437 11460 les di, [bp-00ch] ; c4 7e f4 11438 11461 add di, cx ; 01 cf … … 11441 11464 out DX, AL ; ee 11442 11465 inc cx ; 41 11443 jmp short 07c 1dh ; eb ea11466 jmp short 07c49h ; eb ea 11444 11467 mov dx, bx ; 89 da 11445 11468 in AL, DX ; ec … … 11447 11470 ; sub ah, ah ; 2a e4 11448 11471 test AL, strict byte 001h ; a8 01 11449 jne short 07c 33h ; 75 f711472 jne short 07c5fh ; 75 f7 11450 11473 test AL, strict byte 002h ; a8 02 11451 je short 07c 4eh ; 74 0e11474 je short 07c7ah ; 74 0e 11452 11475 lea dx, [bx+003h] ; 8d 57 03 11453 11476 xor al, al ; 30 c0 … … 11457 11480 ; sub ah, ah ; 2a e4 11458 11481 mov dx, strict word 00003h ; ba 03 00 11459 jmp short 07c b8h ; eb 6a11482 jmp short 07ce4h ; eb 6a 11460 11483 mov ax, word [bp+004h] ; 8b 46 04 11461 11484 test ax, ax ; 85 c0 11462 je short 07c 5dh ; 74 0811485 je short 07c89h ; 74 08 11463 11486 lea dx, [bx+001h] ; 8d 57 01 11464 11487 mov cx, ax ; 89 c1 11465 11488 in AL, DX ; ec 11466 loop 07c 5ah ; e2 fd11489 loop 07c86h ; e2 fd 11467 11490 mov ax, word [bp+006h] ; 8b 46 06 11468 11491 mov es, [bp-00eh] ; 8e 46 f2 … … 11472 11495 lea ax, [bx+001h] ; 8d 47 01 11473 11496 cmp word [bp+008h], strict byte 00000h ; 83 7e 08 00 11474 jne short 07c 7eh ; 75 0711497 jne short 07caah ; 75 07 11475 11498 cmp word [bp+006h], 08000h ; 81 7e 06 00 80 11476 jbe short 07c 9bh ; 76 1d11499 jbe short 07cc7h ; 76 1d 11477 11500 mov dx, ax ; 89 c2 11478 11501 mov cx, 08000h ; b9 00 80 … … 11484 11507 add ax, 00800h ; 05 00 08 11485 11508 mov word [bp+00eh], ax ; 89 46 0e 11486 jmp short 07c 6eh ; eb d311509 jmp short 07c9ah ; eb d3 11487 11510 mov dx, ax ; 89 c2 11488 11511 mov cx, word [bp+006h] ; 8b 4e 06 … … 11491 11514 mov es, [bp-00eh] ; 8e 46 f2 11492 11515 cmp word [es:si+01ch], strict byte 00000h ; 26 83 7c 1c 00 11493 je short 07c b6h ; 74 0711516 je short 07ce2h ; 74 07 11494 11517 mov cx, word [es:si+01ch] ; 26 8b 4c 1c 11495 11518 in AL, DX ; ec 11496 loop 07c b3h ; e2 fd11519 loop 07cdfh ; e2 fd 11497 11520 xor dx, dx ; 31 d2 11498 11521 mov ax, dx ; 89 d0 … … 11502 11525 pop bp ; 5d 11503 11526 retn 0000ch ; c2 0c 00 11504 scsi_enumerate_attached_devices_: ; 0xf7c c3 LB 0x3e511527 scsi_enumerate_attached_devices_: ; 0xf7cef LB 0x3e4 11505 11528 push bp ; 55 11506 11529 mov bp, sp ; 89 e5 … … 11510 11533 push si ; 56 11511 11534 push di ; 57 11512 sub sp, 0021 ch ; 81 ec 1c0211535 sub sp, 0021eh ; 81 ec 1e 02 11513 11536 push ax ; 50 11514 11537 mov dx, strict word 0000eh ; ba 0e 00 11515 11538 mov ax, strict word 00040h ; b8 40 00 11516 call 0166ch ; e8 939911539 call 0166ch ; e8 67 99 11517 11540 mov si, 00122h ; be 22 01 11518 mov word [bp-01ah], ax ; 89 46 e6 11519 mov word [bp-010h], strict word 00000h ; c7 46 f0 00 00 11520 jmp near 08036h ; e9 4f 03 11521 mov es, [bp-01ah] ; 8e 46 e6 11522 cmp byte [es:si+001e8h], 004h ; 26 80 bc e8 01 04 11523 jnc near 0809eh ; 0f 83 aa 03 11541 mov word [bp-018h], ax ; 89 46 e8 11542 mov word [bp-00eh], strict word 00000h ; c7 46 f2 00 00 11543 jmp near 08055h ; e9 42 03 11544 cmp AL, strict byte 004h ; 3c 04 11545 jnc near 080c9h ; 0f 83 b0 03 11524 11546 mov cx, strict word 0000ah ; b9 0a 00 11525 11547 xor bx, bx ; 31 db 11526 11548 mov dx, ss ; 8c d2 11527 lea ax, [bp-02 6h] ; 8d 46 da11528 call 097 5ah ; e8 591a11529 mov byte [bp-02 6h], 025h ; c6 46 da2511549 lea ax, [bp-028h] ; 8d 46 d8 11550 call 097aah ; e8 84 1a 11551 mov byte [bp-028h], 025h ; c6 46 d8 25 11530 11552 push dword 000000008h ; 66 6a 08 11531 lea dx, [bp-0022 6h] ; 8d 96 dafd11553 lea dx, [bp-00228h] ; 8d 96 d8 fd 11532 11554 push SS ; 16 11533 11555 push dx ; 52 11534 11556 push strict byte 0000ah ; 6a 0a 11535 movzx dx, byte [bp-0 10h] ; 0f b6 56 f011557 movzx dx, byte [bp-00eh] ; 0f b6 56 f2 11536 11558 mov cx, ss ; 8c d1 11537 lea bx, [bp-02 6h] ; 8d 5e da11538 mov ax, word [bp-0022 8h] ; 8b 86 d8fd11539 call 07885h ; e8 65fb11559 lea bx, [bp-028h] ; 8d 5e d8 11560 mov ax, word [bp-0022ah] ; 8b 86 d6 fd 11561 call 07885h ; e8 40 fb 11540 11562 test al, al ; 84 c0 11541 je short 07d 32h ; 74 0e11563 je short 07d57h ; 74 0e 11542 11564 push 00b9ah ; 68 9a 0b 11543 11565 push 00bd3h ; 68 d3 0b 11544 11566 push strict byte 00007h ; 6a 07 11545 call 01972h ; e8 439c11567 call 01972h ; e8 1e 9c 11546 11568 add sp, strict byte 00006h ; 83 c4 06 11547 movzx ax, byte [bp-0022 5h] ; 0f b6 86 dbfd11548 movzx di, byte [bp-0022 6h] ; 0f b6 be dafd11569 movzx ax, byte [bp-00227h] ; 0f b6 86 d9 fd 11570 movzx di, byte [bp-00228h] ; 0f b6 be d8 fd 11549 11571 sal di, 008h ; c1 e7 08 11550 11572 xor bx, bx ; 31 db 11551 11573 or di, ax ; 09 c7 11552 movzx ax, byte [bp-0022 4h] ; 0f b6 86 dcfd11574 movzx ax, byte [bp-00226h] ; 0f b6 86 da fd 11553 11575 xor dx, dx ; 31 d2 11554 11576 mov cx, strict word 00008h ; b9 08 00 11555 11577 sal ax, 1 ; d1 e0 11556 11578 rcl dx, 1 ; d1 d2 11557 loop 07d 4dh ; e2 fa11579 loop 07d72h ; e2 fa 11558 11580 or bx, ax ; 09 c3 11559 or d x, di ; 09 fa11560 movzx ax, byte [bp-0022 3h] ; 0f b6 86 ddfd11581 or di, dx ; 09 d7 11582 movzx ax, byte [bp-00225h] ; 0f b6 86 db fd 11561 11583 or bx, ax ; 09 c3 11562 mov word [bp-00eh], bx ; 89 5e f2 11563 mov word [bp-018h], dx ; 89 56 e8 11564 movzx di, byte [bp-00222h] ; 0f b6 be de fd 11565 sal di, 008h ; c1 e7 08 11566 movzx dx, byte [bp-00221h] ; 0f b6 96 df fd 11584 mov word [bp-014h], bx ; 89 5e ec 11585 add word [bp-014h], strict byte 00001h ; 83 46 ec 01 11586 adc di, strict byte 00000h ; 83 d7 00 11587 movzx ax, byte [bp-00224h] ; 0f b6 86 dc fd 11588 sal ax, 008h ; c1 e0 08 11589 movzx dx, byte [bp-00223h] ; 0f b6 96 dd fd 11567 11590 xor bx, bx ; 31 db 11568 or di, dx ; 09 d7 11569 movzx ax, byte [bp-00220h] ; 0f b6 86 e0 fd 11591 or ax, dx ; 09 d0 11592 mov word [bp-012h], ax ; 89 46 ee 11593 movzx ax, byte [bp-00222h] ; 0f b6 86 de fd 11570 11594 xor dx, dx ; 31 d2 11571 11595 mov cx, strict word 00008h ; b9 08 00 11572 11596 sal ax, 1 ; d1 e0 11573 11597 rcl dx, 1 ; d1 d2 11574 loop 07d 7fh ; e2 fa11598 loop 07dabh ; e2 fa 11575 11599 or ax, bx ; 09 d8 11576 or dx, di ; 09 fa11577 movzx bx, byte [bp-002 1fh] ; 0f b6 9e e1fd11600 or dx, word [bp-012h] ; 0b 56 ee 11601 movzx bx, byte [bp-00221h] ; 0f b6 9e df fd 11578 11602 or ax, bx ; 09 d8 11579 mov word [bp-01 6h], ax ; 89 46 ea11603 mov word [bp-010h], ax ; 89 46 f0 11580 11604 test dx, dx ; 85 d2 11581 jne short 07d 9ch ; 75 0511605 jne short 07dc9h ; 75 05 11582 11606 cmp ax, 00200h ; 3d 00 02 11583 je short 07d bch ; 74 2011607 je short 07de9h ; 74 20 11584 11608 mov bx, 00da8h ; bb a8 0d 11585 11609 mov cx, ds ; 8c d9 11586 11610 mov ax, strict word 00004h ; b8 04 00 11587 call 01931h ; e8 8a9b11611 call 01931h ; e8 5d 9b 11588 11612 push dx ; 52 11589 push word [bp-016h] ; ff 76 ea11590 11613 push word [bp-010h] ; ff 76 f0 11614 push word [bp-00eh] ; ff 76 f2 11591 11615 push 00bf2h ; 68 f2 0b 11592 11616 push strict byte 00004h ; 6a 04 11593 call 01972h ; e8 bc9b11617 call 01972h ; e8 8f 9b 11594 11618 add sp, strict byte 0000ah ; 83 c4 0a 11595 jmp near 0802dh ; e9 71 02 11596 mov es, [bp-01ah] ; 8e 46 e6 11597 mov al, byte [es:si+001e8h] ; 26 8a 84 e8 01 11598 mov byte [bp-00ch], al ; 88 46 f4 11619 jmp near 0804ch ; e9 63 02 11620 mov al, byte [bp-00ch] ; 8a 46 f4 11599 11621 cmp AL, strict byte 001h ; 3c 01 11600 jc short 07d d7h ; 72 0c11601 jbe short 07 ddfh ; 76 1211622 jc short 07dfch ; 72 0c 11623 jbe short 07e04h ; 76 12 11602 11624 cmp AL, strict byte 003h ; 3c 03 11603 je short 07 de7h ; 74 1611625 je short 07e0ch ; 74 16 11604 11626 cmp AL, strict byte 002h ; 3c 02 11605 je short 07 de3h ; 74 0e11606 jmp short 07e 33h ; eb 5c11627 je short 07e08h ; 74 0e 11628 jmp short 07e5bh ; eb 5f 11607 11629 test al, al ; 84 c0 11608 jne short 07e 33h ; 75 5811630 jne short 07e5bh ; 75 5b 11609 11631 mov BL, strict byte 090h ; b3 90 11610 jmp short 07 de9h ; eb 0a11632 jmp short 07e0eh ; eb 0a 11611 11633 mov BL, strict byte 098h ; b3 98 11612 jmp short 07 de9h ; eb 0611634 jmp short 07e0eh ; eb 06 11613 11635 mov BL, strict byte 0a0h ; b3 a0 11614 jmp short 07 de9h ; eb 0211636 jmp short 07e0eh ; eb 02 11615 11637 mov BL, strict byte 0a8h ; b3 a8 11616 11638 mov al, bl ; 88 d8 … … 11618 11640 movzx cx, al ; 0f b6 c8 11619 11641 mov ax, cx ; 89 c8 11620 call 016ach ; e8 b79811642 call 016ach ; e8 92 98 11621 11643 test al, al ; 84 c0 11622 je short 07e 33h ; 74 3a11644 je short 07e5bh ; 74 3d 11623 11645 mov al, bl ; 88 d8 11624 11646 db 0feh, 0c0h 11625 11647 ; inc al ; fe c0 11626 11648 xor ah, ah ; 30 e4 11627 call 016ach ; e8 aa9811649 call 016ach ; e8 85 98 11628 11650 xor ah, ah ; 30 e4 11629 mov dx, ax ; 89 c211630 sal dx, 008h ; c1 e2 0811651 sal ax, 008h ; c1 e0 08 11652 mov word [bp-012h], ax ; 89 46 ee 11631 11653 movzx ax, bl ; 0f b6 c3 11632 call 016ach ; e8 9d9811654 call 016ach ; e8 77 98 11633 11655 xor ah, ah ; 30 e4 11634 add ax, dx ; 01 d011656 add ax, word [bp-012h] ; 03 46 ee 11635 11657 cwd ; 99 11636 mov di, ax ; 89 c711637 mov word [bp-01 2h], dx ; 89 56 ee11658 mov word [bp-01eh], ax ; 89 46 e2 11659 mov word [bp-016h], dx ; 89 56 ea 11638 11660 mov al, bl ; 88 d8 11639 11661 add AL, strict byte 002h ; 04 02 11640 11662 xor ah, ah ; 30 e4 11641 call 016ach ; e8 8a 98 11642 xor ah, ah ; 30 e4 11643 mov word [bp-014h], ax ; 89 46 ec 11644 mov ax, cx ; 89 c8 11645 call 016ach ; e8 80 98 11663 call 016ach ; e8 62 98 11646 11664 xor ah, ah ; 30 e4 11647 11665 mov word [bp-01ch], ax ; 89 46 e4 11648 jmp short 07e78h ; eb 45 11649 mov ax, word [bp-018h] ; 8b 46 e8 11650 cmp ax, strict word 00040h ; 3d 40 00 11651 jnbe short 07e3dh ; 77 02 11652 jne short 07e49h ; 75 0c 11653 mov word [bp-014h], 000ffh ; c7 46 ec ff 00 11654 mov word [bp-01ch], strict word 0003fh ; c7 46 e4 3f 00 11655 jmp short 07e61h ; eb 18 11656 cmp ax, strict word 00020h ; 3d 20 00 11657 jnbe short 07e50h ; 77 02 11658 jne short 07e57h ; 75 07 11659 mov word [bp-014h], 00080h ; c7 46 ec 80 00 11660 jmp short 07e5ch ; eb 05 11661 mov word [bp-014h], strict word 00040h ; c7 46 ec 40 00 11662 mov word [bp-01ch], strict word 00020h ; c7 46 e4 20 00 11663 mov bx, word [bp-014h] ; 8b 5e ec 11664 imul bx, word [bp-01ch] ; 0f af 5e e4 11665 mov ax, word [bp-00eh] ; 8b 46 f2 11666 mov dx, word [bp-018h] ; 8b 56 e8 11666 mov ax, cx ; 89 c8 11667 call 016ach ; e8 58 98 11668 xor ah, ah ; 30 e4 11669 mov word [bp-01ah], ax ; 89 46 e6 11670 jmp short 07e9ch ; eb 41 11671 cmp di, strict byte 00040h ; 83 ff 40 11672 jnbe short 07e62h ; 77 02 11673 jne short 07e6ch ; 75 0a 11674 mov dword [bp-01ch], strict dword 0003f00ffh ; 66 c7 46 e4 ff 00 3f 00 11675 jmp short 07e85h ; eb 19 11676 cmp di, strict byte 00020h ; 83 ff 20 11677 jnbe short 07e73h ; 77 02 11678 jne short 07e7dh ; 75 0a 11679 mov dword [bp-01ch], strict dword 000200080h ; 66 c7 46 e4 80 00 20 00 11680 jmp short 07e85h ; eb 08 11681 mov dword [bp-01ch], strict dword 000200040h ; 66 c7 46 e4 40 00 20 00 11682 mov bx, word [bp-01ch] ; 8b 5e e4 11683 imul bx, word [bp-01ah] ; 0f af 5e e6 11684 mov ax, word [bp-014h] ; 8b 46 ec 11685 mov dx, di ; 89 fa 11667 11686 xor cx, cx ; 31 c9 11668 call 09 6f0h ; e8 7d1811669 mov di, ax ; 89 c711670 mov word [bp-01 2h], dx ; 89 56 ee11687 call 09740h ; e8 aa 18 11688 mov word [bp-01eh], ax ; 89 46 e2 11689 mov word [bp-016h], dx ; 89 56 ea 11671 11690 mov dl, byte [bp-00ch] ; 8a 56 f4 11672 11691 add dl, 008h ; 80 c2 08 11673 11692 movzx bx, byte [bp-00ch] ; 0f b6 5e f4 11674 11693 sal bx, 002h ; c1 e3 02 11675 mov es, [bp-01 ah] ; 8e 46 e611694 mov es, [bp-018h] ; 8e 46 e8 11676 11695 add bx, si ; 01 f3 11677 mov ax, word [bp-0022 8h] ; 8b 86 d8fd11696 mov ax, word [bp-0022ah] ; 8b 86 d6 fd 11678 11697 mov word [es:bx+001d8h], ax ; 26 89 87 d8 01 11679 mov al, byte [bp-0 10h] ; 8a 46 f011698 mov al, byte [bp-00eh] ; 8a 46 f2 11680 11699 mov byte [es:bx+001dah], al ; 26 88 87 da 01 11681 11700 movzx ax, dl ; 0f b6 c2 … … 11685 11704 db 066h, 026h, 0c7h, 047h, 01eh, 004h, 0ffh, 000h, 000h 11686 11705 ; mov dword [es:bx+01eh], strict dword 00000ff04h ; 66 26 c7 47 1e 04 ff 00 00 11687 mov ax, word [bp-01 6h] ; 8b 46 ea11706 mov ax, word [bp-010h] ; 8b 46 f0 11688 11707 mov word [es:bx+024h], ax ; 26 89 47 24 11689 11708 mov byte [es:bx+023h], 001h ; 26 c6 47 23 01 11690 mov ax, word [bp-01 4h] ; 8b 46 ec11709 mov ax, word [bp-01ch] ; 8b 46 e4 11691 11710 mov word [es:bx+026h], ax ; 26 89 47 26 11692 mov ax, word [bp-01 ch] ; 8b 46 e411711 mov ax, word [bp-01ah] ; 8b 46 e6 11693 11712 mov word [es:bx+02ah], ax ; 26 89 47 2a 11694 cmp word [bp-01 2h], strict byte 00000h ; 83 7e ee0011695 jne short 07e d4h ; 75 0611696 cmp di, 00400h ; 81 ff00 0411697 jbe short 07 edch ; 76 0811713 cmp word [bp-016h], strict byte 00000h ; 83 7e ea 00 11714 jne short 07ef9h ; 75 07 11715 cmp word [bp-01eh], 00400h ; 81 7e e2 00 04 11716 jbe short 07f01h ; 76 08 11698 11717 mov word [es:bx+028h], 00400h ; 26 c7 47 28 00 04 11699 jmp short 07ee0h ; eb 04 11700 mov word [es:bx+028h], di ; 26 89 7f 28 11718 jmp short 07f08h ; eb 07 11719 mov ax, word [bp-01eh] ; 8b 46 e2 11720 mov word [es:bx+028h], ax ; 26 89 47 28 11701 11721 mov bx, 00da8h ; bb a8 0d 11702 11722 mov cx, ds ; 8c d9 11703 11723 mov ax, strict word 00004h ; b8 04 00 11704 call 01931h ; e8 46 9a 11705 push word [bp-018h] ; ff 76 e8 11724 call 01931h ; e8 1e 9a 11725 push di ; 57 11726 push word [bp-014h] ; ff 76 ec 11727 push dword [bp-01ch] ; 66 ff 76 e4 11728 push word [bp-01eh] ; ff 76 e2 11706 11729 push word [bp-00eh] ; ff 76 f2 11707 push word [bp-01ch] ; ff 76 e411708 push word [bp-014h] ; ff 76 ec11709 push di ; 5711710 push word [bp-010h] ; ff 76 f011711 11730 movzx ax, byte [bp-00ch] ; 0f b6 46 f4 11712 11731 push ax ; 50 11713 11732 push 00c20h ; 68 20 0c 11714 11733 push strict byte 00004h ; 6a 04 11715 call 01972h ; e8 6a9a11734 call 01972h ; e8 44 9a 11716 11735 add sp, strict byte 00012h ; 83 c4 12 11717 11736 movzx ax, dl ; 0f b6 c2 11718 11737 imul ax, ax, strict byte 00018h ; 6b c0 18 11719 mov es, [bp-01ah] ; 8e 46 e6 11738 mov es, [bp-018h] ; 8e 46 e8 11739 mov bx, si ; 89 f3 11740 add bx, ax ; 01 c3 11741 mov ax, word [bp-01ch] ; 8b 46 e4 11742 mov word [es:bx+02ch], ax ; 26 89 47 2c 11743 mov ax, word [bp-01ah] ; 8b 46 e6 11744 mov word [es:bx+030h], ax ; 26 89 47 30 11745 cmp word [bp-016h], strict byte 00000h ; 83 7e ea 00 11746 jne short 07f59h ; 75 07 11747 cmp word [bp-01eh], 00400h ; 81 7e e2 00 04 11748 jbe short 07f61h ; 76 08 11749 mov word [es:bx+02eh], 00400h ; 26 c7 47 2e 00 04 11750 jmp short 07f68h ; eb 07 11751 mov ax, word [bp-01eh] ; 8b 46 e2 11752 mov word [es:bx+02eh], ax ; 26 89 47 2e 11753 movzx ax, dl ; 0f b6 c2 11754 imul ax, ax, strict byte 00018h ; 6b c0 18 11755 mov es, [bp-018h] ; 8e 46 e8 11720 11756 mov bx, si ; 89 f3 11721 11757 add bx, ax ; 01 c3 11722 11758 mov ax, word [bp-014h] ; 8b 46 ec 11723 mov word [es:bx+02ch], ax ; 26 89 47 2c11724 mov ax, word [bp-01ch] ; 8b 46 e411725 mov word [es:bx+030h], ax ; 26 89 47 3011726 cmp word [bp-012h], strict byte 00000h ; 83 7e ee 0011727 jne short 07f32h ; 75 0611728 cmp di, 00400h ; 81 ff 00 0411729 jbe short 07f3ah ; 76 0811730 mov word [es:bx+02eh], 00400h ; 26 c7 47 2e 00 0411731 jmp short 07f3eh ; eb 0411732 mov word [es:bx+02eh], di ; 26 89 7f 2e11733 movzx ax, dl ; 0f b6 c211734 imul ax, ax, strict byte 00018h ; 6b c0 1811735 mov es, [bp-01ah] ; 8e 46 e611736 mov bx, si ; 89 f311737 add bx, ax ; 01 c311738 mov ax, word [bp-00eh] ; 8b 46 f211739 11759 mov word [es:bx+032h], ax ; 26 89 47 32 11740 mov ax, word [bp-018h] ; 8b 46 e8 11741 mov word [es:bx+034h], ax ; 26 89 47 34 11760 mov word [es:bx+034h], di ; 26 89 7f 34 11742 11761 mov al, byte [es:si+0019eh] ; 26 8a 84 9e 01 11743 11762 mov ah, byte [bp-00ch] ; 8a 66 f4 … … 11751 11770 mov dx, strict word 00075h ; ba 75 00 11752 11771 mov ax, strict word 00040h ; b8 40 00 11753 call 01650h ; e8 d29611772 call 01650h ; e8 ab 96 11754 11773 db 0feh, 0c0h 11755 11774 ; inc al ; fe c0 … … 11757 11776 mov dx, strict word 00075h ; ba 75 00 11758 11777 mov ax, strict word 00040h ; b8 40 00 11759 call 0165eh ; e8 d29611778 call 0165eh ; e8 ab 96 11760 11779 inc byte [bp-00ch] ; fe 46 f4 11761 mov al, byte [bp-00ch] ; 8a 46 f4 11762 mov es, [bp-01ah] ; 8e 46 e6 11763 mov byte [es:si+001e8h], al ; 26 88 84 e8 01 11764 jmp near 0802dh ; e9 90 00 11780 jmp near 08041h ; e9 88 00 11765 11781 mov bx, 00da8h ; bb a8 0d 11766 11782 mov cx, ds ; 8c d9 11767 11783 mov ax, strict word 00004h ; b8 04 00 11768 call 01931h ; e8 899911769 push word [bp-0 10h] ; ff 76 f011784 call 01931h ; e8 6d 99 11785 push word [bp-00eh] ; ff 76 f2 11770 11786 movzx ax, byte [bp-00ch] ; 0f b6 46 f4 11771 11787 push ax ; 50 11772 11788 push 00c4ah ; 68 4a 0c 11773 11789 push strict byte 00004h ; 6a 04 11774 call 01972h ; e8 ba9911790 call 01972h ; e8 9e 99 11775 11791 add sp, strict byte 00008h ; 83 c4 08 11776 11792 mov dl, byte [bp-00ch] ; 8a 56 f4 11777 11793 add dl, 008h ; 80 c2 08 11778 test byte [bp-0022 5h], 080h ; f6 86 dbfd 8011794 test byte [bp-00227h], 080h ; f6 86 d9 fd 80 11779 11795 db 00fh, 095h, 0c0h 11780 11796 ; setne al ; 0f 95 c0 … … 11783 11799 movzx ax, byte [bp-00ch] ; 0f b6 46 f4 11784 11800 sal ax, 002h ; c1 e0 02 11785 mov es, [bp-01 ah] ; 8e 46 e611801 mov es, [bp-018h] ; 8e 46 e8 11786 11802 mov bx, si ; 89 f3 11787 11803 add bx, ax ; 01 c3 11788 mov ax, word [bp-0022 8h] ; 8b 86 d8fd11804 mov ax, word [bp-0022ah] ; 8b 86 d6 fd 11789 11805 mov word [es:bx+001d8h], ax ; 26 89 87 d8 01 11790 mov al, byte [bp-0 10h] ; 8a 46 f011806 mov al, byte [bp-00eh] ; 8a 46 f2 11791 11807 mov byte [es:bx+001dah], al ; 26 88 87 da 01 11792 11808 movzx ax, dl ; 0f b6 c2 … … 11808 11824 inc byte [bp-00ch] ; fe 46 f4 11809 11825 mov al, byte [bp-00ch] ; 8a 46 f4 11826 mov es, [bp-018h] ; 8e 46 e8 11810 11827 mov byte [es:si+001e8h], al ; 26 88 84 e8 01 11811 inc word [bp-0 10h] ; ff 46 f011812 cmp word [bp-0 10h], strict byte 00010h ; 83 7e f01011813 jnl short 080 9eh ; 7d 6811814 mov byte [bp-02 6h], 012h ; c6 46 da1211828 inc word [bp-00eh] ; ff 46 f2 11829 cmp word [bp-00eh], strict byte 00010h ; 83 7e f2 10 11830 jnl short 080c9h ; 7d 74 11831 mov byte [bp-028h], 012h ; c6 46 d8 12 11815 11832 xor al, al ; 30 c0 11833 mov byte [bp-027h], al ; 88 46 d9 11834 mov byte [bp-026h], al ; 88 46 da 11816 11835 mov byte [bp-025h], al ; 88 46 db 11817 mov byte [bp-024h], al ; 88 46 dc11836 mov byte [bp-024h], 005h ; c6 46 dc 05 11818 11837 mov byte [bp-023h], al ; 88 46 dd 11819 mov byte [bp-022h], 005h ; c6 46 de 0511820 mov byte [bp-021h], al ; 88 46 df11821 11838 push dword 000000005h ; 66 6a 05 11822 lea dx, [bp-0022 6h] ; 8d 96 dafd11839 lea dx, [bp-00228h] ; 8d 96 d8 fd 11823 11840 push SS ; 16 11824 11841 push dx ; 52 11825 11842 push strict byte 00006h ; 6a 06 11826 movzx dx, byte [bp-0 10h] ; 0f b6 56 f011843 movzx dx, byte [bp-00eh] ; 0f b6 56 f2 11827 11844 mov cx, ss ; 8c d1 11828 lea bx, [bp-02 6h] ; 8d 5e da11829 mov ax, word [bp-0022 8h] ; 8b 86 d8fd11830 call 07885h ; e8 1e f811845 lea bx, [bp-028h] ; 8d 5e d8 11846 mov ax, word [bp-0022ah] ; 8b 86 d6 fd 11847 call 07885h ; e8 ff f7 11831 11848 test al, al ; 84 c0 11832 je short 080 79h ; 74 0e11849 je short 08098h ; 74 0e 11833 11850 push 00b9ah ; 68 9a 0b 11834 11851 push 00bbah ; 68 ba 0b 11835 11852 push strict byte 00007h ; 6a 07 11836 call 01972h ; e8 fc9811853 call 01972h ; e8 dd 98 11837 11854 add sp, strict byte 00006h ; 83 c4 06 11838 test byte [bp-00226h], 0e0h ; f6 86 da fd e0 11839 jne short 08089h ; 75 09 11840 test byte [bp-00226h], 01fh ; f6 86 da fd 1f 11841 je near 07ce7h ; 0f 84 5e fc 11842 test byte [bp-00226h], 0e0h ; f6 86 da fd e0 11843 jne short 0802dh ; 75 9d 11844 mov al, byte [bp-00226h] ; 8a 86 da fd 11855 mov es, [bp-018h] ; 8e 46 e8 11856 mov al, byte [es:si+001e8h] ; 26 8a 84 e8 01 11857 mov byte [bp-00ch], al ; 88 46 f4 11858 test byte [bp-00228h], 0e0h ; f6 86 d8 fd e0 11859 jne short 080b3h ; 75 09 11860 test byte [bp-00228h], 01fh ; f6 86 d8 fd 1f 11861 je near 07d13h ; 0f 84 60 fc 11862 test byte [bp-00228h], 0e0h ; f6 86 d8 fd e0 11863 jne short 08041h ; 75 87 11864 mov al, byte [bp-00228h] ; 8a 86 d8 fd 11845 11865 and AL, strict byte 01fh ; 24 1f 11846 11866 cmp AL, strict byte 005h ; 3c 05 11847 je near 07f 9dh ; 0f 84 01 ff11848 jmp short 0802dh ; eb 8f11867 je near 07fb9h ; 0f 84 f3 fe 11868 jmp near 08041h ; e9 78 ff 11849 11869 lea sp, [bp-00ah] ; 8d 66 f6 11850 11870 pop di ; 5f … … 11855 11875 pop bp ; 5d 11856 11876 retn ; c3 11857 _scsi_init: ; 0xf80 a8LB 0x6611877 _scsi_init: ; 0xf80d3 LB 0x66 11858 11878 push bp ; 55 11859 11879 mov bp, sp ; 89 e5 11860 11880 mov dx, strict word 0000eh ; ba 0e 00 11861 11881 mov ax, strict word 00040h ; b8 40 00 11862 call 0166ch ; e8 b89511882 call 0166ch ; e8 8d 95 11863 11883 mov bx, 00122h ; bb 22 01 11864 11884 mov es, ax ; 8e c0 … … 11871 11891 ; sub ah, ah ; 2a e4 11872 11892 cmp AL, strict byte 055h ; 3c 55 11873 jne short 08 0d8h ; 75 0c11893 jne short 08103h ; 75 0c 11874 11894 xor al, al ; 30 c0 11875 11895 mov dx, 00433h ; ba 33 04 11876 11896 out DX, AL ; ee 11877 11897 mov ax, 00430h ; b8 30 04 11878 call 07c c3h ; e8 ebfb11898 call 07cefh ; e8 ec fb 11879 11899 mov AL, strict byte 055h ; b0 55 11880 11900 mov dx, 00436h ; ba 36 04 … … 11884 11904 ; sub ah, ah ; 2a e4 11885 11905 cmp AL, strict byte 055h ; 3c 55 11886 jne short 08 0f1h ; 75 0c11906 jne short 0811ch ; 75 0c 11887 11907 xor al, al ; 30 c0 11888 11908 mov dx, 00437h ; ba 37 04 11889 11909 out DX, AL ; ee 11890 11910 mov ax, 00434h ; b8 34 04 11891 call 07c c3h ; e8 d2fb11911 call 07cefh ; e8 d3 fb 11892 11912 mov AL, strict byte 055h ; b0 55 11893 11913 mov dx, 0043ah ; ba 3a 04 … … 11897 11917 ; sub ah, ah ; 2a e4 11898 11918 cmp AL, strict byte 055h ; 3c 55 11899 jne short 081 0ah ; 75 0c11919 jne short 08135h ; 75 0c 11900 11920 xor al, al ; 30 c0 11901 11921 mov dx, 0043bh ; ba 3b 04 11902 11922 out DX, AL ; ee 11903 11923 mov ax, 00438h ; b8 38 04 11904 call 07c c3h ; e8 b9fb11924 call 07cefh ; e8 ba fb 11905 11925 mov sp, bp ; 89 ec 11906 11926 pop bp ; 5d 11907 11927 retn ; c3 11908 high_bits_save_: ; 0xf81 0eLB 0x1711928 high_bits_save_: ; 0xf8139 LB 0x17 11909 11929 push bp ; 55 11910 11930 mov bp, sp ; 89 e5 … … 11918 11938 pop bp ; 5d 11919 11939 retn ; c3 11920 high_bits_restore_: ; 0xf81 25LB 0x1711940 high_bits_restore_: ; 0xf8150 LB 0x17 11921 11941 push bp ; 55 11922 11942 mov bp, sp ; 89 e5 … … 11930 11950 pop bp ; 5d 11931 11951 retn ; c3 11932 ahci_ctrl_set_bits_: ; 0xf81 3cLB 0x4311952 ahci_ctrl_set_bits_: ; 0xf8167 LB 0x43 11933 11953 push bp ; 55 11934 11954 mov bp, sp ; 89 e5 … … 11968 11988 pop bp ; 5d 11969 11989 retn ; c3 11970 ahci_ctrl_clear_bits_: ; 0xf81 7fLB 0x4711990 ahci_ctrl_clear_bits_: ; 0xf81aa LB 0x47 11971 11991 push bp ; 55 11972 11992 mov bp, sp ; 89 e5 … … 12008 12028 pop bp ; 5d 12009 12029 retn ; c3 12010 ahci_ctrl_is_bit_set_: ; 0xf81 c6LB 0x3912030 ahci_ctrl_is_bit_set_: ; 0xf81f1 LB 0x39 12011 12031 push bp ; 55 12012 12032 mov bp, sp ; 89 e5 … … 12030 12050 xchg dx, ax ; 92 12031 12051 test dx, di ; 85 fa 12032 jne short 08 1f2h ; 75 0412052 jne short 0821dh ; 75 04 12033 12053 test ax, bx ; 85 d8 12034 je short 08 1f6h ; 74 0412054 je short 08221h ; 74 04 12035 12055 mov AL, strict byte 001h ; b0 01 12036 jmp short 08 1f8h ; eb 0212056 jmp short 08223h ; eb 02 12037 12057 xor al, al ; 30 c0 12038 12058 lea sp, [bp-004h] ; 8d 66 fc … … 12041 12061 pop bp ; 5d 12042 12062 retn ; c3 12043 ahci_ctrl_extract_bits_: ; 0xf8 1ffLB 0x1b12063 ahci_ctrl_extract_bits_: ; 0xf822a LB 0x1b 12044 12064 push si ; 56 12045 12065 push bp ; 55 … … 12049 12069 and dx, cx ; 21 ca 12050 12070 movzx cx, byte [bp+006h] ; 0f b6 4e 06 12051 jcxz 082 15h ; e3 0612071 jcxz 08240h ; e3 06 12052 12072 shr dx, 1 ; d1 ea 12053 12073 rcr ax, 1 ; d1 d8 12054 loop 082 0fh ; e2 fa12074 loop 0823ah ; e2 fa 12055 12075 pop bp ; 5d 12056 12076 pop si ; 5e 12057 12077 retn 00002h ; c2 02 00 12058 ahci_addr_to_phys_: ; 0xf82 1aLB 0x1e12078 ahci_addr_to_phys_: ; 0xf8245 LB 0x1e 12059 12079 push bx ; 53 12060 12080 push cx ; 51 … … 12067 12087 sal ax, 1 ; d1 e0 12068 12088 rcl dx, 1 ; d1 d2 12069 loop 082 28h ; e2 fa12089 loop 08253h ; e2 fa 12070 12090 xor cx, cx ; 31 c9 12071 12091 add ax, bx ; 01 d8 … … 12075 12095 pop bx ; 5b 12076 12096 retn ; c3 12077 ahci_port_cmd_sync_: ; 0xf82 38LB 0xd512097 ahci_port_cmd_sync_: ; 0xf8263 LB 0xd5 12078 12098 push bp ; 55 12079 12099 mov bp, sp ; 89 e5 … … 12089 12109 mov di, word [es:si+00260h] ; 26 8b bc 60 02 12090 12110 cmp AL, strict byte 0ffh ; 3c ff 12091 je near 083 05h ; 0f 84 aa 0012111 je near 08330h ; 0f 84 aa 00 12092 12112 movzx cx, byte [es:si+00263h] ; 26 0f b6 8c 63 02 12093 12113 xor dx, dx ; 31 d2 … … 12101 12121 lea ax, [si+00080h] ; 8d 84 80 00 12102 12122 mov dx, es ; 8c c2 12103 call 082 1ah ; e8 96 ff12123 call 08245h ; e8 96 ff 12104 12124 mov es, [bp-00ah] ; 8e 46 f6 12105 12125 mov word [es:si+008h], ax ; 26 89 44 08 … … 12111 12131 xor cx, cx ; 31 c9 12112 12132 mov ax, di ; 89 f8 12113 call 081 3ch ; e8 98 fe12133 call 08167h ; e8 98 fe 12114 12134 lea ax, [si+00138h] ; 8d 84 38 01 12115 12135 cwd ; 99 … … 12138 12158 mov dx, si ; 89 f2 12139 12159 mov ax, di ; 89 f8 12140 call 081 c6h ; e8 e2 fe12160 call 081f1h ; e8 e2 fe 12141 12161 test al, al ; 84 c0 12142 je short 082 c7h ; 74 df12162 je short 082f2h ; 74 df 12143 12163 mov bx, strict word 00001h ; bb 01 00 12144 12164 xor cx, cx ; 31 c9 12145 12165 mov dx, si ; 89 f2 12146 12166 mov ax, di ; 89 f8 12147 call 081 3ch ; e8 48 fe12167 call 08167h ; e8 48 fe 12148 12168 mov dx, word [bp-00ch] ; 8b 56 f4 12149 12169 add dx, 00118h ; 81 c2 18 01 … … 12151 12171 xor cx, cx ; 31 c9 12152 12172 mov ax, di ; 89 f8 12153 call 081 7fh ; e8 7a fe12173 call 081aah ; e8 7a fe 12154 12174 lea sp, [bp-006h] ; 8d 66 fa 12155 12175 pop di ; 5f … … 12158 12178 pop bp ; 5d 12159 12179 retn ; c3 12160 ahci_cmd_data_: ; 0xf83 0d LB 0x1ca12180 ahci_cmd_data_: ; 0xf8338 LB 0x1e4 12161 12181 push bp ; 55 12162 12182 mov bp, sp ; 89 e5 … … 12166 12186 sub sp, strict byte 00010h ; 83 ec 10 12167 12187 mov di, ax ; 89 c7 12168 mov word [bp-0 12h], dx ; 89 56 ee12188 mov word [bp-00ch], dx ; 89 56 f4 12169 12189 mov byte [bp-008h], bl ; 88 5e f8 12170 12190 xor si, si ; 31 f6 … … 12172 12192 mov ax, word [es:di+001eeh] ; 26 8b 85 ee 01 12173 12193 mov word [bp-00ah], ax ; 89 46 f6 12174 mov word [bp-0 0eh], si ; 89 76 f212175 mov word [bp-00 ch], ax ; 89 46 f412194 mov word [bp-010h], si ; 89 76 f0 12195 mov word [bp-00eh], ax ; 89 46 f2 12176 12196 mov ax, word [es:di+00ah] ; 26 8b 45 0a 12177 mov word [bp-01 0h], ax ; 89 46 f012197 mov word [bp-016h], ax ; 89 46 ea 12178 12198 mov ax, word [es:di+00ch] ; 26 8b 45 0c 12179 mov word [bp-01 6h], ax ; 89 46 ea12199 mov word [bp-012h], ax ; 89 46 ee 12180 12200 mov cx, strict word 00040h ; b9 40 00 12181 12201 xor bx, bx ; 31 db 12182 12202 mov ax, 00080h ; b8 80 00 12183 12203 mov dx, word [bp-00ah] ; 8b 56 f6 12184 call 097 5ah ; e8 0e1412204 call 097aah ; e8 33 14 12185 12205 mov es, [bp-00ah] ; 8e 46 f6 12186 12206 mov word [es:si+00080h], 08027h ; 26 c7 84 80 00 27 80 … … 12188 12208 mov byte [es:si+00082h], al ; 26 88 84 82 00 12189 12209 mov byte [es:si+00083h], 000h ; 26 c6 84 83 00 00 12190 mov es, [bp-0 12h] ; 8e 46 ee12210 mov es, [bp-00ch] ; 8e 46 f4 12191 12211 mov al, byte [es:di] ; 26 8a 05 12192 12212 mov es, [bp-00ah] ; 8e 46 f6 12193 12213 mov byte [es:si+00084h], al ; 26 88 84 84 00 12194 mov es, [bp-0 12h] ; 8e 46 ee12214 mov es, [bp-00ch] ; 8e 46 f4 12195 12215 mov ax, word [es:di] ; 26 8b 05 12196 12216 mov bx, word [es:di+002h] ; 26 8b 5d 02 … … 12198 12218 shr bx, 1 ; d1 eb 12199 12219 rcr ax, 1 ; d1 d8 12200 loop 083 7fh ; e2 fa12220 loop 083aah ; e2 fa 12201 12221 mov es, [bp-00ah] ; 8e 46 f6 12202 12222 mov byte [es:si+00085h], al ; 26 88 84 85 00 12203 mov es, [bp-0 12h] ; 8e 46 ee12223 mov es, [bp-00ch] ; 8e 46 f4 12204 12224 mov ax, word [es:di+002h] ; 26 8b 45 02 12205 12225 mov es, [bp-00ah] ; 8e 46 f6 12206 12226 mov byte [es:si+00086h], al ; 26 88 84 86 00 12207 12227 mov byte [es:si+00087h], 040h ; 26 c6 84 87 00 40 12208 mov es, [bp-0 12h] ; 8e 46 ee12228 mov es, [bp-00ch] ; 8e 46 f4 12209 12229 mov ax, word [es:di+002h] ; 26 8b 45 02 12210 12230 shr ax, 008h ; c1 e8 08 … … 12213 12233 mov word [es:si+00089h], strict word 00000h ; 26 c7 84 89 00 00 00 12214 12234 mov byte [es:si+0008bh], 000h ; 26 c6 84 8b 00 00 12215 mov al, byte [bp-01 0h] ; 8a 46 f012235 mov al, byte [bp-016h] ; 8a 46 ea 12216 12236 mov byte [es:si+0008ch], al ; 26 88 84 8c 00 12217 mov ax, word [bp-01 0h] ; 8b 46 f012237 mov ax, word [bp-016h] ; 8b 46 ea 12218 12238 shr ax, 008h ; c1 e8 08 12219 12239 mov byte [es:si+0008dh], al ; 26 88 84 8d 00 12220 12240 mov word [es:si+00276h], strict word 00010h ; 26 c7 84 76 02 10 00 12221 mov ax, word [bp-01 0h] ; 8b 46 f012241 mov ax, word [bp-016h] ; 8b 46 ea 12222 12242 xor dx, dx ; 31 d2 12223 mov bx, word [bp-01 6h] ; 8b 5e ea12243 mov bx, word [bp-012h] ; 8b 5e ee 12224 12244 xor cx, cx ; 31 c9 12225 call 097 29h ; e8 411312245 call 09779h ; e8 66 13 12226 12246 push dx ; 52 12227 12247 push ax ; 50 12228 mov es, [bp-0 12h] ; 8e 46 ee12248 mov es, [bp-00ch] ; 8e 46 f4 12229 12249 mov bx, word [es:di+004h] ; 26 8b 5d 04 12230 12250 mov cx, word [es:di+006h] ; 26 8b 4d 06 12231 12251 mov ax, 0026ah ; b8 6a 02 12232 12252 mov dx, word [bp-00ah] ; 8b 56 f6 12233 call 096 42h ; e8 441212253 call 09688h ; e8 5f 12 12234 12254 mov es, [bp-00ah] ; 8e 46 f6 12235 12255 movzx ax, byte [es:si+00263h] ; 26 0f b6 84 63 02 … … 12244 12264 mov dx, word [bp-014h] ; 8b 56 ec 12245 12265 mov word [es:bx+0010eh], dx ; 26 89 97 0e 01 12246 mov cx, word [es:si+0027ah] ; 26 8b 8c7a 0212247 mov dx, word [es:si+0027ch] ; 26 8b 947c 0212248 mov word [es:bx+00100h], cx ; 26 89 8f00 0112249 mov word [es:bx+00102h], dx ; 26 89 9702 0112266 mov dx, word [es:si+0027ah] ; 26 8b 94 7a 02 12267 mov cx, word [es:si+0027ch] ; 26 8b 8c 7c 02 12268 mov word [es:bx+00100h], dx ; 26 89 97 00 01 12269 mov word [es:bx+00102h], cx ; 26 89 8f 02 01 12250 12270 inc ax ; 40 12251 mov es, [bp-0 12h] ; 8e 46 ee12271 mov es, [bp-00ch] ; 8e 46 f4 12252 12272 cmp word [es:di+01ch], strict byte 00000h ; 26 83 7d 1c 00 12253 je short 084 77h ; 74 2c12273 je short 084a2h ; 74 2c 12254 12274 mov dx, word [es:di+01ch] ; 26 8b 55 1c 12255 12275 dec dx ; 4a 12256 mov di, ax ; 89 c712257 sal di, 004h ; c1 e70412276 mov bx, ax ; 89 c3 12277 sal bx, 004h ; c1 e3 04 12258 12278 mov es, [bp-00ah] ; 8e 46 f6 12259 mov word [es: di+0010ch], dx ; 26 89 950c 0112260 mov word [es: di+0010eh], si ; 26 89 b50e 0112279 mov word [es:bx+0010ch], dx ; 26 89 97 0c 01 12280 mov word [es:bx+0010eh], si ; 26 89 b7 0e 01 12261 12281 mov dx, word [es:si+00264h] ; 26 8b 94 64 02 12262 mov bx, word [es:si+00266h] ; 26 8b 9c 66 0212263 mov word [es: di+00100h], dx ; 26 89 9500 0112264 mov word [es: di+00102h], bx ; 26 89 9d02 0112282 mov cx, word [es:si+00266h] ; 26 8b 8c 66 02 12283 mov word [es:bx+00100h], dx ; 26 89 97 00 01 12284 mov word [es:bx+00102h], cx ; 26 89 8f 02 01 12265 12285 inc ax ; 40 12266 les bx, [bp-0 0eh] ; c4 5e f212286 les bx, [bp-010h] ; c4 5e f0 12267 12287 mov byte [es:bx+00263h], al ; 26 88 87 63 02 12268 12288 xor ax, ax ; 31 c0 12269 les bx, [bp-0 0eh] ; c4 5e f212289 les bx, [bp-010h] ; c4 5e f0 12270 12290 movzx dx, byte [es:bx+00263h] ; 26 0f b6 97 63 02 12271 12291 cmp ax, dx ; 39 d0 12272 jnc short 084 91h ; 73 0312292 jnc short 084bch ; 73 03 12273 12293 inc ax ; 40 12274 jmp short 084 81h ; eb f012294 jmp short 084ach ; eb f0 12275 12295 mov al, byte [bp-008h] ; 8a 46 f8 12276 12296 cmp AL, strict byte 035h ; 3c 35 12277 jne short 084 9eh ; 75 0612297 jne short 084c9h ; 75 06 12278 12298 mov byte [bp-008h], 040h ; c6 46 f8 40 12279 jmp short 084 b2h ; eb 1412299 jmp short 084ddh ; eb 14 12280 12300 cmp AL, strict byte 0a0h ; 3c a0 12281 jne short 084 aeh ; 75 0c12301 jne short 084d9h ; 75 0c 12282 12302 or byte [bp-008h], 020h ; 80 4e f8 20 12283 12303 or byte [es:bx+00083h], 001h ; 26 80 8f 83 00 01 12284 jmp short 084 b2h ; eb 0412304 jmp short 084ddh ; eb 04 12285 12305 mov byte [bp-008h], 000h ; c6 46 f8 00 12286 12306 or byte [bp-008h], 005h ; 80 4e f8 05 12287 12307 movzx bx, byte [bp-008h] ; 0f b6 5e f8 12288 mov ax, word [bp-00eh] ; 8b 46 f2 12289 mov dx, word [bp-00ch] ; 8b 56 f4 12290 call 08238h ; e8 75 fd 12291 mov ax, word [bp-00eh] ; 8b 46 f2 12308 mov ax, word [bp-010h] ; 8b 46 f0 12309 mov dx, word [bp-00eh] ; 8b 56 f2 12310 call 08263h ; e8 75 fd 12311 mov cx, word [bp-00eh] ; 8b 4e f2 12312 mov bx, word [bp-010h] ; 8b 5e f0 12313 add bx, 00240h ; 81 c3 40 02 12314 mov ax, word [bp-010h] ; 8b 46 f0 12292 12315 add ax, 0026ah ; 05 6a 02 12293 mov dx, word [bp-00ch] ; 8b 56 f4 12294 call 096bbh ; e8 ec 11 12316 mov dx, cx ; 89 ca 12317 call 09701h ; e8 fe 11 12318 mov es, cx ; 8e c1 12319 mov al, byte [es:bx+003h] ; 26 8a 47 03 12320 test al, al ; 84 c0 12321 je short 08512h ; 74 05 12322 mov ax, strict word 00004h ; b8 04 00 12323 jmp short 08514h ; eb 02 12324 xor ah, ah ; 30 e4 12295 12325 lea sp, [bp-006h] ; 8d 66 fa 12296 12326 pop di ; 5f … … 12299 12329 pop bp ; 5d 12300 12330 retn ; c3 12301 ahci_port_deinit_current_: ; 0xf8 4d7LB 0x14412331 ahci_port_deinit_current_: ; 0xf851c LB 0x144 12302 12332 push bp ; 55 12303 12333 mov bp, sp ; 89 e5 … … 12314 12344 mov byte [bp-00ah], al ; 88 46 f6 12315 12345 cmp AL, strict byte 0ffh ; 3c ff 12316 je near 086 12h ; 0f 84 17 0112346 je near 08657h ; 0f 84 17 01 12317 12347 movzx dx, al ; 0f b6 d0 12318 12348 sal dx, 007h ; c1 e2 07 … … 12321 12351 xor cx, cx ; 31 c9 12322 12352 mov ax, si ; 89 f0 12323 call 081 7fh ; e8 70fc12353 call 081aah ; e8 56 fc 12324 12354 movzx ax, byte [bp-00ah] ; 0f b6 46 f6 12325 12355 sal ax, 007h ; c1 e0 07 … … 12330 12360 xor cx, cx ; 31 c9 12331 12361 mov ax, si ; 89 f0 12332 call 081 c6h ; e8 9dfc12362 call 081f1h ; e8 83 fc 12333 12363 cmp AL, strict byte 001h ; 3c 01 12334 je short 085 0fh ; 74 e212364 je short 08554h ; 74 e2 12335 12365 mov cx, strict word 00020h ; b9 20 00 12336 12366 xor bx, bx ; 31 db 12337 12367 mov ax, di ; 89 f8 12338 12368 mov dx, word [bp-00ch] ; 8b 56 f4 12339 call 097 5ah ; e8 201212369 call 097aah ; e8 2b 12 12340 12370 lea ax, [di+00080h] ; 8d 85 80 00 12341 12371 mov cx, strict word 00040h ; b9 40 00 12342 12372 xor bx, bx ; 31 db 12343 12373 mov dx, word [bp-00ch] ; 8b 56 f4 12344 call 097 5ah ; e8 111212374 call 097aah ; e8 1c 12 12345 12375 lea ax, [di+00200h] ; 8d 85 00 02 12346 12376 mov cx, strict word 00060h ; b9 60 00 12347 12377 xor bx, bx ; 31 db 12348 12378 mov dx, word [bp-00ch] ; 8b 56 f4 12349 call 097 5ah ; e8 021212379 call 097aah ; e8 0d 12 12350 12380 mov ax, word [bp-00eh] ; 8b 46 f2 12351 12381 add ax, 00108h ; 05 08 01 … … 12449 12479 pop bp ; 5d 12450 12480 retn ; c3 12451 ahci_port_init_: ; 0xf86 1bLB 0x20612481 ahci_port_init_: ; 0xf8660 LB 0x206 12452 12482 push bp ; 55 12453 12483 mov bp, sp ; 89 e5 … … 12459 12489 mov word [bp-00ah], dx ; 89 56 f6 12460 12490 mov byte [bp-008h], bl ; 88 5e f8 12461 call 08 4d7h ; e8 a8 fe12491 call 0851ch ; e8 a8 fe 12462 12492 movzx dx, bl ; 0f b6 d3 12463 12493 sal dx, 007h ; c1 e2 07 … … 12467 12497 mov bx, strict word 00011h ; bb 11 00 12468 12498 xor cx, cx ; 31 c9 12469 call 081 7fh ; e8 36fb12499 call 081aah ; e8 1c fb 12470 12500 movzx di, byte [bp-008h] ; 0f b6 7e f8 12471 12501 sal di, 007h ; c1 e7 07 … … 12475 12505 mov bx, 0c011h ; bb 11 c0 12476 12506 xor cx, cx ; 31 c9 12477 call 081 c6h ; e8 62fb12507 call 081f1h ; e8 48 fb 12478 12508 cmp AL, strict byte 001h ; 3c 01 12479 je short 086 49h ; 74 e112509 je short 0868eh ; 74 e1 12480 12510 mov cx, strict word 00020h ; b9 20 00 12481 12511 xor bx, bx ; 31 db 12482 12512 mov ax, si ; 89 f0 12483 12513 mov dx, word [bp-00ah] ; 8b 56 f6 12484 call 097 5ah ; e8 e51012514 call 097aah ; e8 f0 10 12485 12515 lea ax, [si+00080h] ; 8d 84 80 00 12486 12516 mov cx, strict word 00040h ; b9 40 00 12487 12517 xor bx, bx ; 31 db 12488 12518 mov dx, word [bp-00ah] ; 8b 56 f6 12489 call 097 5ah ; e8 d61012519 call 097aah ; e8 e1 10 12490 12520 mov ax, si ; 89 f0 12491 12521 add ah, 002h ; 80 c4 02 … … 12494 12524 xor bx, bx ; 31 db 12495 12525 mov dx, word [bp-00ah] ; 8b 56 f6 12496 call 097 5ah ; e8 c31012526 call 097aah ; e8 ce 10 12497 12527 lea ax, [di+00108h] ; 8d 85 08 01 12498 12528 cwd ; 99 … … 12508 12538 mov ax, word [bp-00ch] ; 8b 46 f4 12509 12539 mov dx, word [bp-00ah] ; 8b 56 f6 12510 call 082 1ah ; e8 60fb12540 call 08245h ; e8 46 fb 12511 12541 mov es, [bp-00ah] ; 8e 46 f6 12512 12542 mov bx, word [es:si+00260h] ; 26 8b 9c 60 02 … … 12553 12583 mov ax, si ; 89 f0 12554 12584 mov dx, word [bp-00ah] ; 8b 56 f6 12555 call 082 1ah ; e8 f4fa12585 call 08245h ; e8 da fa 12556 12586 mov es, [bp-00ah] ; 8e 46 f6 12557 12587 mov bx, word [es:si+00260h] ; 26 8b 9c 60 02 … … 12658 12688 pop bp ; 5d 12659 12689 retn ; c3 12660 @ahci_read_sectors: ; 0xf88 21 LB 0x9412690 @ahci_read_sectors: ; 0xf8866 LB 0x93 12661 12691 push bp ; 55 12662 12692 mov bp, sp ; 89 e5 12663 12693 push si ; 56 12664 12694 push di ; 57 12665 les di, [bp+004h] ; c4 7e 0412666 movzx di, byte [es:di+008h] ; 26 0f b6 7d0812667 sub di, strict byte 0000ch ; 83 ef0c12668 cmp di, strict byte 00004h ; 83 ff0412669 jbe short 088 45h ; 76 0f12670 push di ; 5712695 les bx, [bp+004h] ; c4 5e 04 12696 movzx bx, byte [es:bx+008h] ; 26 0f b6 5f 08 12697 sub bx, strict byte 0000ch ; 83 eb 0c 12698 cmp bx, strict byte 00004h ; 83 fb 04 12699 jbe short 0888ah ; 76 0f 12700 push bx ; 53 12671 12701 push 00c66h ; 68 66 0c 12672 12702 push 00c78h ; 68 78 0c 12673 12703 push strict byte 00007h ; 6a 07 12674 call 01972h ; e8 30 9112704 call 01972h ; e8 eb 90 12675 12705 add sp, strict byte 00008h ; 83 c4 08 12676 les bx, [bp+004h] ; c4 5e 04 12677 mov dx, word [es:bx+001eeh] ; 26 8b 97 ee 01 12678 xor ax, ax ; 31 c0 12679 call 0810eh ; e8 bc f8 12680 mov es, [bp+006h] ; 8e 46 06 12681 add di, bx ; 01 df 12682 movzx bx, byte [es:di+001e9h] ; 26 0f b6 9d e9 01 12683 mov di, word [bp+004h] ; 8b 7e 04 12706 les di, [bp+004h] ; c4 7e 04 12684 12707 mov dx, word [es:di+001eeh] ; 26 8b 95 ee 01 12685 12708 xor ax, ax ; 31 c0 12686 call 0861bh ; e8 b1 fd 12709 call 08139h ; e8 a2 f8 12710 mov es, [bp+006h] ; 8e 46 06 12711 add bx, di ; 01 fb 12712 movzx bx, byte [es:bx+001e9h] ; 26 0f b6 9f e9 01 12713 mov si, di ; 89 fe 12714 mov dx, word [es:si+001eeh] ; 26 8b 94 ee 01 12715 xor ax, ax ; 31 c0 12716 call 08660h ; e8 b2 fd 12687 12717 mov bx, strict word 00025h ; bb 25 00 12688 12718 mov ax, di ; 89 f8 12689 12719 mov dx, word [bp+006h] ; 8b 56 06 12690 call 0830dh ; e8 98 fa 12720 call 08338h ; e8 7f fa 12721 mov bx, ax ; 89 c3 12691 12722 mov es, [bp+006h] ; 8e 46 06 12692 mov bx, di ; 89 fb 12693 mov ax, word [es:bx+00ah] ; 26 8b 47 0a 12694 mov word [es:bx+014h], ax ; 26 89 47 14 12723 mov ax, word [es:di+00ah] ; 26 8b 45 0a 12724 mov word [es:si+014h], ax ; 26 89 44 14 12695 12725 mov cx, ax ; 89 c1 12696 12726 sal cx, 009h ; c1 e1 09 12697 12727 shr cx, 1 ; d1 e9 12698 12728 mov di, word [es:di+004h] ; 26 8b 7d 04 12699 mov ax, word [es: bx+006h] ; 26 8b 470612729 mov ax, word [es:si+006h] ; 26 8b 44 06 12700 12730 mov si, di ; 89 fe 12701 12731 mov dx, ax ; 89 c2 … … 12705 12735 rep movsw ; f3 a5 12706 12736 pop DS ; 1f 12707 mov es, [bp+006h] ; 8e 46 0612708 mov dx, word [es: bx+001eeh] ; 26 8b 97ee 0112737 les si, [bp+004h] ; c4 76 04 12738 mov dx, word [es:si+001eeh] ; 26 8b 94 ee 01 12709 12739 xor ax, ax ; 31 c0 12710 call 081 25h ; e8 7bf812711 xor ax, ax ; 31 c012740 call 08150h ; e8 62 f8 12741 mov ax, bx ; 89 d8 12712 12742 lea sp, [bp-004h] ; 8d 66 fc 12713 12743 pop di ; 5f … … 12715 12745 pop bp ; 5d 12716 12746 retn 00004h ; c2 04 00 12717 @ahci_write_sectors: ; 0xf88 b5 LB 0x7012747 @ahci_write_sectors: ; 0xf88f9 LB 0x72 12718 12748 push bp ; 55 12719 12749 mov bp, sp ; 89 e5 … … 12725 12755 sub bx, strict byte 0000ch ; 83 eb 0c 12726 12756 cmp bx, strict byte 00004h ; 83 fb 04 12727 jbe short 08 8ddh ; 76 0f12757 jbe short 08921h ; 76 0f 12728 12758 push bx ; 53 12729 12759 push 00c97h ; 68 97 0c 12730 12760 push 00c78h ; 68 78 0c 12731 12761 push strict byte 00007h ; 6a 07 12732 call 01972h ; e8 989012762 call 01972h ; e8 54 90 12733 12763 add sp, strict byte 00008h ; 83 c4 08 12734 12764 mov es, cx ; 8e c1 12735 12765 mov dx, word [es:si+001eeh] ; 26 8b 94 ee 01 12736 12766 xor ax, ax ; 31 c0 12737 call 081 0eh ; e8 25f812767 call 08139h ; e8 0c f8 12738 12768 mov es, cx ; 8e c1 12739 12769 add bx, si ; 01 f3 … … 12741 12771 mov dx, word [es:si+001eeh] ; 26 8b 94 ee 01 12742 12772 xor ax, ax ; 31 c0 12743 call 086 1bh ; e8 1efd12773 call 08660h ; e8 1f fd 12744 12774 mov bx, strict word 00035h ; bb 35 00 12745 12775 mov ax, si ; 89 f0 12746 12776 mov dx, cx ; 89 ca 12747 call 0830dh ; e8 06 fa 12777 call 08338h ; e8 ed f9 12778 mov bx, ax ; 89 c3 12748 12779 mov es, cx ; 8e c1 12749 12780 mov dx, word [es:si+00ah] ; 26 8b 54 0a … … 12751 12782 mov dx, word [es:si+001eeh] ; 26 8b 94 ee 01 12752 12783 xor ax, ax ; 31 c0 12753 call 081 25h ; e8 0a f812754 xor ax, ax ; 31 c012784 call 08150h ; e8 ef f7 12785 mov ax, bx ; 89 d8 12755 12786 lea sp, [bp-002h] ; 8d 66 fe 12756 12787 pop si ; 5e 12757 12788 pop bp ; 5d 12758 12789 retn 00004h ; c2 04 00 12759 ahci_cmd_packet_: ; 0xf89 25LB 0x17312790 ahci_cmd_packet_: ; 0xf896b LB 0x173 12760 12791 push bp ; 55 12761 12792 mov bp, sp ; 89 e5 … … 12769 12800 mov dx, strict word 0000eh ; ba 0e 00 12770 12801 mov ax, strict word 00040h ; b8 40 00 12771 call 0166ch ; e8 2c 8d12802 call 0166ch ; e8 e6 8c 12772 12803 mov si, 00122h ; be 22 01 12773 12804 mov word [bp-008h], ax ; 89 46 f8 12774 12805 cmp byte [bp+00ah], 002h ; 80 7e 0a 02 12775 jne short 089 6bh ; 75 1f12806 jne short 089b1h ; 75 1f 12776 12807 mov bx, 00da8h ; bb a8 0d 12777 12808 mov cx, ds ; 8c d9 12778 12809 mov ax, strict word 00004h ; b8 04 00 12779 call 01931h ; e8 da8f12810 call 01931h ; e8 94 8f 12780 12811 push 00caah ; 68 aa 0c 12781 12812 push 00cbah ; 68 ba 0c 12782 12813 push strict byte 00004h ; 6a 04 12783 call 01972h ; e8 10 9012814 call 01972h ; e8 ca 8f 12784 12815 add sp, strict byte 00006h ; 83 c4 06 12785 12816 mov ax, strict word 00001h ; b8 01 00 12786 jmp near 08a 8fh ; e9 24 0112817 jmp near 08ad5h ; e9 24 01 12787 12818 test byte [bp+004h], 001h ; f6 46 04 01 12788 jne short 089 65h ; 75 f412819 jne short 089abh ; 75 f4 12789 12820 mov ax, word [bp+006h] ; 8b 46 06 12790 12821 mov dx, word [bp+008h] ; 8b 56 08 … … 12792 12823 sal ax, 1 ; d1 e0 12793 12824 rcl dx, 1 ; d1 d2 12794 loop 089 7ah ; e2 fa12825 loop 089c0h ; e2 fa 12795 12826 mov es, [bp-008h] ; 8e 46 f8 12796 12827 mov word [es:si], ax ; 26 89 04 … … 12804 12835 mov dx, word [bp+008h] ; 8b 56 08 12805 12836 xor cx, cx ; 31 c9 12806 call 09 6f0h ; e8 490d12837 call 09740h ; e8 53 0d 12807 12838 mov word [es:si+00ah], ax ; 26 89 44 0a 12808 12839 xor di, di ; 31 ff … … 12814 12845 xor ax, ax ; 31 c0 12815 12846 mov dx, word [bp-00ah] ; 8b 56 f6 12816 call 081 0eh ; e8 47f712847 call 08139h ; e8 2c f7 12817 12848 mov es, [bp-008h] ; 8e 46 f8 12818 12849 mov bx, word [bp-014h] ; 8b 5e ec … … 12821 12852 mov dx, word [es:si+001eeh] ; 26 8b 94 ee 01 12822 12853 xor ax, ax ; 31 c0 12823 call 086 1bh ; e8 3cfc12854 call 08660h ; e8 3b fc 12824 12855 movzx ax, byte [bp-006h] ; 0f b6 46 fa 12825 12856 push ax ; 50 … … 12828 12859 mov ax, 000c0h ; b8 c0 00 12829 12860 mov dx, word [bp-00ah] ; 8b 56 f6 12830 call 097 67h ; e8 740d12861 call 097b7h ; e8 7e 0d 12831 12862 mov es, [bp-008h] ; 8e 46 f8 12832 12863 mov word [es:si+014h], di ; 26 89 7c 14 … … 12835 12866 mov ax, word [es:si+01ah] ; 26 8b 44 1a 12836 12867 test ax, ax ; 85 c0 12837 je short 08a 31h ; 74 2712868 je short 08a77h ; 74 27 12838 12869 dec ax ; 48 12839 12870 mov es, [bp-00ah] ; 8e 46 f6 … … 12848 12879 mov ax, si ; 89 f0 12849 12880 mov dx, word [bp-008h] ; 8b 56 f8 12850 call 083 0dh ; e8 d1f812881 call 08338h ; e8 b6 f8 12851 12882 les bx, [bp-00eh] ; c4 5e f2 12852 12883 mov ax, word [es:bx+004h] ; 26 8b 47 04 … … 12871 12902 mov ax, word [bp-00eh] ; 8b 46 f2 12872 12903 mov dx, word [bp-00ch] ; 8b 56 f4 12873 call 081 25h ; e8 aaf612904 call 08150h ; e8 8f f6 12874 12905 les bx, [bp-00eh] ; c4 5e f2 12875 12906 mov ax, word [es:bx+006h] ; 26 8b 47 06 12876 12907 or ax, word [es:bx+004h] ; 26 0b 47 04 12877 jne short 08a 8dh ; 75 0512908 jne short 08ad3h ; 75 05 12878 12909 mov ax, strict word 00004h ; b8 04 00 12879 jmp short 08a 8fh ; eb 0212910 jmp short 08ad5h ; eb 02 12880 12911 xor ax, ax ; 31 c0 12881 12912 lea sp, [bp-004h] ; 8d 66 fc … … 12884 12915 pop bp ; 5d 12885 12916 retn 0000ch ; c2 0c 00 12886 ahci_port_detect_device_: ; 0xf8a 98LB 0x45112917 ahci_port_detect_device_: ; 0xf8ade LB 0x451 12887 12918 push bp ; 55 12888 12919 mov bp, sp ; 89 e5 … … 12896 12927 movzx di, bl ; 0f b6 fb 12897 12928 mov bx, di ; 89 fb 12898 call 086 1bh ; e8 69fb12929 call 08660h ; e8 68 fb 12899 12930 mov dx, strict word 0000eh ; ba 0e 00 12900 12931 mov ax, strict word 00040h ; b8 40 00 12901 call 0166ch ; e8 b18b12932 call 0166ch ; e8 6b 8b 12902 12933 mov word [bp-010h], 00122h ; c7 46 f0 22 01 12903 12934 mov word [bp-00eh], ax ; 89 46 f2 … … 12968 12999 mov bx, strict word 0000fh ; bb 0f 00 12969 13000 xor cx, cx ; 31 c9 12970 call 08 1ffh ; e8 9af613001 call 0822ah ; e8 7f f6 12971 13002 test ax, ax ; 85 c0 12972 je near 08 ee1h ; 0f 84 76 0313003 je near 08f27h ; 0f 84 76 03 12973 13004 movzx ax, byte [bp-008h] ; 0f b6 46 f8 12974 13005 sal ax, 007h ; c1 e0 07 … … 12998 13029 mov bx, strict word 0000fh ; bb 0f 00 12999 13030 xor cx, cx ; 31 c9 13000 call 08 1ffh ; e8 4ef613031 call 0822ah ; e8 33 f6 13001 13032 cmp ax, strict word 00001h ; 3d 01 00 13002 je short 08b 6bh ; 74 b513033 je short 08bb1h ; 74 b5 13003 13034 push strict byte 00000h ; 6a 00 13004 13035 mov bx, strict word 0000fh ; bb 0f 00 … … 13006 13037 mov ax, di ; 89 f8 13007 13038 mov dx, word [bp-01ah] ; 8b 56 e6 13008 call 08 1ffh ; e8 3af613039 call 0822ah ; e8 1f f6 13009 13040 cmp ax, strict word 00003h ; 3d 03 00 13010 jne near 08 ee1h ; 0f 85 15 0313041 jne near 08f27h ; 0f 85 15 03 13011 13042 mov ax, word [bp-016h] ; 8b 46 ea 13012 13043 add ax, 00130h ; 05 30 01 … … 13035 13066 mov byte [bp-00ch], al ; 88 46 f4 13036 13067 cmp AL, strict byte 004h ; 3c 04 13037 jnc near 08 ee1h ; 0f 83 cf 0213068 jnc near 08f27h ; 0f 83 cf 02 13038 13069 mov dx, word [bp-016h] ; 8b 56 ea 13039 13070 add dx, 00118h ; 81 c2 18 01 … … 13042 13073 mov bx, strict word 00010h ; bb 10 00 13043 13074 xor cx, cx ; 31 c9 13044 call 081 3ch ; e8 13 f513075 call 08167h ; e8 f8 f4 13045 13076 mov ax, word [bp-016h] ; 8b 46 ea 13046 13077 add ax, 00124h ; 05 24 01 … … 13066 13097 add cl, 00ch ; 80 c1 0c 13067 13098 test dx, dx ; 85 d2 13068 jne near 08e 3dh ; 0f 85 d8 0113099 jne near 08e83h ; 0f 85 d8 01 13069 13100 cmp ax, 00101h ; 3d 01 01 13070 jne near 08e 3dh ; 0f 85 d1 0113101 jne near 08e83h ; 0f 85 d1 01 13071 13102 les bx, [bp-010h] ; c4 5e f0 13072 13103 db 066h, 026h, 0c7h, 007h, 000h, 000h, 000h, 000h … … 13080 13111 mov ax, word [bp-010h] ; 8b 46 f0 13081 13112 mov dx, es ; 8c c2 13082 call 083 0dh ; e8 76f613113 call 08338h ; e8 5b f6 13083 13114 mov byte [bp-00ah], cl ; 88 4e f6 13084 13115 test byte [bp-00226h], 080h ; f6 86 da fd 80 … … 13097 13128 mov di, word [bp-001ach] ; 8b be 54 fe 13098 13129 cmp di, 00fffh ; 81 ff ff 0f 13099 jne short 08 cdch ; 75 1013130 jne short 08d22h ; 75 10 13100 13131 cmp ax, strict word 0ffffh ; 3d ff ff 13101 jne short 08 cdch ; 75 0b13132 jne short 08d22h ; 75 0b 13102 13133 mov ax, word [bp-0015eh] ; 8b 86 a2 fe 13103 13134 mov word [bp-014h], ax ; 89 46 ec … … 13128 13159 mov al, byte [bp-00ch] ; 8a 46 f4 13129 13160 cmp AL, strict byte 001h ; 3c 01 13130 jc short 08d 47h ; 72 0c13131 jbe short 08d 4fh ; 76 1213161 jc short 08d8dh ; 72 0c 13162 jbe short 08d95h ; 76 12 13132 13163 cmp AL, strict byte 003h ; 3c 03 13133 je short 08d 57h ; 74 1613164 je short 08d9dh ; 74 16 13134 13165 cmp AL, strict byte 002h ; 3c 02 13135 je short 08d 53h ; 74 0e13136 jmp short 08d a0h ; eb 5913166 je short 08d99h ; 74 0e 13167 jmp short 08de6h ; eb 59 13137 13168 test al, al ; 84 c0 13138 jne short 08d a0h ; 75 5513169 jne short 08de6h ; 75 55 13139 13170 mov DL, strict byte 040h ; b2 40 13140 jmp short 08d 59h ; eb 0a13171 jmp short 08d9fh ; eb 0a 13141 13172 mov DL, strict byte 048h ; b2 48 13142 jmp short 08d 59h ; eb 0613173 jmp short 08d9fh ; eb 06 13143 13174 mov DL, strict byte 050h ; b2 50 13144 jmp short 08d 59h ; eb 0213175 jmp short 08d9fh ; eb 02 13145 13176 mov DL, strict byte 058h ; b2 58 13146 13177 mov al, dl ; 88 d0 … … 13148 13179 movzx bx, al ; 0f b6 d8 13149 13180 mov ax, bx ; 89 d8 13150 call 016ach ; e8 478913181 call 016ach ; e8 01 89 13151 13182 test al, al ; 84 c0 13152 je short 08d a0h ; 74 3713183 je short 08de6h ; 74 37 13153 13184 mov al, dl ; 88 d0 13154 13185 db 0feh, 0c0h 13155 13186 ; inc al ; fe c0 13156 13187 xor ah, ah ; 30 e4 13157 call 016ach ; e8 3a 8913188 call 016ach ; e8 f4 88 13158 13189 xor ah, ah ; 30 e4 13159 13190 mov si, ax ; 89 c6 13160 13191 sal si, 008h ; c1 e6 08 13161 13192 movzx ax, dl ; 0f b6 c2 13162 call 016ach ; e8 2d 8913193 call 016ach ; e8 e7 88 13163 13194 xor ah, ah ; 30 e4 13164 13195 add ax, si ; 01 f0 … … 13167 13198 add AL, strict byte 002h ; 04 02 13168 13199 xor ah, ah ; 30 e4 13169 call 016ach ; e8 1d 8913200 call 016ach ; e8 d7 88 13170 13201 xor ah, ah ; 30 e4 13171 13202 mov word [bp-026h], ax ; 89 46 da 13172 13203 mov ax, bx ; 89 d8 13173 call 016ach ; e8 13 8913204 call 016ach ; e8 cd 88 13174 13205 xor ah, ah ; 30 e4 13175 13206 mov word [bp-022h], ax ; 89 46 de 13176 jmp short 08d adh ; eb 0d13207 jmp short 08df3h ; eb 0d 13177 13208 mov bx, word [bp-014h] ; 8b 5e ec 13178 13209 mov cx, di ; 89 f9 13179 13210 mov dx, ss ; 8c d2 13180 13211 lea ax, [bp-026h] ; 8d 46 da 13181 call 055b6h ; e8 09 c813212 call 055b6h ; e8 c3 c7 13182 13213 mov bx, 00da8h ; bb a8 0d 13183 13214 mov cx, ds ; 8c d9 13184 13215 mov ax, strict word 00004h ; b8 04 00 13185 call 01931h ; e8 798b13216 call 01931h ; e8 33 8b 13186 13217 push di ; 57 13187 13218 push word [bp-014h] ; ff 76 ec … … 13200 13231 push 00cdah ; 68 da 0c 13201 13232 push strict byte 00004h ; 6a 04 13202 call 01972h ; e8 918b13233 call 01972h ; e8 4b 8b 13203 13234 add sp, strict byte 00018h ; 83 c4 18 13204 13235 movzx ax, byte [bp-00ah] ; 0f b6 46 f6 … … 13229 13260 mov dx, strict word 00075h ; ba 75 00 13230 13261 mov ax, strict word 00040h ; b8 40 00 13231 call 01650h ; e8 24 8813262 call 01650h ; e8 de 87 13232 13263 db 0feh, 0c0h 13233 13264 ; inc al ; fe c0 … … 13235 13266 mov dx, strict word 00075h ; ba 75 00 13236 13267 mov ax, strict word 00040h ; b8 40 00 13237 call 0165eh ; e8 24 8813238 jmp near 08 ed3h ; e9 96 0013268 call 0165eh ; e8 de 87 13269 jmp near 08f19h ; e9 96 00 13239 13270 cmp dx, 0eb14h ; 81 fa 14 eb 13240 jne near 08 ed3h ; 0f 85 8e 0013271 jne near 08f19h ; 0f 85 8e 00 13241 13272 cmp ax, 00101h ; 3d 01 01 13242 jne near 08 ed3h ; 0f 85 87 0013273 jne near 08f19h ; 0f 85 87 00 13243 13274 les bx, [bp-010h] ; c4 5e f0 13244 13275 db 066h, 026h, 0c7h, 007h, 000h, 000h, 000h, 000h … … 13252 13283 mov ax, word [bp-010h] ; 8b 46 f0 13253 13284 mov dx, es ; 8c c2 13254 call 083 0dh ; e8 96f413285 call 08338h ; e8 7b f4 13255 13286 test byte [bp-00226h], 080h ; f6 86 da fd 80 13256 13287 db 00fh, 095h, 0c0h … … 13291 13322 pop bp ; 5d 13292 13323 retn ; c3 13293 ahci_mem_alloc_: ; 0xf8 ee9LB 0x4313324 ahci_mem_alloc_: ; 0xf8f2f LB 0x43 13294 13325 push bp ; 55 13295 13326 mov bp, sp ; 89 e5 … … 13301 13332 mov dx, 00413h ; ba 13 04 13302 13333 xor ax, ax ; 31 c0 13303 call 0166ch ; e8 738713334 call 0166ch ; e8 2d 87 13304 13335 test ax, ax ; 85 c0 13305 je short 08f 22h ; 74 2513336 je short 08f68h ; 74 25 13306 13337 dec ax ; 48 13307 13338 mov bx, ax ; 89 c3 … … 13310 13341 sal ax, 1 ; d1 e0 13311 13342 rcl dx, 1 ; d1 d2 13312 loop 08f 05h ; e2 fa13343 loop 08f4bh ; e2 fa 13313 13344 mov si, ax ; 89 c6 13314 13345 mov di, dx ; 89 d7 … … 13316 13347 shr di, 1 ; d1 ef 13317 13348 rcr si, 1 ; d1 de 13318 loop 08f 12h ; e2 fa13349 loop 08f58h ; e2 fa 13319 13350 mov dx, 00413h ; ba 13 04 13320 13351 xor ax, ax ; 31 c0 13321 call 0167ah ; e8 5a8713352 call 0167ah ; e8 14 87 13322 13353 mov ax, si ; 89 f0 13323 13354 lea sp, [bp-00ah] ; 8d 66 f6 … … 13329 13360 pop bp ; 5d 13330 13361 retn ; c3 13331 ahci_hba_init_: ; 0xf8f 2cLB 0x12513362 ahci_hba_init_: ; 0xf8f72 LB 0x125 13332 13363 push bp ; 55 13333 13364 mov bp, sp ; 89 e5 … … 13341 13372 mov dx, strict word 0000eh ; ba 0e 00 13342 13373 mov ax, strict word 00040h ; b8 40 00 13343 call 0166ch ; e8 2a 8713374 call 0166ch ; e8 e4 86 13344 13375 mov bx, 00122h ; bb 22 01 13345 13376 mov word [bp-010h], ax ; 89 46 f0 … … 13358 13389 shr eax, 010h ; 66 c1 e8 10 13359 13390 xchg dx, ax ; 92 13360 call 08 ee9h ; e8 82 ff13391 call 08f2fh ; e8 82 ff 13361 13392 mov di, ax ; 89 c7 13362 13393 test ax, ax ; 85 c0 13363 je near 090 30h ; 0f 84 c1 0013394 je near 09076h ; 0f 84 c1 00 13364 13395 mov es, [bp-010h] ; 8e 46 f0 13365 13396 mov word [es:bx+001eeh], di ; 26 89 bf ee 01 … … 13375 13406 mov dx, strict word 00004h ; ba 04 00 13376 13407 mov ax, si ; 89 f0 13377 call 081 3ch ; e8 99f113408 call 08167h ; e8 7e f1 13378 13409 mov ax, strict word 00004h ; b8 04 00 13379 13410 xor cx, cx ; 31 c9 … … 13392 13423 xchg dx, ax ; 92 13393 13424 test AL, strict byte 001h ; a8 01 13394 jne short 08f a3h ; 75 de13425 jne short 08fe9h ; 75 de 13395 13426 xor ax, ax ; 31 c0 13396 13427 xor cx, cx ; 31 c9 … … 13410 13441 mov bx, strict word 0001fh ; bb 1f 00 13411 13442 xor cx, cx ; 31 c9 13412 call 08 1ffh ; e8 16 f213443 call 0822ah ; e8 fb f1 13413 13444 db 0feh, 0c0h 13414 13445 ; inc al ; fe c0 13415 13446 mov byte [bp-00eh], al ; 88 46 f2 13416 13447 mov byte [bp-00ch], 000h ; c6 46 f4 00 13417 jmp short 0 8ffdh ; eb 0913448 jmp short 09043h ; eb 09 13418 13449 inc byte [bp-00ch] ; fe 46 f4 13419 13450 cmp byte [bp-00ch], 020h ; 80 7e f4 20 13420 jnc short 090 2eh ; 73 3113451 jnc short 09074h ; 73 31 13421 13452 movzx cx, byte [bp-00ch] ; 0f b6 4e f4 13422 13453 mov ax, strict word 00001h ; b8 01 00 13423 13454 xor dx, dx ; 31 d2 13424 jcxz 090 0eh ; e3 0613455 jcxz 09054h ; e3 06 13425 13456 sal ax, 1 ; d1 e0 13426 13457 rcl dx, 1 ; d1 d2 13427 loop 090 08h ; e2 fa13458 loop 0904eh ; e2 fa 13428 13459 mov bx, ax ; 89 c3 13429 13460 mov cx, dx ; 89 d1 13430 13461 mov dx, strict word 0000ch ; ba 0c 00 13431 13462 mov ax, si ; 89 f0 13432 call 081 c6h ; e8 acf113463 call 081f1h ; e8 91 f1 13433 13464 test al, al ; 84 c0 13434 je short 0 8ff4h ; 74 d613465 je short 0903ah ; 74 d6 13435 13466 movzx bx, byte [bp-00ch] ; 0f b6 5e f4 13436 13467 xor ax, ax ; 31 c0 13437 13468 mov dx, di ; 89 fa 13438 call 08a 98h ; e8 6f fa13469 call 08adeh ; e8 6f fa 13439 13470 dec byte [bp-00eh] ; fe 4e f2 13440 jne short 0 8ff4h ; 75 c613471 jne short 0903ah ; 75 c6 13441 13472 xor ax, ax ; 31 c0 13442 13473 lea sp, [bp-00ah] ; 8d 66 f6 … … 13448 13479 pop bp ; 5d 13449 13480 retn ; c3 13450 db 00bh, 005h, 004h, 003h, 002h, 001h, 000h, 0 20h, 091h, 0feh, 090h, 004h, 091h, 00ah, 091h, 010h13451 db 091h, 0 16h, 091h, 01ch, 091h, 020h, 091h13452 _ahci_init: ; 0xf90 51LB 0xfe13481 db 00bh, 005h, 004h, 003h, 002h, 001h, 000h, 066h, 091h, 044h, 091h, 04ah, 091h, 050h, 091h, 056h 13482 db 091h, 05ch, 091h, 062h, 091h, 066h, 091h 13483 _ahci_init: ; 0xf9097 LB 0xfe 13453 13484 push bp ; 55 13454 13485 mov bp, sp ; 89 e5 … … 13458 13489 mov ax, 00601h ; b8 01 06 13459 13490 mov dx, strict word 00001h ; ba 01 00 13460 call 095 6fh ; e8 0d 0513491 call 095b5h ; e8 0d 05 13461 13492 mov dx, ax ; 89 c2 13462 13493 cmp ax, strict word 0ffffh ; 3d ff ff 13463 je near 091 48h ; 0f 84 dd 0013494 je near 0918eh ; 0f 84 dd 00 13464 13495 xor al, al ; 30 c0 13465 13496 shr ax, 008h ; c1 e8 08 … … 13469 13500 xor ah, ah ; 30 e4 13470 13501 mov bx, strict word 00034h ; bb 34 00 13471 call 095 9ah ; e8 1a 0513502 call 095e0h ; e8 1a 05 13472 13503 mov cl, al ; 88 c1 13473 13504 test cl, cl ; 84 c9 13474 je short 090 a9h ; 74 2313505 je short 090efh ; 74 23 13475 13506 movzx bx, cl ; 0f b6 d9 13476 13507 movzx di, byte [bp-008h] ; 0f b6 7e f8 … … 13478 13509 mov dx, di ; 89 fa 13479 13510 mov ax, si ; 89 f0 13480 call 095 9ah ; e8 02 0513511 call 095e0h ; e8 02 05 13481 13512 cmp AL, strict byte 012h ; 3c 12 13482 je short 090 a9h ; 74 0d13513 je short 090efh ; 74 0d 13483 13514 mov al, cl ; 88 c8 13484 13515 db 0feh, 0c0h … … 13487 13518 mov dx, di ; 89 fa 13488 13519 mov ax, si ; 89 f0 13489 jmp short 090 7dh ; eb d413520 jmp short 090c3h ; eb d4 13490 13521 test cl, cl ; 84 c9 13491 je near 091 48h ; 0f 84 99 0013522 je near 0918eh ; 0f 84 99 00 13492 13523 add cl, 002h ; 80 c1 02 13493 13524 movzx bx, cl ; 0f b6 d9 … … 13496 13527 mov dx, di ; 89 fa 13497 13528 mov ax, si ; 89 f0 13498 call 095 9ah ; e8 d6 0413529 call 095e0h ; e8 d6 04 13499 13530 cmp AL, strict byte 010h ; 3c 10 13500 jne near 091 48h ; 0f 85 7e 0013531 jne near 0918eh ; 0f 85 7e 00 13501 13532 mov byte [bp-006h], 000h ; c6 46 fa 00 13502 13533 mov al, cl ; 88 c8 … … 13505 13536 mov dx, di ; 89 fa 13506 13537 mov ax, si ; 89 f0 13507 call 09 5beh ; e8 e2 0413538 call 09604h ; e8 e2 04 13508 13539 mov dx, ax ; 89 c2 13509 13540 and ax, strict word 0000fh ; 25 0f 00 13510 13541 sub ax, strict word 00004h ; 2d 04 00 13511 13542 cmp ax, strict word 0000bh ; 3d 0b 00 13512 jnbe short 091 20h ; 77 3713543 jnbe short 09166h ; 77 37 13513 13544 push CS ; 0e 13514 13545 pop ES ; 07 13515 13546 mov cx, strict word 00008h ; b9 08 00 13516 mov di, 090 3ah ; bf 3a9013547 mov di, 09080h ; bf 80 90 13517 13548 repne scasb ; f2 ae 13518 13549 sal cx, 1 ; d1 e1 13519 13550 mov di, cx ; 89 cf 13520 mov ax, word [cs:di-06f bfh] ; 2e 8b 85 419013551 mov ax, word [cs:di-06f79h] ; 2e 8b 85 87 90 13521 13552 jmp ax ; ff e0 13522 13553 mov byte [bp-006h], 010h ; c6 46 fa 10 13523 jmp short 091 20h ; eb 1c13554 jmp short 09166h ; eb 1c 13524 13555 mov byte [bp-006h], 014h ; c6 46 fa 14 13525 jmp short 091 20h ; eb 1613556 jmp short 09166h ; eb 16 13526 13557 mov byte [bp-006h], 018h ; c6 46 fa 18 13527 jmp short 091 20h ; eb 1013558 jmp short 09166h ; eb 10 13528 13559 mov byte [bp-006h], 01ch ; c6 46 fa 1c 13529 jmp short 091 20h ; eb 0a13560 jmp short 09166h ; eb 0a 13530 13561 mov byte [bp-006h], 020h ; c6 46 fa 20 13531 jmp short 091 20h ; eb 0413562 jmp short 09166h ; eb 04 13532 13563 mov byte [bp-006h], 024h ; c6 46 fa 24 13533 13564 mov si, dx ; 89 d6 … … 13536 13567 mov al, byte [bp-006h] ; 8a 46 fa 13537 13568 test al, al ; 84 c0 13538 je short 091 48h ; 74 1913569 je short 0918eh ; 74 19 13539 13570 movzx bx, al ; 0f b6 d8 13540 13571 movzx dx, byte [bp-008h] ; 0f b6 56 f8 13541 13572 movzx ax, byte [bp-00ah] ; 0f b6 46 f6 13542 call 09 5e0h ; e8 a3 0413573 call 09626h ; e8 a3 04 13543 13574 test AL, strict byte 001h ; a8 01 13544 je short 091 48h ; 74 0713575 je short 0918eh ; 74 07 13545 13576 and AL, strict byte 0f0h ; 24 f0 13546 13577 add ax, si ; 01 f0 13547 call 08f 2ch ; e8 e4 fd13578 call 08f72h ; e8 e4 fd 13548 13579 lea sp, [bp-004h] ; 8d 66 fc 13549 13580 pop di ; 5f … … 13551 13582 pop bp ; 5d 13552 13583 retn ; c3 13553 apm_out_str_: ; 0xf91 4fLB 0x3913584 apm_out_str_: ; 0xf9195 LB 0x39 13554 13585 push bp ; 55 13555 13586 mov bp, sp ; 89 e5 … … 13557 13588 mov bx, ax ; 89 c3 13558 13589 cmp byte [bx], 000h ; 80 3f 00 13559 je short 091 64h ; 74 0a13590 je short 091aah ; 74 0a 13560 13591 mov al, byte [bx] ; 8a 07 13561 13592 out DX, AL ; ee … … 13564 13595 db 00ah, 0c0h 13565 13596 ; or al, al ; 0a c0 13566 jne short 091 5ch ; 75 f813597 jne short 091a2h ; 75 f8 13567 13598 lea sp, [bp-002h] ; 8d 66 fe 13568 13599 pop bx ; 5b 13569 13600 pop bp ; 5d 13570 13601 retn ; c3 13571 stosw ; ab13602 db 0f1h 13572 13603 xchg cx, ax ; 91 13573 jnbe short 09100h ; 77 92 13574 mov bp, 0d891h ; bd 91 d8 13575 xchg cx, ax ; 91 13576 jnbe short 09106h ; 77 92 13577 add dx, word [bp+si-06d89h] ; 03 92 77 92 13578 or byte [bp+si-06db4h], dl ; 08 92 4c 92 13579 dec sp ; 4c 13604 mov bp, 00392h ; bd 92 03 13580 13605 xchg dx, ax ; 92 13581 dec sp ; 4c13606 push DS ; 1e 13582 13607 xchg dx, ax ; 92 13583 inc di ; 4713608 mov bp, 04992h ; bd 92 49 13584 13609 xchg dx, ax ; 92 13585 dec sp ; 4c13610 mov bp, 04e92h ; bd 92 4e 13586 13611 xchg dx, ax ; 92 13587 dec sp ; 4c13588 13612 xchg dx, ax ; 92 13589 inc ax ; 4013590 13613 xchg dx, ax ; 92 13591 _apm_function: ; 0xf9188 LB 0xf5 13614 xchg dx, ax ; 92 13615 xchg dx, ax ; 92 13616 xchg dx, ax ; 92 13617 xchg dx, ax ; 92 13618 lea dx, [bp+si-06d6eh] ; 8d 92 92 92 13619 xchg dx, ax ; 92 13620 xchg dx, ax ; 92 13621 db 086h 13622 xchg dx, ax ; 92 13623 _apm_function: ; 0xf91ce LB 0xf5 13592 13624 push bp ; 55 13593 13625 mov bp, sp ; 89 e5 … … 13597 13629 xor ah, ah ; 30 e4 13598 13630 cmp ax, strict word 0000eh ; 3d 0e 00 13599 jnbe near 092 4ch ; 0f 87 b0 0013631 jnbe near 09292h ; 0f 87 b0 00 13600 13632 mov bx, ax ; 89 c3 13601 13633 add bx, ax ; 01 c3 13602 13634 mov dx, word [bp+018h] ; 8b 56 18 13603 13635 or dl, 001h ; 80 ca 01 13604 jmp word [cs:bx-06e 96h] ; 2e ff a7 6a9113636 jmp word [cs:bx-06e50h] ; 2e ff a7 b0 91 13605 13637 mov word [bp+012h], 00102h ; c7 46 12 02 01 13606 13638 mov word [bp+00ch], 0504dh ; c7 46 0c 4d 50 13607 13639 mov word [bp+010h], strict word 00003h ; c7 46 10 03 00 13608 jmp near 092 77h ; e9 ba 0013640 jmp near 092bdh ; e9 ba 00 13609 13641 mov word [bp+012h], 0f000h ; c7 46 12 00 f0 13610 mov word [bp+00ch], 09 7d4h ; c7 46 0c d4 9713642 mov word [bp+00ch], 09824h ; c7 46 0c 24 98 13611 13643 mov word [bp+010h], 0f000h ; c7 46 10 00 f0 13612 13644 mov ax, strict word 0fff0h ; b8 f0 ff 13613 13645 mov word [bp+006h], ax ; 89 46 06 13614 13646 mov word [bp+004h], ax ; 89 46 04 13615 jmp near 092 77h ; e9 9f 0013647 jmp near 092bdh ; e9 9f 00 13616 13648 mov word [bp+012h], 0f000h ; c7 46 12 00 f0 13617 13649 mov word [bp+00ch], 0da40h ; c7 46 0c 40 da … … 13626 13658 mov si, ax ; 89 c6 13627 13659 sal esi, 010h ; 66 c1 e6 10 13628 jmp near 092 77h ; e9 74 0013660 jmp near 092bdh ; e9 74 00 13629 13661 sti ; fb 13630 13662 hlt ; f4 13631 jmp near 092 77h ; e9 6f 0013663 jmp near 092bdh ; e9 6f 00 13632 13664 cmp word [bp+010h], strict byte 00003h ; 83 7e 10 03 13633 je short 092 2dh ; 74 1f13665 je short 09273h ; 74 1f 13634 13666 cmp word [bp+010h], strict byte 00002h ; 83 7e 10 02 13635 je short 092 25h ; 74 1113667 je short 0926bh ; 74 11 13636 13668 cmp word [bp+010h], strict byte 00001h ; 83 7e 10 01 13637 jne short 092 35h ; 75 1b13669 jne short 0927bh ; 75 1b 13638 13670 mov dx, 08900h ; ba 00 89 13639 13671 mov ax, 00d12h ; b8 12 0d 13640 call 091 4fh ; e8 2c ff13641 jmp short 092 77h ; eb 5213672 call 09195h ; e8 2c ff 13673 jmp short 092bdh ; eb 52 13642 13674 mov dx, 08900h ; ba 00 89 13643 13675 mov ax, 00d1ah ; b8 1a 0d 13644 jmp short 092 20h ; eb f313676 jmp short 09266h ; eb f3 13645 13677 mov dx, 08900h ; ba 00 89 13646 13678 mov ax, 00d22h ; b8 22 0d 13647 jmp short 092 20h ; eb eb13679 jmp short 09266h ; eb eb 13648 13680 or ah, 00ah ; 80 cc 0a 13649 13681 mov word [bp+012h], ax ; 89 46 12 13650 13682 mov word [bp+018h], dx ; 89 56 18 13651 jmp short 092 77h ; eb 3713683 jmp short 092bdh ; eb 37 13652 13684 mov word [bp+012h], 00102h ; c7 46 12 02 01 13653 jmp short 092 77h ; eb 3013685 jmp short 092bdh ; eb 30 13654 13686 or ah, 080h ; 80 cc 80 13655 jmp short 092 38h ; eb ec13687 jmp short 0927eh ; eb ec 13656 13688 mov bx, 00da8h ; bb a8 0d 13657 13689 mov cx, ds ; 8c d9 13658 13690 mov ax, strict word 00004h ; b8 04 00 13659 call 01931h ; e8 da8613691 call 01931h ; e8 94 86 13660 13692 push word [bp+00ch] ; ff 76 0c 13661 13693 push word [bp+012h] ; ff 76 12 13662 13694 push 00d2bh ; 68 2b 0d 13663 13695 push strict byte 00004h ; 6a 04 13664 call 01972h ; e8 0d 8713696 call 01972h ; e8 c7 86 13665 13697 add sp, strict byte 00008h ; 83 c4 08 13666 13698 mov ax, word [bp+012h] ; 8b 46 12 … … 13673 13705 pop bp ; 5d 13674 13706 retn ; c3 13675 pci16_select_reg_: ; 0xf92 7dLB 0x2413707 pci16_select_reg_: ; 0xf92c3 LB 0x24 13676 13708 push bp ; 55 13677 13709 mov bp, sp ; 89 e5 … … 13690 13722 pop bp ; 5d 13691 13723 retn ; c3 13692 pci16_find_device_: ; 0xf92 a1LB 0xf713724 pci16_find_device_: ; 0xf92e7 LB 0xf7 13693 13725 push bp ; 55 13694 13726 mov bp, sp ; 89 e5 … … 13704 13736 mov byte [bp-008h], 000h ; c6 46 f8 00 13705 13737 test bl, 007h ; f6 c3 07 13706 jne short 09 2e9h ; 75 2d13738 jne short 0932fh ; 75 2d 13707 13739 mov dx, strict word 0000eh ; ba 0e 00 13708 13740 mov ax, bx ; 89 d8 13709 call 092 7dh ; e8 b9 ff13741 call 092c3h ; e8 b9 ff 13710 13742 mov dx, 00cfeh ; ba fe 0c 13711 13743 in AL, DX ; ec … … 13714 13746 mov byte [bp-006h], al ; 88 46 fa 13715 13747 cmp AL, strict byte 0ffh ; 3c ff 13716 jne short 09 2d7h ; 75 0613748 jne short 0931dh ; 75 06 13717 13749 add bx, strict byte 00008h ; 83 c3 08 13718 jmp near 093 6ah ; e9 93 0013750 jmp near 093b0h ; e9 93 00 13719 13751 test byte [bp-006h], 080h ; f6 46 fa 80 13720 je short 09 2e4h ; 74 0713752 je short 0932ah ; 74 07 13721 13753 mov word [bp-00ah], strict word 00001h ; c7 46 f6 01 00 13722 jmp short 09 2e9h ; eb 0513754 jmp short 0932fh ; eb 05 13723 13755 mov word [bp-00ah], strict word 00008h ; c7 46 f6 08 00 13724 13756 mov al, byte [bp-006h] ; 8a 46 fa 13725 13757 and AL, strict byte 007h ; 24 07 13726 13758 cmp AL, strict byte 001h ; 3c 01 13727 jne short 093 11h ; 75 1f13759 jne short 09357h ; 75 1f 13728 13760 mov ax, bx ; 89 d8 13729 13761 shr ax, 008h ; c1 e8 08 13730 13762 test ax, ax ; 85 c0 13731 jne short 093 11h ; 75 1613763 jne short 09357h ; 75 16 13732 13764 mov dx, strict word 0001ah ; ba 1a 00 13733 13765 mov ax, bx ; 89 d8 13734 call 092 7dh ; e8 7a ff13766 call 092c3h ; e8 7a ff 13735 13767 mov dx, 00cfeh ; ba fe 0c 13736 13768 in AL, DX ; ec … … 13738 13770 ; sub ah, ah ; 2a e4 13739 13771 cmp al, byte [bp-008h] ; 3a 46 f8 13740 jbe short 093 11h ; 76 0313772 jbe short 09357h ; 76 03 13741 13773 mov byte [bp-008h], al ; 88 46 f8 13742 13774 test di, di ; 85 ff 13743 je short 093 1ah ; 74 0513775 je short 09360h ; 74 05 13744 13776 mov dx, strict word 00008h ; ba 08 00 13745 jmp short 093 1ch ; eb 0213777 jmp short 09362h ; eb 02 13746 13778 xor dx, dx ; 31 d2 13747 13779 mov ax, bx ; 89 d8 13748 call 092 7dh ; e8 5c ff13780 call 092c3h ; e8 5c ff 13749 13781 mov dx, 00cfch ; ba fc 0c 13750 13782 in eax, DX ; 66 ed … … 13757 13789 mov word [bp-010h], strict word 00000h ; c7 46 f0 00 00 13758 13790 test di, di ; 85 ff 13759 je short 093 4bh ; 74 0f13791 je short 09391h ; 74 0f 13760 13792 mov cx, strict word 00008h ; b9 08 00 13761 13793 shr dx, 1 ; d1 ea 13762 13794 rcr ax, 1 ; d1 d8 13763 loop 093 3fh ; e2 fa13795 loop 09385h ; e2 fa 13764 13796 mov word [bp-00eh], ax ; 89 46 f2 13765 13797 mov word [bp-00ch], dx ; 89 56 f4 13766 13798 mov ax, word [bp-00ch] ; 8b 46 f4 13767 13799 cmp ax, word [bp-014h] ; 3b 46 ec 13768 jne short 093 5bh ; 75 0813800 jne short 093a1h ; 75 08 13769 13801 mov ax, word [bp-00eh] ; 8b 46 f2 13770 13802 cmp ax, word [bp-012h] ; 3b 46 ee 13771 je short 093 61h ; 74 0613803 je short 093a7h ; 74 06 13772 13804 cmp word [bp-010h], strict byte 00000h ; 83 7e f0 00 13773 je short 093 67h ; 74 0613805 je short 093adh ; 74 06 13774 13806 dec si ; 4e 13775 13807 cmp si, strict byte 0ffffh ; 83 fe ff 13776 je short 093 79h ; 74 1213808 je short 093bfh ; 74 12 13777 13809 add bx, word [bp-00ah] ; 03 5e f6 13778 13810 mov dx, bx ; 89 da … … 13780 13812 movzx ax, byte [bp-008h] ; 0f b6 46 f8 13781 13813 cmp dx, ax ; 39 c2 13782 jbe near 092 b7h ; 0f 86 3e ff13814 jbe near 092fdh ; 0f 86 3e ff 13783 13815 cmp si, strict byte 0ffffh ; 83 fe ff 13784 jne short 093 82h ; 75 0413816 jne short 093c8h ; 75 04 13785 13817 mov ax, bx ; 89 d8 13786 jmp short 093 85h ; eb 0313818 jmp short 093cbh ; eb 03 13787 13819 mov ax, strict word 0ffffh ; b8 ff ff 13788 13820 lea sp, [bp-004h] ; 8d 66 fc … … 13791 13823 pop bp ; 5d 13792 13824 retn ; c3 13793 jp short 09322h ; 7a 9413825 rcl byte [si-06b26h], 0edh ; c0 94 da 94 ed 13794 13826 xchg sp, ax ; 94 13795 xchg sp, ax ; 94 13796 cmpsw ; a7 13797 xchg sp, ax ; 94 13798 mov sp, 0cf94h ; bc 94 cf 13799 xchg sp, ax ; 94 13800 loop 0932ch ; e2 94 13801 _pci16_function: ; 0xf9398 LB 0x1d7 13827 add dl, byte [di-06aebh] ; 02 95 15 95 13828 db 028h 13829 xchg bp, ax ; 95 13830 _pci16_function: ; 0xf93de LB 0x1d7 13802 13831 push bp ; 55 13803 13832 mov bp, sp ; 89 e5 … … 13813 13842 xor ah, ah ; 30 e4 13814 13843 cmp bx, strict byte 00003h ; 83 fb 03 13815 jc short 09 3d1h ; 72 1a13816 jbe short 094 29h ; 76 7013844 jc short 09417h ; 72 1a 13845 jbe short 0946fh ; 76 70 13817 13846 cmp bx, strict byte 0000eh ; 83 fb 0e 13818 je near 09 4f6h ; 0f 84 36 0113847 je near 0953ch ; 0f 84 36 01 13819 13848 cmp bx, strict byte 00008h ; 83 fb 08 13820 jc near 095 3bh ; 0f 82 74 0113849 jc near 09581h ; 0f 82 74 01 13821 13850 cmp bx, strict byte 0000dh ; 83 fb 0d 13822 jbe near 094 4eh ; 0f 86 80 0013823 jmp near 095 3bh ; e9 6a 0113851 jbe near 09494h ; 0f 86 80 00 13852 jmp near 09581h ; e9 6a 01 13824 13853 cmp bx, strict byte 00002h ; 83 fb 02 13825 je short 09 3f9h ; 74 2313854 je short 0943fh ; 74 23 13826 13855 cmp bx, strict byte 00001h ; 83 fb 01 13827 jne near 095 3bh ; 0f 85 5e 0113856 jne near 09581h ; 0f 85 5e 01 13828 13857 mov word [bp+020h], strict word 00001h ; c7 46 20 01 00 13829 13858 mov word [bp+014h], 00210h ; c7 46 14 10 02 … … 13831 13860 mov word [bp+018h], 04350h ; c7 46 18 50 43 13832 13861 mov word [bp+01ah], 02049h ; c7 46 1a 49 20 13833 jmp near 095 68h ; e9 6f 0113862 jmp near 095aeh ; e9 6f 01 13834 13863 cmp word [bp+018h], strict byte 0ffffh ; 83 7e 18 ff 13835 jne short 094 05h ; 75 0613864 jne short 0944bh ; 75 06 13836 13865 or ah, 083h ; 80 cc 83 13837 jmp near 095 61h ; e9 5c 0113866 jmp near 095a7h ; e9 5c 01 13838 13867 mov bx, word [bp+008h] ; 8b 5e 08 13839 13868 mov dx, word [bp+01ch] ; 8b 56 1c 13840 13869 mov ax, word [bp+018h] ; 8b 46 18 13841 13870 xor cx, cx ; 31 c9 13842 call 092 a1h ; e8 8e fe13871 call 092e7h ; e8 8e fe 13843 13872 cmp ax, strict word 0ffffh ; 3d ff ff 13844 jne short 094 23h ; 75 0b13873 jne short 09469h ; 75 0b 13845 13874 mov ax, word [bp+020h] ; 8b 46 20 13846 13875 xor ah, ah ; 30 e4 13847 13876 or ah, 086h ; 80 cc 86 13848 jmp near 095 61h ; e9 3e 0113877 jmp near 095a7h ; e9 3e 01 13849 13878 mov word [bp+014h], ax ; 89 46 14 13850 jmp near 095 68h ; e9 3f 0113879 jmp near 095aeh ; e9 3f 01 13851 13880 mov bx, word [bp+008h] ; 8b 5e 08 13852 13881 mov ax, word [bp+01ch] ; 8b 46 1c 13853 13882 mov dx, word [bp+01eh] ; 8b 56 1e 13854 13883 mov cx, strict word 00001h ; b9 01 00 13855 call 092 a1h ; e8 69 fe13884 call 092e7h ; e8 69 fe 13856 13885 cmp ax, strict word 0ffffh ; 3d ff ff 13857 jne short 094 48h ; 75 0b13886 jne short 0948eh ; 75 0b 13858 13887 mov ax, word [bp+020h] ; 8b 46 20 13859 13888 xor ah, ah ; 30 e4 13860 13889 or ah, 086h ; 80 cc 86 13861 jmp near 095 61h ; e9 19 0113890 jmp near 095a7h ; e9 19 01 13862 13891 mov word [bp+014h], ax ; 89 46 14 13863 jmp near 095 68h ; e9 1a 0113892 jmp near 095aeh ; e9 1a 01 13864 13893 cmp word [bp+004h], 00100h ; 81 7e 04 00 01 13865 jc short 094 5bh ; 72 0613894 jc short 094a1h ; 72 06 13866 13895 or ah, 087h ; 80 cc 87 13867 jmp near 095 61h ; e9 06 0113896 jmp near 095a7h ; e9 06 01 13868 13897 mov dx, word [bp+004h] ; 8b 56 04 13869 13898 mov ax, word [bp+014h] ; 8b 46 14 13870 call 092 7dh ; e8 19 fe13899 call 092c3h ; e8 19 fe 13871 13900 mov bx, word [bp+020h] ; 8b 5e 20 13872 13901 xor bh, bh ; 30 ff 13873 13902 sub bx, strict byte 00008h ; 83 eb 08 13874 13903 cmp bx, strict byte 00005h ; 83 fb 05 13875 jnbe near 095 68h ; 0f 87 f5 0013904 jnbe near 095aeh ; 0f 87 f5 00 13876 13905 add bx, bx ; 01 db 13877 jmp word [cs:bx-06c 74h] ; 2e ff a7 8c9313906 jmp word [cs:bx-06c2eh] ; 2e ff a7 d2 93 13878 13907 mov bx, word [bp+01ch] ; 8b 5e 1c 13879 13908 xor bl, bl ; 30 db … … 13886 13915 or bx, ax ; 09 c3 13887 13916 mov word [bp+01ch], bx ; 89 5e 1c 13888 jmp near 095 68h ; e9 d4 0013917 jmp near 095aeh ; e9 d4 00 13889 13918 mov dx, word [bp+004h] ; 8b 56 04 13890 13919 xor dh, dh ; 30 f6 … … 13893 13922 in ax, DX ; ed 13894 13923 mov word [bp+01ch], ax ; 89 46 1c 13895 jmp near 095 68h ; e9 c1 0013924 jmp near 095aeh ; e9 c1 00 13896 13925 mov dx, 00cfch ; ba fc 0c 13897 13926 in eax, DX ; 66 ed … … 13902 13931 mov word [bp+01ch], ax ; 89 46 1c 13903 13932 mov word [bp+01eh], dx ; 89 56 1e 13904 jmp near 095 68h ; e9 ac 0013933 jmp near 095aeh ; e9 ac 00 13905 13934 mov ax, word [bp+01ch] ; 8b 46 1c 13906 13935 mov dx, word [bp+004h] ; 8b 56 04 … … 13909 13938 add dx, 00cfch ; 81 c2 fc 0c 13910 13939 out DX, AL ; ee 13911 jmp near 095 68h ; e9 99 0013940 jmp near 095aeh ; e9 99 00 13912 13941 mov ax, word [bp+01ch] ; 8b 46 1c 13913 13942 mov dx, word [bp+004h] ; 8b 56 04 … … 13916 13945 add dx, 00cfch ; 81 c2 fc 0c 13917 13946 out DX, ax ; ef 13918 jmp near 095 68h ; e9 86 0013947 jmp near 095aeh ; e9 86 00 13919 13948 mov ax, word [bp+01ch] ; 8b 46 1c 13920 13949 mov cx, word [bp+01eh] ; 8b 4e 1e … … 13925 13954 ; mov ax, cx ; 8b c1 13926 13955 out DX, eax ; 66 ef 13927 jmp short 095 68h ; eb 7213956 jmp short 095aeh ; eb 72 13928 13957 mov bx, word [bp+004h] ; 8b 5e 04 13929 13958 mov es, [bp+026h] ; 8e 46 26 … … 13932 13961 mov cx, word [0f4a0h] ; 8b 0e a0 f4 13933 13962 cmp cx, word [es:bx] ; 26 3b 0f 13934 jbe short 095 1ch ; 76 1113963 jbe short 09562h ; 76 11 13935 13964 mov ax, word [bp+020h] ; 8b 46 20 13936 13965 xor ah, ah ; 30 e4 … … 13938 13967 mov word [bp+020h], ax ; 89 46 20 13939 13968 or word [bp+02ch], strict byte 00001h ; 83 4e 2c 01 13940 jmp short 095 30h ; eb 1413969 jmp short 09576h ; eb 14 13941 13970 les di, [es:bx+002h] ; 26 c4 7f 02 13942 13971 mov si, 0f2c0h ; be c0 f2 … … 13950 13979 les bx, [bp-008h] ; c4 5e f8 13951 13980 mov word [es:bx], ax ; 26 89 07 13952 jmp short 095 68h ; eb 2d13981 jmp short 095aeh ; eb 2d 13953 13982 mov bx, 00da8h ; bb a8 0d 13954 13983 mov cx, ds ; 8c d9 13955 13984 mov ax, strict word 00004h ; b8 04 00 13956 call 01931h ; e8 eb8313985 call 01931h ; e8 a5 83 13957 13986 mov ax, word [bp+014h] ; 8b 46 14 13958 13987 push ax ; 50 … … 13961 13990 push 00d5eh ; 68 5e 0d 13962 13991 push strict byte 00004h ; 6a 04 13963 call 01972h ; e8 1c 8413992 call 01972h ; e8 d6 83 13964 13993 add sp, strict byte 00008h ; 83 c4 08 13965 13994 mov ax, word [bp+020h] ; 8b 46 20 … … 13973 14002 pop bp ; 5d 13974 14003 retn ; c3 13975 pci_find_classcode_: ; 0xf95 6fLB 0x2b14004 pci_find_classcode_: ; 0xf95b5 LB 0x2b 13976 14005 push bp ; 55 13977 14006 mov bp, sp ; 89 e5 … … 13988 14017 int 01ah ; cd 1a 13989 14018 cmp ah, 000h ; 80 fc 00 13990 je near 095 90h ; 0f 84 03 0014019 je near 095d6h ; 0f 84 03 00 13991 14020 mov bx, strict word 0ffffh ; bb ff ff 13992 14021 mov ax, bx ; 89 d8 … … 13997 14026 pop bp ; 5d 13998 14027 retn ; c3 13999 pci_read_config_byte_: ; 0xf95 9aLB 0x2414028 pci_read_config_byte_: ; 0xf95e0 LB 0x24 14000 14029 push bp ; 55 14001 14030 mov bp, sp ; 89 e5 … … 14016 14045 pop bp ; 5d 14017 14046 retn ; c3 14018 pci_read_config_word_: ; 0xf9 5beLB 0x2214047 pci_read_config_word_: ; 0xf9604 LB 0x22 14019 14048 push bp ; 55 14020 14049 mov bp, sp ; 89 e5 … … 14035 14064 pop bp ; 5d 14036 14065 retn ; c3 14037 pci_read_config_dword_: ; 0xf9 5e0LB 0x2714066 pci_read_config_dword_: ; 0xf9626 LB 0x27 14038 14067 push bp ; 55 14039 14068 mov bp, sp ; 89 e5 … … 14056 14085 pop bp ; 5d 14057 14086 retn ; c3 14058 vds_is_present_: ; 0xf96 07LB 0x1d14087 vds_is_present_: ; 0xf964d LB 0x1d 14059 14088 push bx ; 53 14060 14089 push bp ; 55 … … 14064 14093 mov es, ax ; 8e c0 14065 14094 test byte [es:bx], 020h ; 26 f6 07 20 14066 je short 096 1fh ; 74 0614095 je short 09665h ; 74 06 14067 14096 mov ax, strict word 00001h ; b8 01 00 14068 14097 pop bp ; 5d … … 14073 14102 pop bx ; 5b 14074 14103 retn ; c3 14075 vds_real_to_lin_: ; 0xf96 24LB 0x1e14104 vds_real_to_lin_: ; 0xf966a LB 0x1e 14076 14105 push bx ; 53 14077 14106 push cx ; 51 … … 14084 14113 sal ax, 1 ; d1 e0 14085 14114 rcl dx, 1 ; d1 d2 14086 loop 096 32h ; e2 fa14115 loop 09678h ; e2 fa 14087 14116 xor cx, cx ; 31 c9 14088 14117 add ax, bx ; 01 d8 … … 14092 14121 pop bx ; 5b 14093 14122 retn ; c3 14094 vds_build_sg_list_: ; 0xf96 42LB 0x7914123 vds_build_sg_list_: ; 0xf9688 LB 0x79 14095 14124 push bp ; 55 14096 14125 mov bp, sp ; 89 e5 … … 14106 14135 mov bx, word [bp+006h] ; 8b 5e 06 14107 14136 mov word [es:di+002h], bx ; 26 89 5d 02 14108 call 096 24h ; e8 c3 ff14137 call 0966ah ; e8 c3 ff 14109 14138 mov es, si ; 8e c6 14110 14139 mov word [es:di+004h], ax ; 26 89 45 04 14111 14140 mov word [es:di+006h], dx ; 26 89 55 06 14112 14141 mov word [es:di+008h], strict word 00000h ; 26 c7 45 08 00 00 14113 call 096 07h ; e8 93 ff14142 call 0964dh ; e8 93 ff 14114 14143 test ax, ax ; 85 c0 14115 je short 096 8bh ; 74 1314144 je short 096d1h ; 74 13 14116 14145 mov es, si ; 8e c6 14117 14146 mov ax, 08105h ; b8 05 81 14118 14147 mov dx, strict word 00000h ; ba 00 00 14119 14148 int 04bh ; cd 4b 14120 jc near 096 88h ; 0f 82 02 0014149 jc near 096ceh ; 0f 82 02 00 14121 14150 db 032h, 0c0h 14122 14151 ; xor al, al ; 32 c0 14123 14152 cbw ; 98 14124 jmp short 096 b2h ; eb 2714153 jmp short 096f8h ; eb 27 14125 14154 mov es, si ; 8e c6 14126 14155 mov word [es:di+00eh], strict word 00001h ; 26 c7 45 0e 01 00 … … 14139 14168 pop bp ; 5d 14140 14169 retn 00004h ; c2 04 00 14141 vds_free_sg_list_: ; 0xf9 6bb LB 0x3514170 vds_free_sg_list_: ; 0xf9701 LB 0x3f 14142 14171 push bp ; 55 14143 14172 mov bp, sp ; 89 e5 … … 14145 14174 push di ; 57 14146 14175 mov bx, ax ; 89 c3 14147 call 096 07h ; e8 42 ff14176 call 0964dh ; e8 42 ff 14148 14177 test ax, ax ; 85 c0 14149 je short 09 6dch ; 74 1314178 je short 09722h ; 74 13 14150 14179 mov di, bx ; 89 df 14151 14180 mov es, dx ; 8e c2 … … 14153 14182 mov dx, strict word 00000h ; ba 00 00 14154 14183 int 04bh ; cd 4b 14155 jc near 09 6dbh ; 0f 82 02 0014184 jc near 09721h ; 0f 82 02 00 14156 14185 db 032h, 0c0h 14157 14186 ; xor al, al ; 32 c0 … … 14164 14193 pop bp ; 5d 14165 14194 retn ; c3 14166 times 0x 5db 014167 __U4D: ; 0xf9 6f0 LB 0x3914195 times 0xf db 0 14196 __U4D: ; 0xf9740 LB 0x39 14168 14197 pushfw ; 9c 14169 14198 push eax ; 66 50 … … 14195 14224 popfw ; 9d 14196 14225 retn ; c3 14197 __U4M: ; 0xf97 29 LB 0x3114226 __U4M: ; 0xf9779 LB 0x31 14198 14227 pushfw ; 9c 14199 14228 push eax ; 66 50 … … 14220 14249 popfw ; 9d 14221 14250 retn ; c3 14222 _fmemset_: ; 0xf97 5a LB 0xd14251 _fmemset_: ; 0xf97aa LB 0xd 14223 14252 push di ; 57 14224 14253 mov es, dx ; 8e c2 … … 14230 14259 pop di ; 5f 14231 14260 retn ; c3 14232 _fmemcpy_: ; 0xf97 67 LB 0x3314261 _fmemcpy_: ; 0xf97b7 LB 0x33 14233 14262 push bp ; 55 14234 14263 db 08bh, 0ech … … 14250 14279 leave ; c9 14251 14280 retn ; c3 14252 add byte [bx+si-04d69h], dh ; 00 b0 97 b2 14253 xchg di, ax ; 97 14254 mov DH, strict byte 097h ; b6 97 14255 mov DH, strict byte 097h ; b6 97 14256 mov DH, strict byte 097h ; b6 97 14257 mov ax, 0b897h ; b8 97 b8 14258 xchg di, ax ; 97 14259 mov dx, 0be97h ; ba 97 be 14260 xchg di, ax ; 97 14261 mov si, 0c097h ; be 97 c0 14262 xchg di, ax ; 97 14263 lds dx, [bx-06839h] ; c5 97 c7 97 14264 apm_worker: ; 0xf979a LB 0x3a 14281 add byte [bx+si], al ; 00 00 14282 cbw ; 98 14283 add bl, byte [bx+si-067fah] ; 02 98 06 98 14284 push ES ; 06 14285 cbw ; 98 14286 push ES ; 06 14287 cbw ; 98 14288 or byte [bx+si-067f8h], bl ; 08 98 08 98 14289 or bl, byte [bx+si-067f2h] ; 0a 98 0e 98 14290 push CS ; 0e 14291 cbw ; 98 14292 adc byte [bx+si-067ebh], bl ; 10 98 15 98 14293 pop SS ; 17 14294 cbw ; 98 14295 apm_worker: ; 0xf97ea LB 0x3a 14265 14296 sti ; fb 14266 14297 push ax ; 50 … … 14274 14305 pop ax ; 58 14275 14306 mov AH, strict byte 053h ; b4 53 14276 jnc short 09 7d0h ; 73 2514277 jmp word [cs:bp-068 80h] ; 2e ff a6 80 9714278 jmp short 09 7ceh ; eb 1c14307 jnc short 09820h ; 73 25 14308 jmp word [cs:bp-06830h] ; 2e ff a6 d0 97 14309 jmp short 0981eh ; eb 1c 14279 14310 sti ; fb 14280 14311 hlt ; f4 14281 jmp short 09 7ceh ; eb 1814282 jmp short 09 7ceh ; eb 1614283 jmp short 09 7d0h ; eb 1614312 jmp short 0981eh ; eb 18 14313 jmp short 0981eh ; eb 16 14314 jmp short 09820h ; eb 16 14284 14315 mov AH, strict byte 080h ; b4 80 14285 jmp short 09 7d2h ; eb 1414286 jmp short 09 7d0h ; eb 1014316 jmp short 09822h ; eb 14 14317 jmp short 09820h ; eb 10 14287 14318 mov ax, 00102h ; b8 02 01 14288 jmp short 09 7ceh ; eb 0914289 jmp short 09 7ceh ; eb 0714319 jmp short 0981eh ; eb 09 14320 jmp short 0981eh ; eb 07 14290 14321 mov BL, strict byte 000h ; b3 00 14291 14322 mov cx, strict word 00000h ; b9 00 00 14292 jmp short 09 7ceh ; eb 0014323 jmp short 0981eh ; eb 00 14293 14324 clc ; f8 14294 14325 retn ; c3 … … 14296 14327 stc ; f9 14297 14328 retn ; c3 14298 apm_pm16_entry: ; 0xf9 7d4 LB 0x1114329 apm_pm16_entry: ; 0xf9824 LB 0x11 14299 14330 mov AH, strict byte 002h ; b4 02 14300 14331 push DS ; 1e … … 14304 14335 add bp, strict byte 00008h ; 83 c5 08 14305 14336 mov ds, bp ; 8e dd 14306 call 097 9ah ; e8 b8 ff14337 call 097eah ; e8 b8 ff 14307 14338 pop bp ; 5d 14308 14339 pop DS ; 1f 14309 14340 retf ; cb 14310 14341 14311 ; Padding 0x4 21b bytes at 0xf97e514312 times 16 923 db 014342 ; Padding 0x41cb bytes at 0xf9835 14343 times 16843 db 0 14313 14344 14314 14345 section BIOS32 progbits vstart=0xda00 align=1 ; size=0x3cb class=CODE group=AUTO … … 14357 14388 add bp, strict byte 00008h ; 83 c5 08 14358 14389 push ebp ; 66 55 14359 mov bp, 09 7d6h ; bd d6 9714390 mov bp, 09826h ; bd 26 98 14360 14391 add byte [bx+si], al ; 00 00 14361 14392 push ebp ; 66 55 … … 15079 15110 call 01badh ; e8 71 38 15080 15111 call 01fa7h ; e8 68 3c 15081 call 090 51h ; e8 0fad15082 call 080 a8h ; e8 639d15112 call 09097h ; e8 55 ad 15113 call 080d3h ; e8 8e 9d 15083 15114 call 0ed2fh ; e8 e7 09 15084 15115 call 0e2d2h ; e8 87 ff … … 16080 16111 popfw ; 9d 16081 16112 jmp short 0f895h ; eb 13 16082 call 091 88h ; e8 039916113 call 091ceh ; e8 49 99 16083 16114 jmp short 0f87ch ; eb f5 16084 16115 int15_handler_mouse: ; 0xff887 LB 0x5 … … 16209 16240 db 018h, 018h, 018h, 000h, 018h, 018h, 018h, 000h, 0e0h, 030h, 030h, 01ch, 030h, 030h, 0e0h, 000h 16210 16241 db 076h, 0dch, 000h, 000h, 000h, 000h, 000h, 000h, 000h, 010h, 038h, 06ch, 0c6h, 0c6h, 0feh, 000h 16211 db 080h, 0fch, 0b1h, 075h, 00fh, 006h, 01eh, 00eh, 01fh, 0fch, 066h, 060h, 0e8h, 0 1bh, 095h, 066h16242 db 080h, 0fch, 0b1h, 075h, 00fh, 006h, 01eh, 00eh, 01fh, 0fch, 066h, 060h, 0e8h, 061h, 095h, 066h 16212 16243 db 061h, 01fh, 007h, 0cfh, 006h, 01eh, 060h, 00eh, 01fh, 0fch, 0e8h, 0cah, 06dh, 061h, 01fh, 007h 16213 16244 db 0cfh … … 16318 16349 cpu_reset: ; 0xffff0 LB 0x10 16319 16350 jmp far 0f000h:0e05bh ; ea 5b e0 00 f0 16320 db 030h, 036h, 02fh, 032h, 033h, 02fh, 039h, 039h, 000h, 0fch, 0 5dh16351 db 030h, 036h, 02fh, 032h, 033h, 02fh, 039h, 039h, 000h, 0fch, 03eh -
trunk/src/VBox/Devices/PC/BIOS/VBoxBiosAlternative.md5sum
r55078 r55260 1 52f20c4019f05d0a8b5d96985ecebb03*VBoxPcBios.rom1 dada536c6edc89409a8ebf3822aedeb9 *VBoxPcBios.rom
Note:
See TracChangeset
for help on using the changeset viewer.