Restored text "All set - press ESC to start" because it is useful for debugging (when one needs to view log)

git-svn-id: svn://kolibrios.org@767 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Evgeny Grechnikov (Diamond)
2008-03-02 12:59:09 +00:00
parent b9272bd614
commit e5d49b5269
3 changed files with 12 additions and 0 deletions

View File

@@ -853,6 +853,14 @@ first_app_found:
; START MULTITASKING
if preboot_blogesc
mov esi, boot_tasking
call boot_log
.bll1: in al, 0x60 ; wait for ESC key press
cmp al, 129
jne .bll1
end if
; mov [ENABLE_TASKSWITCH],byte 1 ; multitasking enabled
; UNMASK ALL IRQ'S