Search

Items tagged with: RetroComputing



Hey fellow nerds, do you know if I can just swap a Pentium 133 with a Pentium 166 MMX without having to change the VRM on the motherboard? Based on the following table, I’m not so sure: en.wikipedia.org/wiki/Pentium_….

EDIT: After doing some digging and trying to remember what I found when I last looked at that question, I came to the conclusion that no, it’s actually not possible. So’ll be looking for a replacement VRM module as well.

#RetroComputing #Pentium



The media in this post is not displayed to visitors. To view it, please go to the original post.

#retrocomputing #vintagecomputing #search #searchengine #frogFind #novell #netware #icebrowser

Catch of the Day: Surfing in the Server Room! 🦖💾

Hey Retro Fans and IT Veterans!

Sometimes our FrogFind radar catches exotics that make even hardcore system administrators rub their eyes in disbelief. Forget old handhelds or consoles—today we are diving deep into the flickering neon lights of the corporate server rooms of the early 2000s.

Our bouncer logged this majestic user agent:
Mozilla/5.0 (NetWare; U; NetWare 6.50.08; en-US) ICEbrowser/6.1.2 NovellViewPort/3.7.2

For anyone who entered IT after 1995: We are talking about Novell NetWare 6.5! This was not a system for browsing or gaming. NetWare was the undisputed file and print server operating system that practically kept every corporate network running back in the day. An absolute workhorse.

But how does a NetWare server end up on FrogFind? The answer lies in the ICEbrowser tag. To display help files or the "Novell Remote Manager" directly at the server rack on the graphical emergency console, Novell had embedded a tiny, Java-written browser from ICEsoft. It was never intended to explore the open World Wide Web!

The fact that now, over 20 years later, someone is literally (or via remote connection) sitting in front of this server legend, opening the graphical console, hijacking the rudimentary Java help viewer, and using it to ping FrogFind is absolute top-tier retro computing. FrogFind delivers even to this pure server operating system the bare HTML it needs to read today's world.

Cheers to the unknown admin keeping this server alive! May your disk arrays never fail.

Your FrogFind Team 🐸


meanwhile both winocm-hacked-qemu-alpha and gdwnldsKSC's es40 emulator come with ability to install windows nt/2000 axp on them, and having different set of issues while I tried to compile stbiview(picview) on them.

compiling j40 in alpha is getting "error C2099: initializer is not a constant" on some float variable declaration is just strange, and some other float variable declaration with division gets "error C2124: divide or mod by zero" while divisor is not zero.

even if these float variable declarations are workarounded by manually evaluating them, it can still be miscompiled and crash when affected code is being executed.

#retrocomputing #retroprogramming #dec #alpha #axp


The media in this post is not displayed to visitors. To view it, please go to the original post.

this time I tried to tell google gemini to generate all code from /dev/null (not really, but from my vague prompt) for a picture viewer using stb_image.
kind of working, but doesn't look good in win32s.
source: github.com/roytam1/stbiview
#retrocomputing #retroprogramming