Index of /DOS/MS-DOS-1.2/

NameLast ModifiedSizeType
../ -  Directory
README.txt2022-Nov-15 18:02:250.5Ktext/plain; charset=utf-8
dos12.txt2022-Nov-15 17:55:48493.3Ktext/plain; charset=utf-8
___  ___ _____  ______ _____ _____  
|  \/  |/  ___| |  _  \  _  /  ___| 
| .  . |\ `--.  | | | | | | \ `--.  
| |\/| | `--. \ | | | | | | |`--. \ 
| |  | |/\__/ / | |/ /\ \_/ /\__/ / 
\_|  |_/\____/  |___/  \___/\____/  
                                   
---------------------------------------

 - Historical MS DOS 1.2 from 1982 boot disk 
 - Binaries from https://github.com/neozeed/MS-DOS/tree/master/v1.25 
 - Base64 decode the dos12.txt file 

base64 -d dos12.txt > dos.img 

 - Then run it with qemu 

qemu-system-i386 -fda dos.img -boot a 


Webserver 1.0