浏览代码

lessons 8, 9, 10, entering 32-bit mode

Carlos Fenollosa 10 年之前
父节点
当前提交
f6e71806d5
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      08-32bit-print/README.md

+ 2 - 2
08-32bit-print/README.md

@@ -3,8 +3,8 @@ memory*
 
 
 **Goal: Print on the screen when on 32-bit protected mode**
 **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)
 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
 In this lesson we will write a print string routine by directly manipulating