forked from KolibriOS/kolibrios
2f699083c4
2) VESA draw the small speedup git-svn-id: svn://kolibrios.org@2455 a494cfbc-eb01-0410-851d-a64ba20cac60
51 lines
1.7 KiB
Plaintext
51 lines
1.7 KiB
Plaintext
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
;; ;;
|
|
;; Copyright (C) KolibriOS team 2004-2011. All rights reserved. ;;
|
|
;; Distributed under terms of the GNU General Public License ;;
|
|
;; ;;
|
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
|
|
‡ £àã§®çë© á¥ªâ®à ¤«ï Ž‘ Š®«¨¡à¨ (FAT12, ¤¨áª¥â )
|
|
|
|
- ޝ¨á ¨¥
|
|
�®§¢®«ï¥â § £à㦠âì 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
|