My v2os page...

v2os is a full 32-bit operating system developed in assembler. Size is only app. 50k!
To make a v2os boot floppy from DOS, you need files: boot.v2s; system16.v2s; system32.v2s and writeos.exe.
Just put these files in a directory; place a emtpy 1.44meg floppy in a: and run writeos.exe.
Here are the mentioned files:  v2os.zip
Here is hacked v2os version, that does not need a HD to exist:  v2os-hd.zip
That is the hack in system16.asm (*PS line) / partlist does not work:
	jmp  FIXEDDISKINFOSCANDONE		; *PS

	mov  ah,8                               ; Get info
	mov  dl,80h
	int  13h
	test dl, dl                             ; No fixed disks?
	je   near FIXEDDISKINFOSCANDONE

	movzx cx,dl
	mov  dx,80h                             ; Fixed disk

FIXEDDISKINFOSCAN:



Here are some apps + dos tools:  v2apps.zip
(Use v2dir; v2del to delete file from-; v2copy to copy file to- v2os floppy)
Runs from floppy or hd...

not much to see here yet. Go to http://www.v2os.cx

I will program some apps with djgpp/nasm for v2os soon...
The current zip archive of my work is here:  myv2os.zip


If you want to get in contact with me:
@-mail: peter.sieg@gmx.de