Subversion Repositories Kolibri OS

Rev

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

Rev 243 Rev 256
Line 376... Line 376...
376
           ja @f
376
           ja @f
377
           inc edx       ;at least 4Mb for kernel heap
377
           inc edx       ;at least 4Mb for kernel heap
378
@@:
378
@@:
379
           mov [pg_data.kernel_tables], edx
379
           mov [pg_data.kernel_tables], edx
Line 380... Line -...
380
 
-
 
381
;!!!!!!!!!!!!!!!!!!!!!!!!!!
-
 
382
include 'detect/disks.inc'
-
 
383
;!!!!!!!!!!!!!!!!!!!!!!!!!!
-
 
384
 
-
 
385
; CHECK EXTRA REGION
380
 
Line 386... Line 381...
386
; ENABLE PAGING
381
; ENABLE PAGING
387
 
382
 
388
           call test_cpu
383
           call test_cpu
Line 460... Line 455...
460
        mov     [graph_data_l+2],ax
455
        mov     [graph_data_l+2],ax
461
        shr     eax,16
456
        shr     eax,16
462
        mov     [graph_data_l+4],al
457
        mov     [graph_data_l+4],al
463
        mov     [graph_data_l+7],ah
458
        mov     [graph_data_l+7],ah
Line -... Line 459...
-
 
459
 
-
 
460
;!!!!!!!!!!!!!!!!!!!!!!!!!!
-
 
461
include 'detect/disks.inc'
-
 
462
;!!!!!!!!!!!!!!!!!!!!!!!!!!
464
 
463
 
Line 465... Line 464...
465
; READ RAMDISK IMAGE FROM HD
464
; READ RAMDISK IMAGE FROM HD
466
 
465
 
467
;!!!!!!!!!!!!!!!!!!!!!!!
466
;!!!!!!!!!!!!!!!!!!!!!!!