Commit Graph

9 Commits

Author SHA1 Message Date
CrazyEttin a20d846f60 Fix the root loading bug in the bootloader as well just to be safe, fix a bug in loadf giving a file size one sector too large, make loadf return the size of the file in cx, change print to work based on file size instead of a file ending character, and modify the readme and other text files accordingly. 2021-07-07 00:58:21 +03:00
CrazyEttin e605a6a0a8 Add paging to print and modify the readme accordingly, add the file loading bug to the known bugs section, and tidy the usage section. 2021-07-04 21:18:01 +03:00
CrazyEttin f6c67e0c82 Make drive specifications work for command as well and modify the readme accordingly, and fix some other minor bugs. 2021-06-28 22:17:53 +03:00
CrazyEttin 2544d96a81 Fix a bug in loadf that prevented reading clusters at a track boundary, write type, Ettinify the text files, and modify the readme and make.sh accordingly, and add a source disk image to make.sh. 2021-06-26 19:10:45 +03:00
CrazyEttin 2bfa61b669 Change the line endings of the text files from Unix to DOS style. 2021-06-22 16:05:09 +03:00
CrazyEttin 2e003c3198 Write loadf and rewrite the shell to load external programs with it instead of internal calls. 2021-06-20 14:18:50 +03:00
CrazyEttin 59d9c7e89d Move system calls to interrupts and rename the main system loop to shell. 2021-06-18 21:59:59 +03:00
CrazyEttin 45a11e601f Finish writing fileify, remove printch and readch since those have not proven useful, merge the code in byte2hex to keycode, and rename printnl back to newline because it was easy to confuse with println. 2021-06-16 22:00:45 +03:00
CrazyEttin a62a87970a Move the system from after the bootloader to the beginning of usable memory and the bootloader and system stacks to after their respective programs, fix a couple of bugs in the bootloader that made it not load the system correctly above a specific size, abandon the goal of eventual subdirectory support and modify the project directory structure and make.sh accordingly, and start writing fileify. 2021-06-16 18:03:31 +03:00
Renamed from SOURCE/READLN.INC (Browse further)