Custom Query (45 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (28 - 30 of 45)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Ticket Resolution Summary Owner Reporter
#28 fixed NASM diver
Description

remove NASM from tools\os2.x86, as we have a nice rpm for it.

#35 fixed USBCALLS deviation to current USBCALLS.DLL erdmann
Description

Hallo,

I don't know if this is relevant or not.

the USBCALLS Interface has changed: http://trac.netlabs.org/usb/browser/basedrv/trunk/usbcalls/usbcalls.c

that is, it deviates from: http://trac.netlabs.org/vbox/browser/trunk/src/VBox/HostDrivers/VBoxUSB/os2/usbcalls.c

Lars

#37 fixed Kernel logging implementation Valery V. Sedletski
Description

Implement kernel logging. We need a logging function for all ring0 components.

1) Probably, we'll need a ring buffer like in DaniS506 (we could look in DaniS sources to use Daniela's implementation). Then we can copy it to a file with

copy vboxdrv$ vbox.log

2) OS/4 kernel has KernPrintf? KEE call, so we can use it too, as an option. Then use:

copy kernlog$ kernlog.txt

Note that it should not be limited in vboxdrv.sys, but use the single API for all Ring0 components, like *.r0, *.rc, VboxGuest?.sys from guest OS's, TAP driver etc.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Note: See TracQuery for help on using queries.