FSPEED - add to nightbuild

git-svn-id: svn://kolibrios.org@4836 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Marat Zakiyanov (Mario79) 2014-04-14 23:25:30 +00:00
parent e896fe1315
commit 4d8e87e0a7
11 changed files with 18 additions and 2 deletions

View File

@ -59,6 +59,7 @@ FASM_PROGRAMS:=\
disptest:DISPTEST:$(PROGS)/system/disptest/trunk/disptest.ASM \
docpack:DOCPACK:$(PROGS)/system/docpack/trunk/docpack.asm \
end:END:$(PROGS)/system/end/light/end.asm \
fspeed:FSPEED:$(PROGS)/fs/fspeed/fspeed.asm \
gmon:GMON:$(PROGS)/system/gmon/gmon.asm \
hdd_info:HDD_INFO:$(PROGS)/system/hdd_info/trunk/hdd_info.asm \
@icon:@ICON:$(PROGS)/system/icon_new/@icon.asm \

View File

@ -112,6 +112,7 @@ CPUID /sys/cpuid
Ghost Monitor /sys/gmon
K. Bus disconnected /sys/kbd
HDD informer /sys/hdd_info
FSPEED speed of FS /sys/fspeed
#13 **** WORK WITH FILES ****
KFAR /sys/File Managers/kfar
KFM /sys/File Managers/kfm

View File

@ -59,6 +59,7 @@ FASM_PROGRAMS:=\
disptest:DISPTEST:$(PROGS)/system/disptest/trunk/disptest.ASM \
docpack:DOCPACK:$(PROGS)/system/docpack/trunk/docpack.asm \
end:END:$(PROGS)/system/end/light/end.asm \
fspeed:FSPEED:$(PROGS)/fs/fspeed/fspeed.asm \
gmon:GMON:$(PROGS)/system/gmon/gmon.asm \
hdd_info:HDD_INFO:$(PROGS)/system/hdd_info/trunk/hdd_info.asm \
@icon:@ICON:$(PROGS)/system/icon_new/@icon.asm \

View File

@ -112,6 +112,7 @@ CPUID /sys/cpuid
Ghost Monitor /sys/gmon
K. Bus disconnected /sys/kbd
HDD info /sys/hdd_info
FSPEED speed of FS /sys/fspeed
#13 **** WORK WITH FILES ****
KFAR /sys/File Managers/kfar
KFM /sys/File Managers/kfm

View File

@ -59,6 +59,7 @@ FASM_PROGRAMS:=\
disptest:DISPTEST:$(PROGS)/system/disptest/trunk/disptest.ASM \
docpack:DOCPACK:$(PROGS)/system/docpack/trunk/docpack.asm \
end:END:$(PROGS)/system/end/light/end.asm \
fspeed:FSPEED:$(PROGS)/fs/fspeed/fspeed.asm \
gmon:GMON:$(PROGS)/system/gmon/gmon.asm \
hdd_info:HDD_INFO:$(PROGS)/system/hdd_info/trunk/hdd_info.asm \
@icon:@ICON:$(PROGS)/system/icon_new/@icon.asm \

View File

@ -111,6 +111,7 @@ CPUID /sys/cpuid
Ghost Monitor /sys/gmon
K. Bus disconnected /sys/kbd
HDD informer /sys/hdd_info
FSPEED speed of FS /sys/fspeed
#13 **** WORK WITH FILES ****
KFAR /sys/File Managers/kfar
KFM /sys/File Managers/kfm

View File

@ -59,6 +59,7 @@ FASM_PROGRAMS:=\
disptest:DISPTEST:$(PROGS)/system/disptest/trunk/disptest.ASM \
docpack:DOCPACK:$(PROGS)/system/docpack/trunk/docpack.asm \
end:END:$(PROGS)/system/end/light/end.asm \
fspeed:FSPEED:$(PROGS)/fs/fspeed/fspeed.asm \
gmon:GMON:$(PROGS)/system/gmon/gmon.asm \
hdd_info:HDD_INFO:$(PROGS)/system/hdd_info/trunk/hdd_info.asm \
@icon:@ICON:$(PROGS)/system/icon_new/@icon.asm \

View File

@ -116,6 +116,7 @@ CPUID /sys/cpuid
GHOST Monitor /sys/gmon
K. Bus disconnected /sys/kbd
HDD ¨­ä®à¬¥à /sys/hdd_info
FSPEED ᪮à®áâì ”‘ /sys/fspeed
#13 **** ‘¨á⥬  -> <20> ¡®â  á ä ©« ¬¨ ****
KFM /sys/File Managers/kfm
KFAR /sys/File Managers/kfar

View File

@ -59,6 +59,7 @@ FASM_PROGRAMS:=\
disptest:DISPTEST:$(PROGS)/system/disptest/trunk/disptest.ASM \
docpack:DOCPACK:$(PROGS)/system/docpack/trunk/docpack.asm \
end:END:$(PROGS)/system/end/light/end.asm \
fspeed:FSPEED:$(PROGS)/fs/fspeed/fspeed.asm \
gmon:GMON:$(PROGS)/system/gmon/gmon.asm \
hdd_info:HDD_INFO:$(PROGS)/system/hdd_info/trunk/hdd_info.asm \
@icon:@ICON:$(PROGS)/system/icon_new/@icon.asm \

View File

@ -112,6 +112,7 @@ CPUID /sys/cpuid
Ghost Monitor /sys/gmon
K. Bus desconectado /sys/kbd
Informaci¢n de HDD /sys/hdd_info
FSPEED speed of FS /sys/fspeed
#13 **** ARCHIVOS ****
KFAR /sys/File Managers/kfar
KFM /sys/File Managers/kfm

View File

@ -1,11 +1,17 @@
;-----------------------------------------------------------------------------
lsz s_text,\
ru,'‚롮ŕ ä ©« ',\
en,'Select file'
en,'Select file',\
et,'Select file',\
it,'Select file',\
sp,'Select file'
;-----------------------------------------------------------------------------
lsz r_text,\
ru,'ŹăáŞ',\
en,'Start'
en,'Start',\
et,'Start',\
it,'Start',\
sp,'Start'
;-----------------------------------------------------------------------------
title db 'File Speed v0.1',0
;-----------------------------------------------------------------------------