Alfred M. Szmidt

Results 25 issues of Alfred M. Szmidt

On OpenBSD, fd_set is declared in . https://github.com/aap/pdp6/blob/5b3e2f0f19ebf06ec491c0ed464ff152789a1311/emu/util.c#L22 ``` diff --git a/emu/util.c b/emu/util.c index fcaed91..4b1af68 100644 --- a/emu/util.c +++ b/emu/util.c @@ -3,6 +3,7 @@ #include #include +#include #include #include #include...

#### Output of the command `M-x company-diag` ``` Emacs 27.2 (x86_64-unknown-openbsd) of 2021-09-27 on amd64-2.ports.openbsd.org Company 0.9.13 company-backends: (company-bbdb company-eclim company-semantic company-clang company-xcode company-cmake company-capf company-files (company-dabbrev-code company-gtags company-etags company-keywords)...

Even with a properly configured disk and ROMs, ld doesn't enter the SDU on the console. But if one copies the exact same disks, ROMs and configuration files to a...

When not having a YAML config, it seems that ld doesn't boot into the SDU ... but explicitly setting SDU in the YAML config to one makes it work. Sorry...

When trying to restore the 00_install.tap (http://bitsavers.org/bits/LMI/lambda/00_install.tap) from Bitsavers in the current master of ld, it fails to to restore the LOD partition and LMC partition. It works if one...

%BEEP support is non-existant when linking against SDL1 causing a undefined reference to xbeep(). Requiring the use of `--disbale-no-xbeep`.

BIOCSSEESENT (or the more modern BIOCSDIRECTION) don't exist on OpenBSD's BPF implementation.

While trying to list a tape, I got this strange segfault: ``` Assertion '!e->dead' failed at pulse/mainloop.c:254, function mainloop_defer_enable(). Aborting. Thread 4 "SDLAudioP1" received signal SIGABRT, Aborted. [Switching to Thread...

Would there be any interest in the introduction of --exec-prefix option to specify where arch. dependent files are installed? The general format of GNU ./configure is to accept both --exec-prefix...

I think it would be preferable to use config.guess to figure out ./configure to figure out the $build variable -- the reason is that config.guess is specifically designed for the...