forked from KolibriOS/kolibrios
2a2b5a8ff8
git-svn-id: svn://kolibrios.org@837 a494cfbc-eb01-0410-851d-a64ba20cac60
44 lines
1.3 KiB
Plaintext
44 lines
1.3 KiB
Plaintext
‡ £à㧮çë© á¥ªâ®à ¤«ï Ž‘ Š®«¨¡à¨ (FAT12, ¤¨áª¥â )
|
||
|
||
- Ž¯¨á ¨¥
|
||
<20>®§¢®«ï¥â § £à㦠âì KERNEL.MNT á ¤¨áª¥â/®¡à §®¢
|
||
®¡êñ¬®¬ 1.44M, 1.68M, 1.72M ¨ 2.88M
|
||
„«ï ¢ë¡®à ®¡êñ¬ ¤¨áª , ¤«ï ª®â®à®£® ¤® ᮡà âì
|
||
§ £à㧮çë© á¥ªâ®à, ¥®¡å®¤¨¬® ¢ ä ©«¥ boot_fat12.asm
|
||
à ᪮¬¬¥â¨à®¢ âì áâப㠢¨¤ :
|
||
include 'floppy????.inc'
|
||
¤«ï ¥®¡å®¤¨¬®£® ®¡êñ¬ ¤¨áª . „®áâã¯ë¥ ¢ ਠâë:
|
||
floppy1440.inc,
|
||
floppy1680.inc,
|
||
floppy1743.inc ¨ floppy2880.inc
|
||
|
||
- ‘¡®àª
|
||
fasm boot_fat12.asm
|
||
|
||
- „«ï § ¯¨á¨ § £à㧮箣® ᥪâ®à ¤¨áª/®¡à § ¯®¤ Linux
|
||
¬®¦® ¢®á¯®«ì§®¢ âìáï á«¥¤ãî饩 ª®¬ ¤®©:
|
||
dd if=boot_fat12.bin of=288.img bs=512 count=1 conv=notrunc
|
||
|
||
---------------------------------------------------------------------
|
||
|
||
Floppy FAT12 boot sector for KolibriOS.
|
||
|
||
- Description
|
||
Allows booting KERNEL.MNT floppies/images
|
||
with volumes of 1.44M, 1.68M, 1.72M and 2.88M
|
||
To select the volume of the disk, which should gather
|
||
boot sector, it was necessary in file boot_fat12.asm
|
||
uncomment line:
|
||
include 'floppy????. inc'
|
||
for the necessary disk volume. Available options is:
|
||
floppy1440.inc,
|
||
floppy1680.inc,
|
||
floppy1743.inc and floppy2880.inc
|
||
|
||
- Compile
|
||
fasm boot_fat12.asm
|
||
|
||
- To write boot sector to the floppy/image under Linux
|
||
you can use the following command:
|
||
dd if=boot_fat12.bin of=288.img bs=512 count=1 conv=notrunc
|