Subversion Repositories Kolibri OS

Rev

Rev 2049 | Rev 2143 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2049 Rev 2130
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: 2049 $
8
$Revision: 2130 $
9
 
9
 
10
 
10
 
Line 643... Line 643...
643
virtual at 0
643
virtual at 0
644
  BOOT_DATA BOOT_DATA
644
  BOOT_DATA BOOT_DATA
645
end virtual
645
end virtual
Line 646... Line 646...
646
 
646
 
647
struc MEM_STATE
647
struc MEM_STATE
648
{  .mutex             rd 1
648
{  .mutex             MUTEX
649
   .smallmap          rd 1
649
   .smallmap          rd 1
650
   .treemap           rd 1
650
   .treemap           rd 1
651
   .topsize           rd 1
651
   .topsize           rd 1
652
   .top               rd 1
652
   .top               rd 1
Line 662... Line 662...
662
  .pages_faults      dd ?
662
  .pages_faults      dd ?
663
  .pagemap_size      dd ?
663
  .pagemap_size      dd ?
664
  .kernel_pages      dd ?
664
  .kernel_pages      dd ?
665
  .kernel_tables     dd ?
665
  .kernel_tables     dd ?
666
  .sys_page_dir      dd ?
666
  .sys_page_dir      dd ?
667
  .pg_mutex          dd ?
667
  .mutex             MUTEX
668
}
668
}
Line 669... Line 669...
669
 
669
 
670
;struc LIB
670
;struc LIB
671
;{ .lib_name         rb 16
671
;{ .lib_name         rb 16