Ros-diffs July 2008

ros-diffs@reactos.org
  • 25 participants
  • 761 discussions

[ros-arm-bringup] 34668: - Don't re-map the MDL if it's already been built from non-paged pool. - Hackforce the partition type for disk ramdisks to be FAT32 for now.
by ros-arm-bringup@svn.reactos.org
16 years, 2 months

[ros-arm-bringup] 34667: - We need to call MmMarkPageMapped for virtual mappings, except for those created thgouh MmCreateVirtualMappingForKernel (even though the other versions of the call can still do kernel mappings). - Refactored the virtual mapping function to support this. MmUnmapIoSpace now works properly.
by ros-arm-bringup@svn.reactos.org
16 years, 2 months

[ros-arm-bringup] 34666: - Initialize BytesPerSector, SectorsPerTrack and NumberOfHeads to zero. - Calculate number of cylinders too now. - Save number of hidden sectors as well. - Implement support for IOCTL_DISK_GET_PARTITION_INFO (RamdiskGetPartitionInfo). - Implement support for IOCTL_DISK_GET_DRIVE_GEOMETRY (shared with IOCTL_CDROM_GET_GEOMETRY, IOCTL_STORAGE_GET_MEDIA_TYPES and IOCTL_DISK_GET_MEDIA_TYPES) - DiskLength should be a LARGE_INTEGER. - DiskOffset should be signed.
by ros-arm-bringup@svn.reactos.org
16 years, 2 months

[ros-arm-bringup] 34665: - We have to unpack the BIOS block before actually reading it. - Now we correctly read 512 bytes per sector instead of 0. - We are almost there!
by ros-arm-bringup@svn.reactos.org
16 years, 2 months

[ros-arm-bringup] 34664: - Implement MmRawDeleteVirtualMapping. - RamdiskUnmapPages works now.
by ros-arm-bringup@svn.reactos.org
16 years, 2 months

[ros-arm-bringup] 34663: - Jesus, Fix yet another math bug in RamdiskMapPages (we were lucky not to hit it, that's all). - Implement RamdiskUnmapPages. - Need to implement MmRawDeleteVirtualMapping to make this last step work.
by ros-arm-bringup@svn.reactos.org
16 years, 2 months

[ros-arm-bringup] 34662: - Epic Fail? Fix another math bug...it actually works now! - Fix another wrong debug print.
by ros-arm-bringup@svn.reactos.org
16 years, 2 months

[ros-arm-bringup] 34661: - Double fail: Fix a math bug, calculate the actual offset in the mapping and return it, and don't forget to return the total length read too.
by ros-arm-bringup@svn.reactos.org
16 years, 2 months

[ros-arm-bringup] 34660: - Fail: was using the wrong structure (the boot sector is a BOOT_SECTOR which contains the BIOS Parameter Block, not a BPB directly). - Fix wrong debug print too.
by ros-arm-bringup@svn.reactos.org
16 years, 2 months

[ros-arm-bringup] 34659: - Save base page where loader mapped the ramdisk. - Try to implement RamdiskMapPages for boot disks as it seems we're calling them now... - The math works and the I/O mapping too, but I'm not sure we're reading correct data, so still left this unimplemented for now.
by ros-arm-bringup@svn.reactos.org
16 years, 2 months
Results per page: