diff options
author | Frans Kaashoek <[email protected]> | 2019-08-01 16:52:38 -0400 |
---|---|---|
committer | Frans Kaashoek <[email protected]> | 2019-08-01 16:52:38 -0400 |
commit | b02ef59e1498b3fa2eebeb12bf17548082695414 (patch) | |
tree | 821cbb9ba189ceb5daee50b7e96fc8eb6fa09b72 /labs/lazy.html | |
parent | 62ece4b09e6a568ede0e3b524af959194e0cb792 (diff) | |
download | xv6-labs-b02ef59e1498b3fa2eebeb12bf17548082695414.tar.gz xv6-labs-b02ef59e1498b3fa2eebeb12bf17548082695414.tar.bz2 xv6-labs-b02ef59e1498b3fa2eebeb12bf17548082695414.zip |
x
Diffstat (limited to 'labs/lazy.html')
-rw-r--r-- | labs/lazy.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/labs/lazy.html b/labs/lazy.html index baf5f3b..9d97cab 100644 --- a/labs/lazy.html +++ b/labs/lazy.html @@ -99,7 +99,7 @@ hi</tt> working. You should get at least one page fault (and thus lazy allocation) in the shell, and perhaps two. <p>If you have the basics working, now turn your implementation into - one that handles the corner cases too. + one that handles the corner cases too: <ul> |