EV-OS OPERATING SYSTEM

Programmer: Evren Onur SOYKUT

Email: evrensoykut@hotmail.com

Copyright © 2001 Evren Onur SOYKUT

Adress program is under GNU GENERAL PUBLIC LICENSE (GPL). A copy of   GPL license is in the archive file as "GNU Public License.txt"

     HOW TO INSTALL

Insert a diskette into the diskette drive. Run rawrite in the windows and it will ask you source file name. Write "evoseng.img"  here. Now restart your computer and boot from diskette. EV-OS is ready.

Commands are these: dir, rd, md, copy, type, ren, cd, del, cls. Use the commands like Linux. Directory structure is also like linux. Directory separator is "/" character and it doesnt have an drive letter like "a" or "c". When you use "cd .." command to go to one level up in the directory tree. Dont forget to press space key between "cd" and ".."

If you want to transfer files from windows to EV-OS use "transfer" program. Boot your windows in MS-DOS mode and run the transfer program in the directory where you keep your file that you want to transfer. The file musnt exceed 64 KB in size. Because EV-OS file system cant keep files greater than 64KB. Note: Windows Me and Windows XP has no MS-DOS mode so if you use these operating systems you can boot your system with Windows boot diskette. Windows boot diskette opens your system in MS-DOS mode.

EV-OS was written in Assembly. I used NASM as assembler. Transfer program was written in C.