wok diff runcom/description.txt @ rev 11779

libcrypt-dev: Fix typo
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Thu Feb 23 23:19:10 2012 +0100 (2012-02-23)
parents 289a2f495cd6
children f32d3ba00836
line diff
     1.1 --- a/runcom/description.txt	Sat Feb 18 09:00:05 2012 +0100
     1.2 +++ b/runcom/description.txt	Thu Feb 23 23:19:10 2012 +0100
     1.3 @@ -11,13 +11,13 @@
     1.4  
     1.5  A boot sector image is a 512 bytes file ending with the 0xAA and 0x55 bytes 
     1.6  with the .bin extension.
     1.7 -Bios disk (int 13H) are amulated (CHS or LBA) with image file :
     1.8 +Bios disk (int 13H) are emulated (CHS or LBA) with an image file :
     1.9  - hard disk are image ./hd0, ./hd1, ... for disk 0x80, 0x81...
    1.10  - floppy disk are image ./fd0, ./fd1 ... or /dev/fd0, /dev/fd1 if not found.
    1.11  You can test it with the file /usr/bin/debug.bin, with the command line :
    1.12  $ debug.bin
    1.13  
    1.14 -3- The boot sector debugger /usr/bin/debug.bin
    1.15 +3- The 512 bytes boot sector debugger /usr/bin/debug.bin
    1.16  
    1.17  Usage:
    1.18  
    1.19 @@ -31,7 +31,7 @@
    1.20  
    1.21  seqment and offset are hexadecimal values in 0..FFFF range
    1.22  address is linear hexadecimal value in 0..FFFFF range or seqment:offset
    1.23 -words are bytes in 00..FF range or words in 0000..FFFF range or double words
    1.24 +words are bytes in 0..FF range or words in 000..FFFF range or double words
    1.25  CX and DX are used by INT13H/AL=01 BIOS interrupt.
    1.26  
    1.27  Example: