This files are the kernel 0.64.1b of v2os written with nasm. news in this release : This release developed by MaxLilt : maxlilt@hotmail.com (because I don't like what all peoples are waiting for i3fs) 19.07.00 New update: v2os 0.64.2b - 11223344h floppy size bug fixed in System16. - System 32 optimized. V2Os image size is 47 Kb again. 08.07.00 New update: v2os 0.64.1b - pathches from Merinita's release is included now (system16.asm, s16funcs.inc). - new partition check code through the boot code and s16IB variable. - now you can make more than one bootable v2os partitions, and script.scr isn't more needed for booting from hdd . - new sr48 routine 'Get booted disk and partition'. - s16IB structure is included in system32.asm for descriptive labeled adressing. - Merinita's install.bat fixed. 03.07.00 v2os 0.64b -v2os kernel with a 'file delete' routine (47d - if this already used, write me) -Del [f] command. -More than 128 files at one hdd partition, depends of size. -Files command shows MaxObjects and Free Sectors. -Light blue color for the main text turned back, I don't like new torquoise - too dark... 26.06.00 HDD BOOTING IS AVAILABLE!!! PARTITION CHECKS ARE IMPLEMENTED, YOU MAY COPY ALL PROGRAMS AND SCRIPTS TO HDD! I make this in 2 days, so some bugs are expected. Check this and optimize. Now I need a file delete app ;). How to install: -make a small partition on yours hdd (3-8MB) with 'Partition Magic' or the like. -edit install.scr to change the destination partition. -change part ID to 33h (I'm use Symon boot manager for this). -make a bootable v2os floppy (run install.bat or writeos.exe and v2copy). -boot from floppy. -type: script install.scr or ;change hda3 to part. which you are created syscopy fd0 hda3 ;copy files what you need copy fd0:/boot.scr hda3:/boot.scr ... -don't use format command!!! -Reboot with boot manager to v2os. and %-O))))) -oh, that's speed!.. Caution: -don't use format command!!! -do not copy any files before syscopy!!! -do not boot from hdd before you copy boot.scr! -number of files <=128! Apps Included to: -Edit -v2hex -Dash Modules: -Sermouse -vesa directory of 0.64.1b boot : boot.asm system16 : system16 part system32 : system32 part proposal: some spec and proposals tools : tools for linux to install v2os tools for dos too You can compile it under dos or linux. To compile it under dos or linux, just type make. Under linux, you can clean the directory with the command : make clean bochs: bochs is a virtual x86 machine. If you want to use v2os with bochs, just change in terminal/terminal.inc USEBOCHS equ 0 by USEBOCHS equ 1 Bugs: -Format command are still buggy. -With new sr15.inc edit.app 0.6 crashes if you don't like it, change sr15.inc with old one. Write me... Help me :-)... maxlilt@hotmail.com or kernel@v2os.cx Thanks to everybody who have worked on this kernel. Thanks to Merinita for help! And to Dave Poirier for V2hex.app!