Subversion Repositories Kolibri OS

Rev

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

Rev 2129 Rev 2154
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2009. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2009. All rights reserved. ;;
4
;; Distributed under terms of the GNU General Public License    ;;
4
;; Distributed under terms of the GNU General Public License    ;;
5
;;                                                              ;;
5
;;                                                              ;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 7... Line 7...
7
 
7
 
Line 8... Line 8...
8
$Revision: 2129 $
8
$Revision: 2154 $
9
 
9
 
10
 
10
 
Line 591... Line 591...
591
 
591
 
592
virtual at 0
592
virtual at 0
593
  display_t display_t
593
  display_t display_t
Line 594... Line -...
594
end virtual
-
 
595
 
-
 
596
struc HEAP_DATA
-
 
597
{
-
 
598
   .mutex         rd 1
-
 
599
   .refcount      rd 1
-
 
600
   .heap_base     rd 1
-
 
601
   .heap_top      rd 1
-
 
602
   .app_mem       rd 1
-
 
603
}
-
 
604
 
-
 
605
HEAP_DATA_SIZE  equ 20
-
 
606
virtual at 0
-
 
607
  HEAP_DATA HEAP_DATA
-
 
608
end virtual
594
end virtual
609
 
595
 
610
struc BOOT_DATA
596
struc BOOT_DATA
611
{ .bpp            dd ?
597
{ .bpp            dd ?
612
  .scanline       dd ?
598
  .scanline       dd ?