Back to News
Advertisement
Advertisement

⚡ Community Insights

Discussion Sentiment

83% Positive

Analyzed from 383 words in the discussion.

Trending Topics

#font#compatible#intel#dos#gets#https#com#embedded#years#less

Discussion (10 Comments)Read Original on HackerNews

userbinatorabout 1 hour ago
The requirements for DOS are much less than for true PC-compatibility, which is why there were many "DOS-compatible" x86 machines in the early days, but they soon fell out of favour as the truly IBM PC-compatible clones took over.

I found this part of the process unusual:

In total my final font-header-file is about 22kB but it was a great relief to use AI for this dumb task. Google Gemini produced a nice font for my BIOS. On individual characters I had to fix some pixel-errors

Instead of simply searching for one of the numerous font-dumps that exist on the Internet, which will already be 100% correct for all of CP437? The CGA font would be a good match (and the one he ended up using looks like it), but there are plenty of other 8x8 fonts available.

antonvs30 minutes ago
> Instead of simply searching for one of the numerous font-dumps that exist on the Internet

On the other hand I enjoy reading about all the things people are recreating with LLMs, since it gives an idea of what's not just possible, but actually practical, in case I ever need something similar.

(This may be a short-lived preference though, if it gets to the point where just about anything within reason is practical.)

dquigleyabout 3 hours ago
Cool project! This reminds me of Chis Noeding's YouTube Channel, where he's been posting his progress on running custom firmware on the newer Behringer X32 mixers - https://www.youtube.com/@pcdimmer
initramfsabout 1 hour ago
The Github page that the article links to at the bottom is Chris Noeding. Thus they are the same.
initramfsabout 1 hour ago
I found a 386 compatible linux image: https://github.com/hatonthecat/linux_distro_tests/commit/816... It's a floppy image, although there are other bootable isos in on of the other folders.
willXareabout 2 hours ago
This is the kind of project that makes embedded systems feel less like engineering and more like archaeology with a soldering iron.
naturalmovementabout 3 hours ago
Using x86 in embedded products is not new, especially older ones from the 90s, it was extremely common actually to run DOS or VXworks or QNX. It's all over industrial products. In fact Intel still shipped 386 CPUs until a few years ago.* It's cool and all but if we wrote blog posts about all of them you'd be set for the next 10 years.

* Supposedly 2007 but that does not sound right for embedded customers unless Intel built a lifetime supply.

duskwuffabout 2 hours ago
> unless Intel built a lifetime supply

This is standard practice for low-volume legacy parts. A single production run will often yield enough parts for months or even years of demand; once demand gets low enough, the manufacturer will just sell what's left of the last batch, and discontinue the part when that runs out.

initramfs34 minutes ago
Since they are out of patent, curious if anyone would be willing to manufacture it again.
userbinatorabout 2 hours ago
A lot of SoCs in monitors have a 186-compatible core:

https://www.cpushack.com/2013/01/12/the-intel-80186-gets-tur...