helvede.net is one of the many independent Mastodon servers you can use to participate in the fediverse.
Velkommen til Helvede, fediversets hotteste instance! Vi er en queerfeministisk server, der shitposter i den 9. cirkel. Welcome to Hell, We’re a DK-based queerfeminist server. Read our server rules!

Server stats:

168
active users

#DOSCember

0 posts0 participants0 posts today

Last minute #DOScember entry, if fiddling with BIOS stuff counts... A while ago I bought this Soyo 386DX mainboard with a 486DLC + FPU in it from evilBay, with the intent of reproducing one of the quirky and weird setups of my youth. But that board had Mr. BIOS in it, while this thing came with AMI BIOS.

So I bought a handful of 27C512 EPROMs, burned a matching Mr. BIOS image thanks to the preservation efforts of people on Vogons.org, a quick chip swap and here we go. 😍

It's December, and that means it's #DOScember

And for this month, I'm writing articles to highlight FreeDOS— weekly on All Things Open, and weekly on Both.org

Check out today's article, about 5 editors installed with FreeDOS that I like using the most!

1️⃣ FreeDOS Edit
2️⃣ FreeDOS Edlin
3️⃣ Freemacs
4️⃣ Fed, the folding editor
5️⃣ OpenWatcom’s Vi

allthingsopen.org/articles/5-f

All Things Open5 FreeDOS editors I love | We Love Open Source - All Things OpenThe FreeDOS Project is a modern, open source implementation of the classic DOS operating system. While DOS pretty much went away with the advent of Windows95 in 1995, FreeDOS continues... Read More

I'm planning on starting a Twitch stream in a couple of weeks, to participate in the #Doscember event. Current plan is to stream on Wednesdays at 7:00 pm EST starting December 4th. For my first stream I'll be playing #Freedoom and getting started on #TexMurphy : The Pandora Directive.

My #Twitch URL is twitch.tv/whiskytangofoxtrot/

TwitchTwitchTwitch is the world's leading video platform and community for gamers.

What are your plans for #DOScember in December?

I'm planning to write some articles about the cool stuff you can find in FreeDOS, to run on different websites like ATO and Both.org

I'd love to make a DOS game but (1) game dev isn't really my strength area, and (2) I don't know what genre of game I'd write that doesn't already exist on DOS. DOS has a lot of games. 😃

felt like playing some christmas lemmings

which of course turned in to an hour of debugging ~TSR conflicts~

one thing i didn't realise about DOS lemmings, it does some tricky palette switching business for the bottom status bar?

is it switching to 16 colors?

long story short, Zeno (a BIOS text accelerator) somehow interferes with this and causes the button bar to black out

making the game rather hard to play

so don't run Zeno

in fact Windows 95 detects Lemmings and tries to force you to run it in plain DOS mode

because if you force it to run inside windows it runs unplayably slow and the color palette flickers

so pure DOS mode only folks

lemmings is doing some wild stuff with timers and VGA IRQs or something

i believe its entirely 16bit code

merry phosphor christmas!

continuing #DecemberAdventure in #DOScember

fun fact: the original IBM 5150 PC had a very slow and unskippable memory test, WITH NO USER INDICATION OF WHAT IS GOING ON

(the PC XT added the now iconic memory count)

on a cold boot, a PC loaded with a full 640k meant a small school child staring at nothing more than a blinking cursor for a full.... 50 seconds! nearly a full minute before you got a beep and drive noises!

and pcem emulates this with 100% fidelity 🙃

after getting really sick of waiting for this delay while testing lcdcal, i did what any sane person would do and dig up the PC BIOS source code... and build it

some seem to think the PC BIOS was some sort of secret, but in fact the source code was published in the IBM Technical Reference manuals

machine readable copies have floated around in the dark corners of BBSs and warez disks ever since

but how do you build it? a thread