Xen 
 
Home About Xen.org Xen Xen Summit Wiki Mailing List Bug Tracker Xen Downloads
 
   
 

xen-devel

[Xen-devel] [PATCH] add timeouts to mini-os

Hi Gregor,

attached is a patch to mini-os. It removes the debug print of current time 
(which didnt work anyway) and adds support for timed sleeps. The application 
code now has a thread which is activated periodically (once every second) by 
means of the new sleep function and prints out the current time, so the 
program now actually does what the README says. The idle thread now blocks as 
long as necessary (i.e. until the nearest timeout expires) instead if the 
fixed 10 seconds as before.

Please review it and consider for inclusion.

Cheers

Rob

Attachment: minios.patch
Description: Text Data

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] [PATCH] add timeouts to mini-os, Robert Kaiser (FH) <=