Subversion Repositories Kolibri OS

Rev

Rev 1951 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

  1. string:
  2. ;       rb      string+257-$
  3.         rb  4096
  4. ;string_1:
  5. ;       rb  4096
  6. ;----------------------
  7. path:
  8.         rb  4096
  9. ;----------------------
  10. ;plugin_pach_1:
  11. ;       rb  4096
  12. ;----------------------
  13. plugin_pach:
  14.         rb  4096
  15. ;----------------------
  16. library_path:
  17.         rb 4096
  18. ;----------------------
  19. Filter:
  20.         rb 4096
  21. ;----------------------
  22. Help_path:
  23.         rb 1024 ;4096
  24. ;----------------------
  25. Editor_path:
  26.         rb 1024 ;4096
  27. ;----------------------
  28. OpenDialog_path:
  29.         rb 1024 ;4096
  30. ;----------------------
  31. key_help_name:
  32.         rb 128
  33. ;----------------------
  34. plugin_0_name:
  35.         rb 128
  36. plugin_1_name:
  37.         rb 128
  38. plugin_2_name:
  39.         rb 128
  40. plugin_3_name:
  41.         rb 128
  42. plugin_4_name:
  43.         rb 128
  44. plugin_5_name:
  45.         rb 128
  46. plugin_6_name:
  47.         rb 128
  48. plugin_7_name:
  49.         rb 128
  50. plugin_8_name:
  51.         rb 128
  52. plugin_9_name:
  53.         rb 128
  54. ;----------------------
  55. file_name:
  56.         rb 1024
  57. ;----------------------
  58. temp_area:
  59.         rb  64*1024 ; new max cmdline 64 Kb
  60. ;----------------------
  61. procinfo:
  62. process_info:
  63.         rb 1024
  64. ;----------------------
  65. procinfo_threads:
  66.         rb 1024
  67. ;----------------------
  68. ; clear bacground thread
  69. ;       rb 512
  70. ;clear_thread_stack:
  71. ;----------------------
  72. ; window option
  73. ;       rb 1024 ;4096
  74. ;thread_stack_7:
  75. ;----------------------
  76. ; window error message
  77. ;       rb 1024 ;4096
  78. ;thread_stack_6:
  79. ;----------------------
  80. ; window set sort mode
  81. ;       rb 1024 ;4096
  82. ;thread_stack_5:
  83. ;----------------------
  84. ; window background
  85. ;       rb 1024 ;4096
  86. ;thread_stack_4:
  87. ;----------------------
  88. ; window about
  89. ;       rb 1024 ;4096
  90. ;thread_stack_3:
  91. ;----------------------
  92. ; file info
  93. ;       rb 1024 ;4096
  94. ;thread_stack_2:
  95. ;----------------------
  96. ; file open
  97. ;       rb 1024 ;4096
  98. ;thread_stack:
  99. ;----------------------
  100.         rb 4096
  101. stacktop:
  102. ;----------------------