drivers/iso9660: clean code and fix #265 #266
Reference in New Issue
Block a user
No description provided.
Delete Branch "fix_iso9660_number_1"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
clean code and fixed bug #265
Manually tested with Windows 95 Russian ISO image from here, seems to be working okay.
But can you, please, specify where exactly you define
CDBlockSize
constant?It is used widely in updated version, but I can't find it's definition anywhere.
CDBlockSize defined in blkdev/cd_drv.inc
You need to use a driver for testing. virt_disk.sys and the virtdisk program .
For example:
virtdisk -a "/usbhd0/3/win server 2003.iso"
Yes, that's exactly what I have done.
Just with another ISO file placed inside
kolibrios.iso
, and mounted as a separate disk usingvirtdisk
.fix_iso9660_number_1to drivers/iso9660: clean code and fix #2653fe9c73ffe
to6aff7b8c02