764
contributi
Modifiche
Da GolemWiki.
→Novell "NetWare DOS Client" con TCP/IP
== Novell "NetWare DOS Client" con TCP/IP ==
https://www.lazybrowndog.net/freedos/virtualbox/?page_id=321
PCNTNW.COM – an ODI driver for Novell Netware
https://www.lazybrowndog.net/freedos/virtualbox/downloads/drivers/pcnetodi.zip
DIS_PKT9.DOS – transforms the NDIS driver into a packet driver.
https://www.lazybrowndog.net/freedos/virtualbox/downloads/drivers/dis_pkt9.zip
ODIPKT.COM – transforms the ODI driver into a packet driver.
https://www.lazybrowndog.net/freedos/virtualbox/downloads/drivers/odipkt31.zip
Creare floppy img per virtualbox
Open another linux terminal or go back to home directory.
Type $ mkfs.msdos -C myfloppy.img 1440 to create the floppy image.
-myfloppy.img is the image file
-1440 is floppy size (1.44 MB)
Type $ sudo mount -o loop myfloppy.img /media/floppy/ to mount the image with the floppy directory.
http://ftp.icm.edu.pl/packages/novell/updates/nw/nw410/tcp16.exe