Update FAT32.py

main
Younes Tasra 2023-04-17 01:04:13 +00:00 committed by GitHub
parent 36d9255294
commit 797ffddc8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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("")