Skip to content
Snippets Groups Projects
  1. Mar 08, 2009
  2. Aug 30, 2007
  3. Aug 28, 2007
  4. Aug 27, 2007
  5. Aug 24, 2007
  6. Aug 14, 2007
  7. Sep 08, 2006
  8. Sep 07, 2006
  9. Sep 06, 2006
  10. Sep 03, 2006
  11. Aug 30, 2006
  12. Aug 12, 2006
    • rtm's avatar
      link() · 9e5970d5
      rtm authored
      9e5970d5
  13. Aug 10, 2006
  14. Aug 09, 2006
  15. Aug 08, 2006
    • rtm's avatar
      fix race in holding() check in acquire() · 0e84a0ec
      rtm authored
      give cpu1 a TSS and gdt for when it enters scheduler()
      and a pseudo proc[] entry for each cpu
      cpu0 waits for each other cpu to start up
      read() for files
      0e84a0ec
  16. Aug 06, 2006
  17. Aug 04, 2006
  18. Jul 29, 2006
    • rtm's avatar
      open() · 32630628
      rtm authored
      32630628
  19. Jul 28, 2006
  20. 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
  21. Jul 20, 2006
  22. Jul 16, 2006
  23. Jul 15, 2006
    • rtm's avatar
      no more recursive locks · 46bbd72f
      rtm authored
      wakeup1() assumes you hold proc_table_lock
      sleep(chan, lock) provides atomic sleep-and-release to wait for condition
      ugly code in swtch/scheduler to implement new sleep
      fix lots of bugs in pipes, wait, and exit
      fix bugs if timer interrupt goes off in schedule()
      console locks per line, not per byte
      46bbd72f
Loading