EttinOS/src
CrazyEttin 92d93714bd Write echo, update the readme with information on how the commands work, and replace a lodsb stosb loop in the shell with a movsb one. 2021-06-25 22:51:59 +03:00
..
BOOT.ASM Get loadf variables from the disk description table instead of hardcoding them, tidy up the make script a bit, add contributors to the copyright statement, and change the phrasing of the readme slightly. 2021-06-24 18:34:41 +03:00
ECHO.ASM Write echo, update the readme with information on how the commands work, and replace a lodsb stosb loop in the shell with a movsb one. 2021-06-25 22:51:59 +03:00
HELLO.ASM Remove file name extensions from commands, implement command tails, ignore extra spaces either leading or trailing a command or between a command and its tail (except for drive changing), and fix a typo in hello. 2021-06-25 14:35:15 +03:00
LOADF.INC Write echo, update the readme with information on how the commands work, and replace a lodsb stosb loop in the shell with a movsb one. 2021-06-25 22:51:59 +03:00
PRINTLN.INC Change the line endings of the text files from Unix to DOS style. 2021-06-22 16:05:09 +03:00
PRINTSTR.INC Change the line endings of the text files from Unix to DOS style. 2021-06-22 16:05:09 +03:00
READLN.INC Change the line endings of the text files from Unix to DOS style. 2021-06-22 16:05:09 +03:00
READSTR.INC Change the line endings of the text files from Unix to DOS style. 2021-06-22 16:05:09 +03:00
SYSTEM.ASM Write echo, update the readme with information on how the commands work, and replace a lodsb stosb loop in the shell with a movsb one. 2021-06-25 22:51:59 +03:00