Re: [PATCH 2/2] disk: increase sector size up to 127 for LBA reads

2023-10-06 Thread ValdikSS via Grub-devel
On 05.10.2023 22:11, Glenn Washburn wrote: According to Wikipedia and various sources, the recommended value for LBA read using IBM/MS INT13 Extensions is 127 sectors. Please cite references. I'm not seeing that on Wikipedia or osdev.org. I do see where Wikipedia says that some Phoenix bioses a

Re: [PATCH 2/2] disk: increase sector size up to 127 for LBA reads

2023-10-05 Thread Glenn Washburn
On Fri, 7 Jul 2023 00:39:48 +0300 ValdikSS via Grub-devel wrote: > According to Wikipedia and various sources, the recommended > value for LBA read using IBM/MS INT13 Extensions is 127 sectors. Please cite references. I'm not seeing that on Wikipedia or osdev.org. I do see where Wikipedia says

[PATCH 2/2] disk: increase sector size up to 127 for LBA reads

2023-07-06 Thread ValdikSS via Grub-devel
According to Wikipedia and various sources, the recommended value for LBA read using IBM/MS INT13 Extensions is 127 sectors. --- include/grub/disk.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/grub/disk.h b/include/grub/disk.h index be032a72c..608deb034 100644