Skip to content

Commit

Permalink
Update and rename readme.txt to readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
icecoobe authored Dec 30, 2016
1 parent 4236ed0 commit 852c11c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions bootsector2/readme.txt → bootsector2/readme.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@

Boot sector-2
===========

We did practices on stage-1: MBR code for a long time. Now it's time to move on.

This demo is a beginning where we will try to load data and programs into RAM. After that, we will hand the control to the loaded programs. Just like a stage2-bootblock program.
This demo is a beginning where we will try to load data and programs into RAM. After that, we will hand the control to the loaded programs. Just like a stage2-bootblock progsdsd

## What does this project do?
This project contains two parts: boot.asm and sector2.asm.
Expand Down Expand Up @@ -32,4 +30,4 @@ boot code should be smaller than 446 bytes(include 446 bytes), that will not bre
Sector2 code is 512 bytes for simple. Larger than a sector will bring many problems. The size-free code will be next topic.


#Enjoy it, have fun!
#Enjoy it, have fun!

0 comments on commit 852c11c

Please sign in to comment.