forked from KolibriOS/kolibrios
* New sysfunction 70.9, create folder
* Deleted obsolete 58.4 (create folder 8.3 on hd) * Updated docs * Bugfixes (file system; core; direct screen access), improvements (sysfn 70.3) * KFar 0.21, full error handling, folder creation (with new kernel) git-svn-id: svn://kolibrios.org@321 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
@@ -1496,9 +1496,9 @@ cd_base db 0
|
||||
mov [hdpos],4
|
||||
; call set_FAT32_variables
|
||||
noseslhd:
|
||||
mov [0xfe10],dword 0
|
||||
call reserve_hd1
|
||||
call clear_hd_cache
|
||||
call reserve_hd_channel
|
||||
call free_hd_channel
|
||||
mov [hd1_status],0 ; free
|
||||
nosethd:
|
||||
ret
|
||||
@@ -1514,7 +1514,8 @@ endg
|
||||
mov [fat32part],ebx
|
||||
; call set_FAT32_variables
|
||||
call reserve_hd1
|
||||
call clear_hd_cache
|
||||
call reserve_hd_channel
|
||||
call free_hd_channel
|
||||
pusha
|
||||
call choice_necessity_partition_1
|
||||
popa
|
||||
|
Reference in New Issue
Block a user