From 797ffddc8b29030f0182b9c5dd3f77dbfb2d7be7 Mon Sep 17 00:00:00 2001 From: Younes Tasra <101610095+YounesTasra-R4z3rSw0rd@users.noreply.github.com> Date: Mon, 17 Apr 2023 01:04:13 +0000 Subject: [PATCH] Update FAT32.py --- FAT32.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAT32.py b/FAT32.py index 789c3de..abddb9d 100644 --- a/FAT32.py +++ b/FAT32.py @@ -500,7 +500,7 @@ if __name__ == "__main__": print("--------------------------------------------\n") sleep(1) -# Partition the Master Boot Record: +# Parsing the Master Boot Record: print_message("Bootstrap Code located in the first 446 bytes of the first 512-byte sector (MBR)", 'INFO') print("")