Skip to content

Commit ecfa1aa

Browse files
committed
supports new cat functionality
1 parent 48be969 commit ecfa1aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/inc/kernelFunctions.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ void launchShell() {
3333
#define BIGHELP kbHelp(); TIP; HELP;
3434
#define SYSTEMMAN system(arguments[0]);
3535
#define SAYHI print("\nHello!", 0x3F);
36-
#define CATFILE print("\nFile Name> ", 0x0F); readStr(bufStr, bufSize); ASSERT(strlen(bufStr) < MAX_FNAME_LEN); cat(finddir_fs(fs_root, bufStr));
36+
#define CATFILE cat(rawCommand);
3737
#define SWITCHDIR print("\nThe specified directory was not found ", 0x0F);
3838
#define BIGCLEAR clearScreen(); printIntro();
3939
#define MKDIR print("\nThis Command is Reserved for when we have a FAT32 or better FileSystem...", 0x3F);

0 commit comments

Comments
 (0)