I don't understand the question. I boot Windows 98 SE lite from ramdrive. It happens like this. Autoexec.bat creates on image in ramdrive (Xfrom zip file on flashdrive and puts the boot image there. My autoexec.bat takes care of this:
c:\winboot\smartdrv.exe a- b- c- d+
c:\command\xmsdsk 50000 X: /y /t /c2
c:\command\doslfn
c:\command\pkunzip c:\windows.zip X: -d -o
set COMSPEC=x:\windows
path=X:\WINDOWS;X:\WINDOWS\COMMAND
exit
x:
mode con codepage prepare=((850) X:\WINDOWS\COMMAND\ega.cpi)
mode con codepage select=850
keyb uk,,X:\WINDOWS\COMMAND\keyboard.sys
xmsdsk creates the ramdrive, comspec says where the windows image is. The image registry has been modified with coa2 to think everything lives on x:
By ramdrive do you mean a flash drive, because ramdrives lose their contents when you switch off the machine (unless you have battery backup).



LinkBack URL
About LinkBacks
Reply With Quote


from zip file on flashdrive and puts the boot image there. My autoexec.bat takes care of this:
Bookmarks