Skip to content
Snippets Groups Projects
  1. Aug 26, 2006
  2. Aug 24, 2006
  3. Aug 23, 2006
  4. Aug 19, 2006
    • kaashoek's avatar
      chdir · 8787cd01
      kaashoek authored
      cd in shell
      nits in mkdir, ls, etc.
      8787cd01
  5. Aug 15, 2006
  6. Aug 14, 2006
  7. Aug 13, 2006
  8. Aug 12, 2006
  9. Aug 11, 2006
  10. Aug 10, 2006
  11. Aug 09, 2006
    • rtm's avatar
      low-level keyboard input (not hooked up to /dev yet) · 8a8be1b8
      rtm authored
      fix acquire() to cli() *before* incrementing nlock
      make T_SYSCALL a trap gate, not an interrupt gate
      sadly, various crashes if you hold down a keyboard key...
      8a8be1b8
    • kaashoek's avatar
      printf · 28d9ef04
      kaashoek authored
      convert userfs to use printf
      bfree
      ifree
      writei
      start on unlink
      28d9ef04
    • kaashoek's avatar
      iread for T_DEV · 939f9ede
      kaashoek authored
      O_RDWR, etc.
      create file
      939f9ede
    • kaashoek's avatar
      devsw · 6fa5ffb5
      kaashoek authored
      checkpoint: write(fd,"hello\n",6) where fd is a console dev almost works
      6fa5ffb5
  12. Aug 08, 2006
  13. Jul 29, 2006
    • rtm's avatar
      open() · 32630628
      rtm authored
      32630628
  14. Jul 27, 2006
  15. 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