#include #include #include #pragma pack(push,1) typedef struct { unsigned p00; unsigned long long p04; unsigned p12; unsigned p16; char p20; char *p21; } kol_struct70; #pragma pack(pop) int kol_file_70(kol_struct70 *k) { asm volatile ("int $0x40"::"a"(70), "b"(k)); } bool dir_operations(unsigned char fun_num, char *path) { kol_struct70 inf; inf.p00 = fun_num; inf.p04 = 0; inf.p12 = 0; inf.p16 = 0; inf.p20 = 0; inf.p21 = path; if(!kol_file_70(&inf)){ return true; } else { return false; } } int lsdir(const char* dir, short_file_info **list) { int num_of_file=0; kol_struct70 inf; inf.p00 = 1; inf.p04 = 0; inf.p12 = 2; inf.p16 = (unsigned*) malloc(32+inf.p12*560); inf.p20 = 0; inf.p21 = dir; if(kol_file_70(&inf)) { free((void*)inf.p16); return FS_ERROR; } num_of_file = *(unsigned*)(inf.p16+8); inf.p12 = num_of_file; free((void*)inf.p16); inf.p16 = (unsigned) malloc(32+inf.p12*560); *list = (short_file_info*)malloc(num_of_file*sizeof(short_file_info)); if(kol_file_70(&inf)) { free((void*)inf.p16); return FS_ERROR; } for(int i=0; i