X86 assembly language-Summary of learning from the real mode to the protection mode
----
Blog, http://blog.csdn.net/shunqiziranhao007/article/details/8522424
Date, January 1, January 20, 2013
----
I learned about the implementation of an operating system and found this book when searching for the protection mode. This book is about to go public recently, the author provides the PDF and other related documents of the first 13 chapters.
The environment used by the author is windows, and the tools used are NASM, virtual box, and other developed tools. I started to study with the author in windows, and it was very difficult to learn. Then I thought of learning under Ubuntu. I found out that I could really learn under Ubuntu.
The tools I use in Ubuntu are NASM, bochs, make, and DD.
The following is my learning environment in Ubuntu,
Http://download.csdn.net/download/shunqiziranhao007/5012916
Let's take a look at the effect of Chapter 1,