summaryrefslogtreecommitdiff
path: root/Notes
diff options
context:
space:
mode:
authorkaashoek <kaashoek>2006-09-03 17:34:09 +0000
committerkaashoek <kaashoek>2006-09-03 17:34:09 +0000
commit0b6ab8416e50dcbf790163282f461647e180dbc6 (patch)
tree4116afa412b392f3afea069db88f8bc5a3e2798f /Notes
parent7abf49d2f22af633f2fb3546f9f9fd818cef25df (diff)
downloadxv6-labs-0b6ab8416e50dcbf790163282f461647e180dbc6.tar.gz
xv6-labs-0b6ab8416e50dcbf790163282f461647e180dbc6.tar.bz2
xv6-labs-0b6ab8416e50dcbf790163282f461647e180dbc6.zip
don't send keyboard interrupts to the second cpu, if we have only one cpu.
xv6 seems to work fine on uniprocessor now.
Diffstat (limited to 'Notes')
-rw-r--r--Notes1
1 files changed, 0 insertions, 1 deletions
diff --git a/Notes b/Notes
index 4e1703b..8b47668 100644
--- a/Notes
+++ b/Notes
@@ -117,7 +117,6 @@ echo foo > bar should truncate bar
so O_CREATE should not truncate
but O_TRUNC should
-make it work on one cpu
make it work on a real machine
release before acquire at end of sleep?
check 2nd disk (i.e. if not in .bochsrc)