commiting before rebase
This commit is contained in:
@ -15,6 +15,8 @@
|
||||
{
|
||||
Driver->Storage->StorageManagment Storage Managment System
|
||||
|
||||
DEPRECATED unit
|
||||
|
||||
@author(Aaron Hance ah@aaronhance.me)
|
||||
}
|
||||
unit storagemanagement;
|
||||
@ -178,9 +180,6 @@ begin
|
||||
//setup volume
|
||||
volumemanager.create_volume(drive, filesystemString, 2, sectorCount);
|
||||
|
||||
//todo change b4 adding in aniother filesytem
|
||||
// PFilesystem(LL_Get(filesystems, 0))^.createCallback(drive, drive^.maxSectorCount-1, 1, spc);
|
||||
|
||||
writestringWnd('Drive ', getTerminalHWND);
|
||||
writeintWnd(driveIndex, getTerminalHWND);
|
||||
writestringlnWnd(' formatted.', getTerminalHWND);
|
||||
|
Reference in New Issue
Block a user