From e459a08d4e23a227eea2455db2022ea89c782577 Mon Sep 17 00:00:00 2001 From: Kenneth J Davis Date: Sat, 4 Feb 2012 08:48:07 +0000 Subject: [PATCH] Improve handling for sectors not 512 bytes in size (up to 2048 bytes) git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/trunk@1703 6ac86273-5f31-0410-b378-82cca8765d1b --- docs/history.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/history.txt b/docs/history.txt index 400cc5d..3d53f2b 100644 --- a/docs/history.txt +++ b/docs/history.txt @@ -18,6 +18,8 @@ Changelog items can list SVN revision rNUMBER and bugzilla bug NUMBER. * r1685 add int 2f subfunc 122B and 122D from Eduardo Casino * r1697 from Pete Batard, do not display CHS mismatch warning during booting when forcing LBA mode option set + * r1702 improve handling for sectors not 512 bytes in size + (up to 2048 bytes, larger sizes not yet working) + Changes Bart * r?