Skip to content

Commit 13d5ef7

Browse files
committed
rebuilded the user programs and corrected typo in diskStructure.py
1 parent cd11db0 commit 13d5ef7

File tree

12 files changed

+1
-1
lines changed

12 files changed

+1
-1
lines changed

disk/diskStructures.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def get_data(self):
8888
return perm(self.data)
8989

9090
def mode(self):
91-
if len(self) < SHORT_MODE_LIMIT * BLOCK_SIZE:
91+
if len(self) <= SHORT_MODE_LIMIT * BLOCK_SIZE:
9292
return 0
9393
else:
9494
return 1

filesystem/bin/cat

432 Bytes
Binary file not shown.

filesystem/bin/echo

552 Bytes
Binary file not shown.

filesystem/bin/grep

376 Bytes
Binary file not shown.

filesystem/bin/hexdump

16 Bytes
Binary file not shown.

filesystem/bin/neofetch

464 Bytes
Binary file not shown.

filesystem/bin/snake

-69.5 KB
Binary file not shown.

filesystem/bin/top

344 Bytes
Binary file not shown.

filesystem/clock

488 Bytes
Binary file not shown.

filesystem/ferr_shell

304 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)