Subversion Repositories Kolibri OS

Rev

Rev 1132 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1132 Rev 1942
Line 981... Line 981...
981
        retf
981
        retf
Line 982... Line 982...
982
 
982
 
983
secondary_loader_info:
983
secondary_loader_info:
984
        dw      0, 0x1000
984
        dw      0, 0x1000
985
        dw      0x30000 / 0x1000
985
        dw      0x30000 / 0x1000
986
        db      'kord/loader',0
986
        db      'kernel.mnt',0
Line 987... Line 987...
987
aKernelNotFound db      'Fatal error: cannot load the secondary loader',0
987
aKernelNotFound db      'Fatal error: cannot load the kernel',0
988
 
988
 
989
align 2
989
align 2
990
cachelist:
990
cachelist:
Line 1014... Line 1014...
1014
overflow        dw      ?
1014
overflow        dw      ?
1015
cur_chunk       dw      ?
1015
cur_chunk       dw      ?
1016
first_byte      dw      ?
1016
first_byte      dw      ?
1017
cur_start       dd      ?
1017
cur_start       dd      ?
Line 1018... Line 1018...
1018
 
1018
 
1019
;times 83FEh-$  db      0
1019
times 83FCh-$  db      0
1020
        db      43h
1020
        db      43h
1021
; just to make file 2048 bytes long :)
1021
; just to make file 2048 bytes long :)
Line 1022... Line 1022...
1022
        db      'd' xor 'i' xor 'a' xor 'm' xor 'o' xor 'n' xor 'd'
1022
        db      'd' xor 'i' xor 'a' xor 'm' xor 'o' xor 'n' xor 'd'