> Despite being 32-bit, the VM still sees a very modern processor, though, so > it is possible something could go wrong on old hardware. If someone advises > me on exactly what to do, I could try building a binary that should be > usable on old machines. Would it be enough to do > > export SAGE_FAT_BINARY="yes" > export SAGE_BINARY_BUILD="yes" > export SAGE_ATLAS_ARCH="base" > > before building? Also, if anyone knows a way to make the cpu in the virtual > machine look like an old cpu, I could try doing that.
It seems that properties of the host CPU are passed over to the VM guest as indicated here, https://forums.virtualbox.org/viewtopic.php?f=10&t=33954 There is a technical difference between Virtualisation and "Emulation". I found some elaboration about this here: http://www.thefreecountry.com/emulators/pc.shtml QEMU is an emulator, so maybe this would be the tool of choice to study old processors. But I guess while you can test a lot with such a setup, the real proof of the pudding is in the eating, i.e. some bugs will only show out in the wild. -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org