Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 3500 → Rev 3499

/kernel/branches/Kolibri-acpi/bootloader/boot_fat12.asm
15,8 → 15,6
;
; Version 1.0
 
include "lang.inc"
 
lf equ 0ah
cr equ 0dh
 
264,11 → 262,7
retn
;------------------------------------------
 
if lang eq sp
loading db cr,lf,'Iniciando el sistema ',00h
else
loading db cr,lf,'Starting system ',00h
end if
error_message db 13,10
kernel_name db 'KERNEL MNT ?',cr,lf,00h
FirstRootDirSecNum dw ?