summaryrefslogtreecommitdiff
path: root/8253pit.c
AgeCommit message (Collapse)AuthorFilesLines
2007-08-28rename 8253pit.c to timer.crsc1-45/+0
2007-08-27delete unnecessary #include linesrsc1-1/+1
2006-09-08xv6 stylersc1-23/+22
2006-09-07fix ide, pit interfacesrsc1-1/+1
2006-09-07run without lapic and ioapic, if they are not presentkaashoek1-0/+46
if no lapic available, use 8253pit for clock now xv6 runs both on qemu (uniprocessor) and bochs (uniprocessor and MP)