Skip to content
Snippets Groups Projects
  1. Sep 12, 2014
    • Cody Cutler's avatar
      cmosgetdate() for system-call homework · aae4e749
      Cody Cutler authored
      the day of reckoning has come for the debug port "Shutdown" hack.
      
      instead of mucking with ACPI or using a new hack, the student will now write
      sys_date() using the cmosgetdate() helper.
      aae4e749
  2. Aug 27, 2014
  3. Aug 22, 2012
  4. Feb 17, 2012
  5. Sep 13, 2011
  6. Sep 02, 2011
  7. Sep 01, 2011
  8. Aug 29, 2011
  9. Aug 26, 2011
  10. Aug 16, 2011
    • Frans Kaashoek's avatar
      Clean up memlayout.h · c3dcf479
      Frans Kaashoek authored
      Get rid of last instances of linear address and "la"
      Get ready for detecting physical memory dynamically
      c3dcf479
  11. Aug 15, 2011
  12. Aug 09, 2011
  13. Jul 29, 2011
  14. Jul 27, 2011
  15. Jan 11, 2011
    • Russ Cox's avatar
      more trivial cleanup · 417c3711
      Russ Cox authored
      417c3711
    • Russ Cox's avatar
      make new code like old code · 1a81e38b
      Russ Cox authored
      Variable declarations at top of function,
      separate from initialization.
      
      Use == 0 instead of ! for checking pointers.
      
      Consistent spacing around {, *, casts.
      
      Declare 0-parameter functions as (void) not ().
      
      Integer valued functions return -1 on failure, 0 on success.
      1a81e38b
  16. Sep 27, 2010
  17. Sep 13, 2010
  18. Sep 02, 2010
  19. Aug 31, 2010
  20. Aug 30, 2010
  21. Aug 11, 2010
  22. Aug 10, 2010
  23. Aug 06, 2010
  24. Aug 05, 2010
  25. Jul 28, 2010
  26. Jul 25, 2010
  27. Jul 23, 2010
  28. Jul 02, 2010
  29. Oct 07, 2009
Loading