Sijmen 🧑💻
sjmulder@bsd.network
<p>Programming, retrocomputing</p>
Posts
-
Post #2326544
Trying to figure out networking and (OpenBSD) pf at the same time... Basically, I have a secondary IPv4 address on my OpenBSD webserver that I want to forward to my IPv6-only Wii - as if the IPv4 address was the Wii&#39;s. What forwarding mode is appropriate? nat-to, af-to, rdr-to? #OpenBSD #pf #networking
-
Post #689284
Presenting SUDO for DOS! An implementation of sudo for DOS, to run the given command with full privileges. It can be used to edit important system files, run disk partitioning tools, and so on! https://codeberg.org/sjmulder/sudo.com #RetroProgramming #CyberSecurity #DOS
-
Post #659241
Programming some small DOS programs has made me learn a bit more about it, and real-mode programming in general. For example, I thought DOS was essentially a single-process, full memory ownership sort of affair (sans resident code hacks), but that&#39;s not true at all. Multiple programs can be loaded at the same time, with DOS keeping tabs of memory allocations. The basic variant of this being one program starting another, and then the second exiting, returning to the first. (But let&...