Skip to content

Commit a5c37b7

Browse files
committed
lesson 17, video scroll
1 parent f8369ec commit a5c37b7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

17-video-scroll/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,7 @@ we will extend our helper functions, but that is not the point for now.
2020
Finally, open `kernel/kernel.c`. Initially, each line displays its line
2121
number. You can set a breakpoint on line 14 to confirm this. Then,
2222
the following `kprint`s force the kernel to scroll down.
23+
24+
This lesson ends the coverage for the os-dev.pdf document. From now on, we'll
25+
follow [the OSDev wiki](http://wiki.osdev.org/Meaty_Skeleton) and
26+
other sources and examples. Thanks Prof. Blundell for that great document!

0 commit comments

Comments
 (0)