From f6e71806d5c21c86683488aae153e04aa7354aee Mon Sep 17 00:00:00 2001 From: Carlos Fenollosa Date: Thu, 9 Oct 2014 11:40:08 +0200 Subject: [PATCH] lessons 8, 9, 10, entering 32-bit mode --- 08-32bit-print/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/08-32bit-print/README.md b/08-32bit-print/README.md index 111d599..7af777d 100644 --- a/08-32bit-print/README.md +++ b/08-32bit-print/README.md @@ -3,8 +3,8 @@ memory* **Goal: Print on the screen when on 32-bit protected mode** -32-bit mode allows us to use 32 bit registers and memory addressing -, protected memory, virtual memory and other advangades, but we will lose +32-bit mode allows us to use 32 bit registers and memory addressing, +protected memory, virtual memory and other advangades, but we will lose BIOS interrupts and we'll need to code the GDT (more on this later) In this lesson we will write a print string routine by directly manipulating