Skip to content
Snippets Groups Projects
  1. Aug 14, 2007
  2. Sep 08, 2006
  3. Sep 07, 2006
  4. Sep 06, 2006
  5. Sep 03, 2006
  6. Aug 30, 2006
  7. Aug 12, 2006
    • rtm's avatar
      link() · 9e5970d5
      rtm authored
      9e5970d5
  8. Aug 10, 2006
  9. Aug 09, 2006
  10. 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
  11. Aug 06, 2006
  12. Aug 04, 2006
  13. Jul 29, 2006
    • rtm's avatar
      open() · 32630628
      rtm authored
      32630628
  14. Jul 28, 2006
  15. 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
  16. Jul 20, 2006
  17. Jul 16, 2006
  18. 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
  19. Jul 10, 2006
  20. Jul 06, 2006
  21. Jul 05, 2006
  22. Jun 16, 2006
Loading