Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

  1. ‡ £à㧮ç­ë© ᥪâ®à ¤«ï Ž‘ Š®«¨¡à¨ (FAT12, ¤¨áª¥â )
  2.  
  3. - Ž¯¨á ­¨¥
  4.   ®§¢®«ï¥â § £à㦠âì KERNEL.MNT á ¤¨áª¥â/®¡à §®¢
  5.   ®¡êñ¬®¬ 1.44M, 1.68M, 1.72M ¨ 2.88M
  6.   „«ï ¢ë¡®à  ®¡êñ¬  ¤¨áª , ¤«ï ª®â®à®£® ­ ¤® ᮡà âì
  7.   § £à㧮ç­ë© ᥪâ®à, ­¥®¡å®¤¨¬® ¢ ä ©«¥ boot_fat12.asm
  8.   à áª®¬¬¥­â¨à®¢ âì áâப㠢¨¤ :
  9.      include 'floppy????.inc'
  10.   ¤«ï ­¥®¡å®¤¨¬®£® ®¡êñ¬  ¤¨áª . „®áâã¯­ë¥ ¢ à¨ ­âë:
  11.   floppy1440.inc,
  12.   floppy1680.inc,
  13.   floppy1743.inc ¨ floppy2880.inc
  14.  
  15. - ‘¡®àª 
  16.   fasm boot_fat12.asm
  17.  
  18. - „«ï § ¯¨á¨ § £à㧮筮£® ᥪâ®à  ­  ¤¨áª/®¡à § ¯®¤ Linux
  19.   ¬®¦­® ¢®á¯®«ì§®¢ âìáï á«¥¤ãî饩 ª®¬ ­¤®©:
  20.   dd if=boot_fat12.bin of=288.img bs=512 count=1 conv=notrunc
  21.  
  22. ---------------------------------------------------------------------
  23.  
  24. Floppy FAT12 boot sector for KolibriOS.
  25.  
  26. - Description
  27.    Allows booting KERNEL.MNT floppies/images
  28.    with volumes of 1.44M, 1.68M, 1.72M and 2.88M
  29.    To select the volume of the disk, which should gather
  30.    boot sector, it was necessary in file boot_fat12.asm
  31.    uncomment line:
  32.       include 'floppy????. inc'
  33.    for the necessary disk volume. Available options is:
  34.    floppy1440.inc,
  35.    floppy1680.inc,
  36.    floppy1743.inc and floppy2880.inc
  37.  
  38. - Compile
  39.   fasm boot_fat12.asm
  40.  
  41. - To write boot sector to the floppy/image under Linux
  42.   you can use the following command:
  43.   dd if=boot_fat12.bin of=288.img bs=512 count=1 conv=notrunc
  44.