MiniTAK is a small operating system for x86 computers to run in processor real mode. One of the main goals in designing and developing this operating system was to be fully compatible with MS-DOS operating system and its application programs.
To minimize the size of this operating system, it is completely written in assembly language and can boot on any 8088 compatible processor.
This project is an attempt to develop an optimized operating system which can be used to replace MS-DOS, adding...