diff options
author | kaashoek <kaashoek> | 2006-06-22 15:28:09 +0000 |
---|---|---|
committer | kaashoek <kaashoek> | 2006-06-22 15:28:09 +0000 |
commit | 8352b998019565946b8f5b3b8f72175c5076efec (patch) | |
tree | f5d4fde6840dd8868266e4880bdaa5c32c4d4745 /main.c | |
parent | 21a88fd487177841c882d9017bd9f4476801c6f6 (diff) | |
download | xv6-labs-8352b998019565946b8f5b3b8f72175c5076efec.tar.gz xv6-labs-8352b998019565946b8f5b3b8f72175c5076efec.tar.bz2 xv6-labs-8352b998019565946b8f5b3b8f72175c5076efec.zip |
oops
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -34,6 +34,8 @@ main() tinit(); // traps and interrupts pic_init(); + while (1); + // create fake process zero p = &proc[0]; curproc = p; |