<div dir="ltr"><div>I tried to use FreeVMS earlier but it failed with the pager.sys.</div><div>I see that this bug is fixed in 2013 and I gave a new try.</div><div><br></div><div>Downloaded the git repository. Configured the kernel and built all without any problem.</div><div><br></div><div>The make image failed because it expected files from a different directories.</div><div><br></div><div>Here is my implementation</div><div><p>image: build/freevms/vmskernel.sys \</p><p>                build/freevms/pager.sys \</p><p>                build/freevms/init.exe</p><p>        mkdir -p ../mnt/boot/</p><p>        cp -f build/pal/x86-kernel ../mnt/boot/</p><p>        cp -f build/kernel/util/kickstart/kickstart ../mnt/boot/</p><p>        cp -f build/kernel/build/lib/* ../mnt/boot</p><p>        cp -f build/kernel/build/lib64/* ../mnt/boot</p><p>        cp -f build/freevms/vmskernel.sys ../mnt/boot</p><p>        cp -f build/freevms/pager.sys ../mnt/boot</p><p>        cp -f build/freevms/init.exe ../mnt/boot</p><p>...that at least move the files - but I guess, here is the problem.</p><p>Because when I start the image I get the following error:</p><p>"Please chose the different link base" - the screenshot was attached, but the maillist did not accept. Here comes the OCR output. </p><p>KiickStart 0.12.56 ,</p><p>Detected multiboot compliant loader</p><p>Limiting physical memory to 256MB </p><p>Reserving 16MB for kernel memory kernel (0x0011a000-0x00155f3b) => 0x40101000 </p><p>(0x0011ala0-0x00133720) -> 0x00600000-0x00619580 </p><p>(0x00133720-0x00134023) -> Ox00i90000-0x00800903 </p><p>(0x00135000-0x00137164) -> 0x00X00000-0x00a021114 </p><p>(0x00138000-0x00146.8) -> 0x00c00000-0x00c0e3a8 </p><p>(0x00147000-0x0014eal8) -> 0.0101000-0.010.18 </p><p>sigma0 (0x00156000-0x00173291) => 0x00080000 </p><p>(0x001560c0-0x0015c140) -> 0x00080000-0x00086080 </p><p>roottask (0x00174000-0x0Olcb4d7) => 0x01003cbd </p><p>(0x00174060-0x0Olee518) -> 0x01000060-0x0107a518 </p><p>Conflict with module 0 (0x00600000-0x40108a18) </p><p>Please choose a different link base rAmIc: FAIL in line 163 <br></p><p><br></p><p>I wonder what I am doing wrong?</p><p>I am very curios to see FreeVMS in action. If anybody has a working image to share it would be also highly appreciated.</p><p><br></p><p>Thanks you for the help.</p><p><br></p><p>Regards,</p><p>Z</p><p>BTW I am working on an OpenSUSE 13.2</p><p><b>virtual2:/home/zoli/freevms/FreeVMS #</b> uname -a</p><p>Linux virtual2 3.16.7-29-desktop #1 SMP PREEMPT Fri Oct 23 00:46:04 UTC 2015 (6be6a97) x86_64 x86_64 x86_64 GNU/Linux</p><p><b>virtual2:/home/zoli/freevms/FreeVMS #</b> gcc --version</p><p>gcc (SUSE Linux) 4.8.3 20140627 [gcc-4_8-branch revision 212064]</p><p>Copyright (C) 2013 Free Software Foundation, Inc.</p><p>This is free software; see the source for copying conditions.  There is NO</p><p></p><p>warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.</p><p><b>virtual2:/home/zoli/freevms/FreeVMS #</b> rpm -qa | grep Virtual</p><p></p><p><b>Virtual</b>Box-5.0-5.0.10_104061_openSUSE132-1.x86_64</p></div><div><br></div></div>