Releases: AndrewFonov11/USOS
Releases · AndrewFonov11/USOS
Release list
USOS version 1.1.0
Changes:
-
Fixed a bug that caused incorrect error messages to be displayed.
-
Entering the "d" command now displays "Disk:" instead of "D".
-
Added protection to the sector selection function.
-
Some functions have been moved to system calls to save space.
Clarification: I got my terminology wrong; by "system call" I didn't mean literally syscall, but simply call.
USOS version 1.0.0
The first release of the USOS operating system.
The system disk image weighs exactly 1 kilobyte.
Commands:
- "r" - reboot.
- "l" - load sector.
- "d" - checking disk health.
- "t" - view the contents of the sector.
- "c" - clear screen.
- "v" - name and version of the system, license name (CC0).
In the "t" and "l" commands, you must first enter the disk number (0-9 for floppy disks and "h" for HDDs), then enter the character whose ASCII code corresponds to the desired sector number (example: ctrl+A - sector 1). For "d", you only need to enter the disk number.
Messages:
- "E" - memory error.
- "EC" - invalid command.
- "G" - the disk passed the test successfully.
- "%" - command prompt.