HDD Informer 0.2 (original autor Staper - staper@inbox.ru)

1) select path with OpenDialog,
2) show 2 different path for Info and SMART files
3) draw number of page

git-svn-id: svn://kolibrios.org@1622 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Marat Zakiyanov (Mario79) 2010-09-18 21:41:33 +00:00
parent 8b2f78bb3c
commit 22a01e7465
3 changed files with 1946 additions and 0 deletions

View File

@ -0,0 +1,3 @@
@fasm hdd_info.asm hdd_info
@kpack hdd_info
@pause

View File

@ -0,0 +1,13 @@
#!/bin/bash
# This script does for linux the same as build.bat for DOS,
# it compiles the KoOS kernel, hopefully ;-)
echo "lang fix en"
echo "lang fix en" > lang.inc
fasm -m 16384 hdd_info.asm hdd_info
rm -f lang.inc
exit 0

File diff suppressed because it is too large Load Diff