[ros-bugs] [Bug 716] Problem with FreeLoader ( Clock and Month String)

ReactOS.Bugzilla at reactos.com ReactOS.Bugzilla at reactos.com
Fri Sep 9 23:21:55 CEST 2005


http://reactos.com/bugzilla/show_bug.cgi?id=716


gvg at reactos.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




------- Additional Comments From gvg at reactos.com  2005-09-09 23:21 -------
I'm blaming this on QEmu. We just ask the BIOS for the current date/time. When
running on QEmu, sometimes plain wrong numbers are returned (it seems QEmu
sometimes returns Seconds where it should return Month). Since the month number
was used to index an array of month names, we were reading outside the array,
giving bogus text. I've included (r17767) a check to see if the date/time values
are within range.
As for the clock running way too fast, that has to be a QEmu problem too. I've
checked the code which reads the date/time (by issuing BIOS interrupt 0x1a) and
it is very simple, I don't believe there is a bug in freeldr there.
Can't reproduce the lockup.

-- 
Configure bugmail: http://reactos.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


More information about the Ros-bugs mailing list