diff options
author | rsc <rsc> | 2007-08-08 09:29:18 +0000 |
---|---|---|
committer | rsc <rsc> | 2007-08-08 09:29:18 +0000 |
commit | 35a24c8318dd784b62c57b1933ded6e880faaa55 (patch) | |
tree | 9ac5878c77d690b7640e49716cb6b3e12cbc6601 /BUGS | |
parent | 2e51e12f0917229ff2bc8dfca22c9b35172e9445 (diff) | |
download | xv6-labs-35a24c8318dd784b62c57b1933ded6e880faaa55.tar.gz xv6-labs-35a24c8318dd784b62c57b1933ded6e880faaa55.tar.bz2 xv6-labs-35a24c8318dd784b62c57b1933ded6e880faaa55.zip |
fix index bug
Diffstat (limited to 'BUGS')
-rw-r--r-- | BUGS | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -1,6 +1,3 @@ -index: - SEG_NULL, SEG_ASM not in the index - proc.c: as a consequence of the implementation of proc_kill, any loop calling sleep should check for p->killed |