DOS should have a stable, pudly Java VM

Joaquin kaffe@kaffe.org
Wed, 16 Apr 1997 16:19:22 -0700 (PDT)


> 
> DOS would be great tho' you'd have to add support for TCP/IP to make it
> useful.  It'd be great to have a DOS-based java-ready device so that

DOS does have a TCP/IP implementation called WatTCP.  Many programs
ranging from grapical web browsers to email readers use WatTCP stack.
Check out www.fdisk.com for general info and further URLs.

> [snip]
> Granted AWT would introduce a big can of worms not because of graphics
> support but more in the department of memory management.  Without AWT (i.e.

That why one would use an 32bit extender.

> [snip]
> 
> Anyone game for a 20-bit 80x86 VM implementation?
> I think it should probably not have anything do with Kaffe, personally.
> 

Me neither, that why you would use a 32bit DOS extender to provide a flat
memory model called DPMI or protected mode interface.  The DJGPP package
offers a freeware extender and provides full gcc support.

I do not think it is a matter of extra support except possibly in
compilation targets.

> [snip]

 - joaquin