rtclock.html 549 B

12345678910111213141516171819202122232425262728
  1. <html>
  2. <head>
  3. <title>rtclock</title>
  4. <body bgcolor=#ffffff>
  5. <h2 align=center>rtclock</h2>
  6. <h4 align=center>OS/161 Reference Manual</h4>
  7. <h3>Name</h3>
  8. rtclock - realtime clock
  9. <h3>Synopsis</h3>
  10. device rtclock0 at ltimer*
  11. <h3>Description</h3>
  12. The rtclock device is the generalized interface to the time of day. It
  13. provides the in-kernel function gettime().
  14. <p>
  15. Only the first clock attached is used. If no clock at all is found,
  16. the system will panic if gettime() is called.
  17. <p>
  18. <h3>See Also</h3>
  19. <A HREF=ltimer.html>ltimer</A>
  20. </body>
  21. </html>