VirtualBox

Custom Query (16363 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1381 - 1383 of 16363)

Ticket Resolution Summary Owner Reporter
#17744 fixed Guru Mediation in DOS while running Flat Assembler (FASM) (fixed in svn) darryl_seamans
Description

While running FASM in a MS-DOS 6.22 virtual environment, machine execution is halted. This happens whether or not I run CWSDPMI before running FASM, do a clean boot in DOS (F5 to bypass CONFIG.SYS and AUTOEXEC.BAT) or not, or anything else. Version 5.2.4 of VirtualBox hosting MS-DOS 6.22. I'm about to try v5.2.10.

#17742 obsolete UEFI BootServices SetTimer Interfval calc off dfatvb
Description

Although the following should result in triggering the timer every 1ms, under virtual box it will not result in triggering the timer ever 1ms but instead every 10ms, So other code that waits for 1 second actually waits 10 seconds. Can you fix!! Thanks.

#define FREQIN100NS   10000    // Frequency to request: 100ns * 10000 == 1ms

// these convert our settimer frequency above to frequency per second
// these don't need to be modified on frequency changed. 
#define NUM100NSIN1SEC (1000000000/100)
#define FREQINSECONDS (NUM100NSIN1SEC/FREQIN100NS)

    if (!EFI_ERROR(status=UEFI_BS->CreateEvent(EVT_TIMER|EVT_NOTIFY_SIGNAL, TPL_CALLBACK, MyTimerNotifyCallback, NULL, &MyTimerEvent))) {
      // created event - now set timer for callback every 1 millisecond 
      if (!EFI_ERROR(status=UEFI_BS->SetTimer(MyTimerEvent, TimerPeriodic, FREQIN100NS))) {
#17737 obsolete Sound is still broken in the 5.1.36 boxer01
Description

I create this ticket because the situation is still the same as in the 5.1.34 and nobody reacted on the last ticket for that version: #17614. All of the problems on different combinations are described in that ticket.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy