sysfunction 70.5: get device size

git-svn-id: svn://kolibrios.org@6875 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
pathoswithin
2017-03-06 13:45:37 +00:00
parent 820687bfc3
commit b27bd68162
4 changed files with 41 additions and 22 deletions

View File

@@ -4231,7 +4231,7 @@ Architecture Software Developer's Manual, Volume 3, Appendix B);
но без имени файла, за исключением корневого каталога.
Замечания:
* Для корневого каталога возвращается размер и имя раздела.
* Функция не поддерживает виртуальные папки типа / и /rd.
* Для устройства возвращается только размер.
---------------------- Константы для регистров: ----------------------
eax - SF_FILE (70)

View File

@@ -4186,8 +4186,8 @@ Information on file is returned in the BDFE format (block of data
for folder entry), explained in the description of subfunction 1,
but without filename, except the root folder.
Remarks:
* For the root folder returns size and name of partition.
* The function does not support virtual folders such as / and /rd.
* For the root folder returns the size and the volume label.
* For the device returns only the size.
---------------------- Constants for registers: ----------------------
eax - SF_FILE (70)