Displaying 1 result from an estimated 1 matches for "uninstall_timer".
Did you mean:
install_timer
2004 Jun 28
0
Broken BIOS time
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I 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...