From 325225a4e83c46add96d4af0e58e92d0b5c1b438 Mon Sep 17 00:00:00 2001 From: anic17 <58483910+anic17@users.noreply.github.com> Date: Thu, 8 Dec 2022 19:03:03 +0100 Subject: [PATCH] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index da4af80..34a98e9 100644 --- a/README.md +++ b/README.md @@ -18,14 +18,12 @@ Prints 40 bytes from file.txt, starting to read at the 10th byte. ### Return code On success, the number of bytes read is returned, or a negative error value on failure. -DiskRead can be used for both hexadecimal dumping and a boot sector backup tool. - Note: Due to Windows limitations, both disk reading and disk offset are performed in chunks of 512 bytes. Values will be rounded up to the nearest multiple of 512. ## Why use DiskRead? -DiskRead is a very light program (only 6 kB), it's really fast, powerful, portable and easy to use. +DiskRead is a tiny program (only 9 kB), it's really fast, powerful, portable and easy to use. Works on Windows XP and higher. It's also a good backup tool for your boot sector in case it gets corrupted or you want to restore it. ## Article