Gosh, I hope someone actually uses it

Hi samir, thanks very muchsamir wrote:hello Andyand congratulations for this great project.
I want to know how to port other linux programes to your system. ..thanks![]()
Hi luis,luis wrote:Has anyone tried to use Visopsys on bochs? If so, what would be a suitable bochsrc text to configure a boot from floppy to support version 0.1?
Hey, everyone I experimented with bochs, on my laptop and an old desktop machine. I tried installing Visopsys to my hard disk as I mentioned above, but the bootsector never installed correctly. What I ended up doing was to format the drive using the FAT 32 file system then I would mount the drive as follows:luis wrote:I have tried formatting my entire hard drive and install the OS. I created a boot menu and every time I try to boot from hd0a the boot process never kicks off. I tried version 0.70 and 0.69. I tried many times but it just hasn't worked. I am just using one partition fat32. The boot menu shows up but reads "booting..." and hangs. Has anyone experience this?
Code: Select all
mount hd0a /hd0a
Code: Select all
copy-boot /system/boot/bootsector.fat32 hd0a
Code: Select all
copy /vloader /hd0a/
Code: Select all
copy /visopsys /hd0a/
Code: Select all
cp -R docs /hd0a/docs
Code: Select all
cp -R programs /hd0a/programs
Correct, I did these steps on the command line from within Visopsys after booting from CD. I noted the install.sh script after I did all these steps, but I could not use it since I do not have a linux/unix machine.andymc wrote:Oh, I think I misunderstood; you did these steps on the command line from within Visopsys, right?
That's still very helpful for debugging, thanks.