AtieDOS 2.10 is the new version minor version of the AtieDOS 2.x series. If you are looking for older releases, check them out here because they're not on GitHub: https://atiesoftware.glitch.me/downloads/atiedos/
New things
This new version includes these things:
- Stra interpreter
- Fixed backspace bug
- Deleted color command
- Help command simplified
- No command line arguments for prompt and echo command
- Maximum 100 chars for echo command to avoid overwriting; this also happens for prompt command but the maximum is 25
bootloader.asm
, some parts ofkernel.asm
and all system calls are documented using comments- Deleted
check_commands
: now command line apps work thanks to string checking - Pause command
How to emulate it
You can use an emulator to emulate the disk image. But if you want to use it on real hardware you need to burn it somewhere, and an important requisite is that your PC needs to have BIOS or at least UEFI with BIOS support.
Contribute
Contact me on Discord. I am AteMellow-P#5173. My Discord Server.
Acknowledgements
Thanks to Midn the bootloader works and thanks to SuperLeaf1995 I got inspired to make the Stra Interpreter.