-
At some (recent) point in time, the VAXen clock drifts away from the real time. I have observed it under x64 Linux and under ARM linux, in all the VAX simulators I run permanently (currently, vax3900,…
-
Not sure if this is a thing with Arch Linux only but in order to compile the PDP11 simulator I had to edit slirp_glue/sim_slirp.c and add `#include ` (libslirp.h is included twice in that file btw) an…
-
So we can read all of the game sounds.
-
The new logic for slirp is not compiling properly under RedHat Enterprise Linux 6.7. Admittedly this Linux distribution uses fairly old software but RHEL6 itself is still rather common.
The commit id…
-
When sending email with html body and any kind of attachment, some clients identify the html body also as an attachment. This problem only happened on desktop clients.
supwr updated
8 years ago
-
I get the following error when I try building the simulators on Debian 7:
gcc -march=native -m64 -std=c99 -U__STRICT_ANSI__ -O3 -finline-functions -fgcse-after-reload -fpredictive-commoning -fipa-cp…
-
gcc -march=native -m64 -std=c99 -U__STRICT_ANSI__ -O3 -finline-functions -fgcse-after-reload -fpredictive-commoning -fipa-cp-clone -fno-unsafe-loop-optimizations -fno-strict-overflow -flto -fwhole-pr…
-
Let's say that we have a waveform defined as:
record (waveform,"TEST-BOY0:SETPOINT")
{
field(DESC, "Setpoints")
field(EGU, "C")
field(FTVL, "DOUBLE")
field(HOPR, "3.0")
field(LOPR,…