Skip to content
Snippets Groups Projects
  1. Sep 01, 2011
  2. Aug 29, 2011
  3. 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
  4. Aug 15, 2011
  5. Aug 08, 2011
  6. Jul 29, 2011
  7. Jan 11, 2011
    • 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
  8. Aug 31, 2010
  9. Aug 06, 2010
  10. Aug 05, 2010
  11. Jul 25, 2010
  12. Jul 02, 2010
  13. Aug 30, 2009
    • Russ Cox's avatar
      assorted fixes: · 48755214
      Russ Cox authored
       * rename c/cp to cpu/proc
       * rename cpu.context to cpu.scheduler
       * fix some comments
       * formatting for printout
      48755214
  14. Jul 11, 2009
  15. Sep 27, 2007
  16. Aug 14, 2007
  17. Aug 08, 2007
  18. Sep 07, 2006
  19. Sep 06, 2006
  20. Sep 03, 2006
  21. Aug 29, 2006
  22. Aug 10, 2006
  23. Jul 21, 2006
    • rtm's avatar
      bread · 11a9947f
      rtm authored
      iget
      mkfs makes a file system image
      put this in your .bochsrc:
      ata0-slave: type=disk, mode=flat, path="fs.img", cylinders=1024, heads=1, spt=1
      11a9947f
  24. Jul 20, 2006
  25. Jul 16, 2006
  26. Jun 12, 2006
    • rtm's avatar
      import · 55e95b16
      rtm authored
      55e95b16
Loading