Changes

SymbOS

34 bytes added, 09:43, 26 October 2023
/* Events */
*''03/2015'': Development of network support started
*''08/2017'': SymbOS release 3.0 is out
*''12/2021'': SymbOS release 3.1 is out
<br>
Even the Z80 8-bit CPU is able to run a pre-emptive multitasking environment. Missing mechanisms like memory protection, which are often called as a condition for multitasking, are system stability issues only. The MP/M operating system already proved, that multitasking on Z80 computers is possible.
While the MOS Technology 6502 can not move the stack, the Z80 can freely replace it to any position in the memory, which is more or less a condition for pre-emptive multitasking. The existance existence of an alternative register set accelerates the content context switching between the tasks dramatically. The restriction of Z80 systems to a 64 kB address space can be solved with bank switching. In this way computers like the Amstrad CPC and PCW, MSX, Enterprise or SAM Coupé are able to access hundred hundreds or thousand thousands of kilobytes of memory.
<br>