= {
}
void Readf(const char *argv[], int argc)
Read and display contents of a file from the FAT16 filesystem.
void Rm(const char *argv[], int argc)
Delete a file from the FAT16 filesystem.
void Writef(const char *argv[], int argc)
Write data to a file in the FAT16 filesystem from user input.
void Mkf(const char *argv[], int argc)
Create a new empty file on the FAT16 filesystem.
void CmdRecvPack(const char *argv[], int argc)
Receives network packets from VirtNet (on keypress).
void CmdHelp(const char *argv[], int argc)
Displays built-in help information.
void CmdShutdown(const char *argv[], int argc)
Sends shutdown signal when running under QEMU.
void CmdUser(const char *argv[], int argc)
Prints the current username.
void CmdLs(const char *argv[], int argc)
Lists FAT16 filesystem contents.
void CmdCmp(const char *argv[], int argc)
Compares two strings using the internal shell comparison function.
void CmdClear(const char *argv[], int argc)
Clears the shell screen.
void CmdTst(const char *argv[], int argc)
Executes a test WEX executable.
void CmdSetName(const char *argv[], int argc)
Sets the username used in the shell.
void CmdRegex(const char *argv[], int argc)
Runs the regex test utility.
Array of all available shell commands.