File tree Expand file tree Collapse file tree 4 files changed +153
-160
lines changed
Expand file tree Collapse file tree 4 files changed +153
-160
lines changed Original file line number Diff line number Diff line change 22BareMetal OS -- License
33===============================================================================
44
5- Copyright (C) 2008-2020 Return Infinity -- http://www.returninfinity.com
5+ Copyright (C) 2008-2023 Return Infinity -- http://www.returninfinity.com
66
77All rights reserved.
88
Original file line number Diff line number Diff line change 1- #! /bin/sh
1+ #! /bin/bash
22
33rm -rf bin/
Original file line number Diff line number Diff line change @@ -27,9 +27,9 @@ The first and last disk blocks are reserved for file system usage. All other dis
2727
2828 Block 0:
2929 4KiB - Legacy MBR (Master Boot Sector) sector (512B)
30- - Free space (512B)
31- - BMFS marker (512B)
32- - Free space (2560B)
30+ - Free space (512B)
31+ - BMFS marker (512B)
32+ - Free space (2560B)
3333 4KiB - Directory (Max 64 files, 64-bytes for each record)
3434 The remaining space in Block 0 is free to use.
3535
You can’t perform that action at this time.
0 commit comments