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