summaryrefslogtreecommitdiff
path: root/ide.c
AgeCommit message (Collapse)AuthorFilesLines
2006-08-04better interrupt plan---this one appears to workkaashoek1-2/+6
ioapic
2006-07-29open()rtm1-1/+1
2006-07-29acquire+release ide_lock in ide_intrkaashoek1-1/+3
2006-07-21breadrtm1-7/+9
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
2006-07-20uint32_t -> uint &crtm1-13/+7
2006-07-17add ide_lock for sleeprsc1-1/+7
2006-07-17add uint and standardize on typedefs instead of unsignedrsc1-3/+3
2006-07-15no more recursive locksrtm1-1/+1
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
2006-07-10queue with disk requestskaashoek1-18/+55
2006-07-10read the disk using interruptskaashoek1-7/+12
2006-07-06disable all interrupts when acquiring lockkaashoek1-2/+11
user program that makes a blocking system call
2006-07-05timer interruptskaashoek1-60/+67
disk interrupts (assuming bochs has a bug)
2006-06-16checkpointrtm1-0/+117