compiling problem
Posted: Tue Sep 13, 2011 2:41 pm
; KolibriOS bootloader
; bootsector for loading from FAT32 flash (or hard) drive
; intended for use with mtldr_f file in root folder
; this code has been written by diamond in 2005,2006,2007 specially for KolibriOS
; this code is loaded by BIOS to 0000:7C00
org 0x7C00
jmp @f
nop
; times 57h db 0
file 'bt2.dat':3,57h
hello. I'm new in kolibrios. I have a problem. when I tray to compile boot_f32.asm fasm for win says error for file file 'bt2.dat':3,57h ---> what is this? can anybody explain it to me? thanks for help
; bootsector for loading from FAT32 flash (or hard) drive
; intended for use with mtldr_f file in root folder
; this code has been written by diamond in 2005,2006,2007 specially for KolibriOS
; this code is loaded by BIOS to 0000:7C00
org 0x7C00
jmp @f
nop
; times 57h db 0
file 'bt2.dat':3,57h
hello. I'm new in kolibrios. I have a problem. when I tray to compile boot_f32.asm fasm for win says error for file file 'bt2.dat':3,57h ---> what is this? can anybody explain it to me? thanks for help