Displaying 3 results from an estimated 3 matches for "86h".
Did you mean:
86
2004 Jun 28
0
Broken BIOS time
...have a BIOS that has a broken timer.
I think tho that the user tick interrupt 1ch works.
I was trying to write four functions in assembler to fix the problem.
new_timer
check_timer
install_timer
uninstall_timer
The check timer was going to simply get the value of BIOS_timer use int 15h function 86h to sleep 1 tick then
compare the two values. If they were different then the timer is OK.
the new_timer was simply going to increment a variable.
the install function was going to install the new_timer into the vector table and change the value of
BIOS_timer to point to my new variable.
the un...
2005 Dec 09
2
Development Question for version 2.11 of isolinux
...t 16h
jnz booting_dvd ; boot from cd / dvd
xor ax,ax
mov ax,500 ; wait 0,5s
mov bx,1000 ; 1000 times
mul bx
mov cx,dx
mov dx,ax
mov ah,86h
int 15h
pop cx
loop sleep_loop
jmp boot_next_device
boot_next_device: mov si,boot_next_dev
call writestr
mov ax,-1
jmp local_boot...
2006 Aug 21
12
SCSI synchronize cache cmd
Hi,
I work on a support team for the Sun StorEdge 6920 and have a
question about the use of the SCSI sync cache command in Solaris
and ZFS. We have a bug in our 6920 software that exposes us to a
memory leak when we receive the SCSI sync cache command:
6456312 - SCSI Synchronize Cache Command is flawed
It will take some time for this bug fix to role out to the field so we
need to understand