rsc
|
3c821bf9ae
|
better comment
|
2006-09-07 16:54:15 +00:00 |
|
rsc
|
0cfc7290e8
|
wrap long lines
|
2006-09-06 19:08:14 +00:00 |
|
rsc
|
f552738889
|
no /* */ comments
|
2006-09-06 17:50:20 +00:00 |
|
rsc
|
9e9bcaf143
|
standardize various * conventions
|
2006-09-06 17:27:19 +00:00 |
|
rsc
|
a650c606fe
|
spacing fixes: no tabs, 2-space indents (for rtm)
|
2006-09-06 17:04:06 +00:00 |
|
kaashoek
|
801affcd14
|
centralize credits
|
2006-09-03 15:10:33 +00:00 |
|
rtm
|
dfcc5b997c
|
prune unneeded panics and debug output
|
2006-08-29 19:06:37 +00:00 |
|
rtm
|
5be0039ce9
|
interrupts could be recursive since lapic_eoi() called before rti
so fast interrupts overflow the kernel stack
fix: cli() before lapic_eoi()
|
2006-08-10 22:08:14 +00:00 |
|
rtm
|
11a9947f1a
|
bread
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-21 13:18:04 +00:00 |
|
rtm
|
2927081628
|
uint32_t -> uint &c
|
2006-07-20 09:07:53 +00:00 |
|
rsc
|
b5f17007f4
|
standarize on unix-like lowercase struct names
|
2006-07-17 01:58:13 +00:00 |
|
rsc
|
b5ee516575
|
add uint and standardize on typedefs instead of unsigned
|
2006-07-17 01:52:13 +00:00 |
|
rsc
|
564f787e91
|
Eliminate annoying Pseudodesc structure.
Eliminate unnecessary parts of mmu.h.
|
2006-07-16 16:55:52 +00:00 |
|
rsc
|
ef2bd07ae4
|
standardize on not using foo_ prefix in struct foo
|
2006-07-16 15:41:47 +00:00 |
|
rtm
|
55e95b16db
|
import
|
2006-06-12 15:22:12 +00:00 |
|