________ __ __ _____ ____ /\_____ \ /\ \ /\ \ /\ __`\/\ _`\ \/____//'/' __ \ `\`\/'/'\ \ \/\ \ \,\L\_\ //'/' /'__`\`\/ > < \ \ \ \ \/_\__ \ //'/'___ /\ __/ \/'/\`\ \ \ \_\ \/\ \L\ \ /\_______\ \____\ /\_\\ \_\\ \_____\ `\____\ \/_______/\/____/ \/_/ \/_/ \/_____/\/_____/ -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- ZeX/OS is simple operating system written in C and assembler languages. * Archs: x86, x86_64 * Mode: protected * Supports: preemptive multitasking, shell, commands, multitty, tcp/ips * Drivers: built-in (floppy, video, keyboard, rs232, ata, hdd, pcspeaker, serial mouse), modules * Apps: elf executable, built-in * Filesystem: fat12, fat16, plans for ext2/ext3/ext4 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- * Default users * Administrator account: login name: root Password: root Guest account: Login name: guest Password: guest -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- * Commands list * hdd Detect HDD help Print help reboot Reboot computer halt Shutdown computer tasks Print all tasks ps Print all process uptime Print uptime in seconds version Displays a version of system debug Change to developer mode mount Mount device to selected directory env Displays all env variables cd Change directory ls Displays files in current directory cat Displays text in selected file mkdir Create a directory exec Execute a selected program lsdev Displays found devices login Login as another user serialw Write data on rs232 serialr Read data from rs232 fdisk Partition table manipulator hdcat Read selected block of data from drive nc Clone of netcat (nc