updated READMEs

This commit is contained in:
Carlos Fenollosa
2014-10-05 18:39:45 +02:00
parent cfdc18a364
commit fc73be819b
7 changed files with 24 additions and 8 deletions

View File

@@ -1,6 +1,8 @@
*Concepts you may want to Google beforehand: interrupts, CPU
registers*
**Goal: Make our previously silent boot sector print some text**
We will improve a bit on our infinite-loop boot sector and print
something on the screen. We will raise an interrupt for this.