Skip to content
Snippets Groups Projects
  1. Sep 10, 2012
  2. Sep 07, 2012
  3. Jul 27, 2011
  4. Feb 28, 2011
  5. 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
  6. Jan 10, 2011
  7. Jan 02, 2011
  8. Aug 31, 2010
  9. May 30, 2009
  10. Oct 08, 2008
  11. Sep 15, 2007
  12. Aug 27, 2007
  13. Aug 24, 2007
  14. Sep 08, 2006
    • rsc's avatar
      quiet · 72a590d9
      rsc authored
      72a590d9
  15. Sep 07, 2006
  16. Sep 06, 2006
  17. Aug 24, 2006
  18. Aug 23, 2006
  19. Aug 14, 2006
  20. Aug 09, 2006
  21. Aug 08, 2006
  22. Jul 28, 2006
  23. Jul 27, 2006
  24. Jul 21, 2006
    • rtm's avatar
      namei · 9d3fb671
      rtm authored
      9d3fb671
    • 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
Loading