From a5c37b723878b57537e0f0a1fd56641d92483d95 Mon Sep 17 00:00:00 2001 From: Carlos Fenollosa Date: Tue, 28 Oct 2014 10:39:58 +0100 Subject: [PATCH] lesson 17, video scroll --- 17-video-scroll/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/17-video-scroll/README.md b/17-video-scroll/README.md index 6416c1d..50c807b 100644 --- a/17-video-scroll/README.md +++ b/17-video-scroll/README.md @@ -20,3 +20,7 @@ we will extend our helper functions, but that is not the point for now. Finally, open `kernel/kernel.c`. Initially, each line displays its line number. You can set a breakpoint on line 14 to confirm this. Then, the following `kprint`s force the kernel to scroll down. + +This lesson ends the coverage for the os-dev.pdf document. From now on, we'll +follow [the OSDev wiki](http://wiki.osdev.org/Meaty_Skeleton) and +other sources and examples. Thanks Prof. Blundell for that great document!