We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8369ec commit a5c37b7Copy full SHA for a5c37b7
17-video-scroll/README.md
@@ -20,3 +20,7 @@ we will extend our helper functions, but that is not the point for now.
20
Finally, open `kernel/kernel.c`. Initially, each line displays its line
21
number. You can set a breakpoint on line 14 to confirm this. Then,
22
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