소스 검색

lesson 3, boot sector with memory addressing

Carlos Fenollosa 10 년 전
부모
커밋
5434aa1d03
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      03-bootsector-memory/README.md

+ 1 - 0
03-bootsector-memory/README.md

@@ -34,5 +34,6 @@ If you add or remove instructions, remember to compute the new offset of the X
 by counting the bytes, and replace `0x2d` with the new one.
 
 ~~~~~
+
 [1] This whole tutorial is heavily inspired on that document. Please read the
 root-level README for more information on that.