kolibrios/kernel/trunk/blkdev
Ivan Baravy 02da1fd4f3 Fix for GPT partitions scan.
GPT partition entry array (GPEA) has 128 entries by default, unused ones
must be zeroed. Due to memory corruption GPEA contained non-zero data of
first sectors of partitions. This led to fake partitions detected which
were mostly filtered out by their start:length and thus didn't show up.
Pass ebx=three-sector-sized buffer to disk_add_partition as expected.

git-svn-id: svn://kolibrios.org@7270 a494cfbc-eb01-0410-851d-a64ba20cac60
2018-05-05 13:50:04 +00:00
..
bd_drv.inc Return capacity and bytes per sector of bios disks 2017-01-21 00:14:05 +00:00
cd_drv.inc Replace 'equ' macros with '=' ones. 2017-12-20 01:07:10 +00:00
disk_cache.inc Change copyright year in kernel and drivers to 2015. No code changes. 2015-01-08 20:10:22 +00:00
disk.inc Fix for GPT partitions scan. 2018-05-05 13:50:04 +00:00
fdc.inc Change copyright year in kernel and drivers to 2015. No code changes. 2015-01-08 20:10:22 +00:00
flp_drv.inc Replace 'equ' macros with '=' ones. 2017-12-20 01:07:10 +00:00
hd_drv.inc fix for ide_querymedia 2017-01-20 20:02:50 +00:00
ide_cache.inc Change copyright year in kernel and drivers to 2015. No code changes. 2015-01-08 20:10:22 +00:00
rd.inc Change copyright year in kernel and drivers to 2015. No code changes. 2015-01-08 20:10:22 +00:00
rdsave.inc Change copyright year in kernel and drivers to 2015. No code changes. 2015-01-08 20:10:22 +00:00