Lunduke
News • Science & Tech
The last programming project from Bill Gates: Microsoft BASIC for TRS-80 Model 100
This Operating System was the last project that Bill Gates played a major role in programming... and it's actually pretty amazing.
December 05, 2023
post photo preview

Let’s take a look at the very last project that Bill Gates ever played a major development role on at Microsoft…

Microsoft BASIC 80 for the TRS-80 Model 100 series.

Which is, in reality, an entire Operating System.

A historically highly significant one, at that. Though not many people (nowadays) have ever had the chance to actually use it – in large part because the OS itself was developed specifically for one hardware line.

And that hardware line (comprised of the TRS-80 Model 100, 102, & 200) hasn't been in production since the early to mid 1980s.

Here's just a few fun quick facts about the hardware, and the Operating System that powers it:

  • The Model 100 is often referred to as the “Model T” by enthusiasts and collectors.

  • Single tasking, flat file system.

  • Entire OS fits on a 32k ROM.

  • There remains a rather loyal group of fans that still use these computers to this day. Seriously. Maybe not millions of users around the globe, but those that have them, love them.

  • The firmware / OS for the Model 100 is the last project that Bill Gates was one of the primary programmers for (it had a team of two).

Bill Gates, in an interview with the National Museum of American History, had this to say about the machine and the software that powered it:

“This is in a sense my favorite machine, I mean by today's standards it is kind of a pathetic machine. But what happened was Kazuhiko Nishi, my friend from Japan, came over and said that we could have an 8-line LCD with 40 characters. And up to then all we had was four lines by 20 characters. I didn't think using 4 by 20 you could do much that was interesting. But, when he said we could go 8 by 40, then I got to be pretty fascinated with the idea of a portable machine. It wasn't just taking your desktop machine and trying to shrink it down, because battery life would be a problem, and ease of use would be a problem. But just taking the things you want as you move around and making it pretty inexpensive. So, this machine came out for $500. Jey Suzuki, from Japan, and I, wrote the ROM in this machine. It is a 32K ROM.

 

Part of my nostalgia about this machine is this was the last machine where I wrote a very high percentage of the code in the product. I did all the design and debugging along with Jey. And it is a cool user interface, because although most of the code is a BASIC Interpreter, we did this little file system where you never had to think about saving anything. You just had this menu where you pointed to things. It was a great little editor and scheduler. We crammed it all into a 32K ROM. And really designed it in an easy to use way around these special keys up here.

 

We had some great things here like we had a way that you could add a bar code reader to this. We thought maybe people would distribute software on bar codes. In fact, Byte Magazine got into that for a while. We had a lot of ways you could extend this by putting a new ROM in the bottom.

 

What you had here is just your files. And you would just move the cursor to the one that you wanted and hit the Enter key. And then you'd be back editing that file. So, if we go into text, you can type in the name of the program and it would know that's what you wanted. It is a nice screen editor. You can just move the cursor around.”

Here's a quick run-down on how the OS of the Model T's actually works.

The Home screen — where everything lives.

This is the Home screen. Think of this like a combination of an application launcher and a file manager. There are no directories / folders. Honestly, they wouldn't make much sense on a system with RAM that you measure (on screen) in bytes.

Arrow keys move the selection. Enter loads the file.

The simple text editor.

And this is the text editor. It is astoundingly simple. You can type. Arrow keys let you move the cursor around. Simple.

There are some essential features here (find, copy) and the ability to save and load text (such as to an external floppy disk or to an external cassette tape). Otherwise any text you type is stored in RAM – and is preserved so long as there's a battery charge (which tends to last just about forever).

Editing some BASIC

Here we have the BASIC editor. Again, extremely simple. If any of you have ever used this era of BASIC, you know exactly what to expect. You can use both text and actual pixel graphics (monochrome) to draw lines and pictures (if you can manage to fit the needed routines into the 32kb available.

There’s even a simple telecom program that can use a modem to dial BBS’s and such. It’s fairly bare bones, but it works. (And it proves useful nowadays when paired with a WiFi → RS232 modem emulator to connect to telnet systems and move files around.)

The telecom program.

The vast majority of you won't have access to one of these amazing little computers to actually try things out. Luckily there are a few emulators around that let you see what the experience was like (at least for the most part). There is a web-based emulator that works surprisingly well, and a native emulator (which works the best).

You can also find large collections of (BASIC) applications and games on multiple sites that can be loaded to see what could be accomplished back in the early 1980's using this system.

What’s it like to use nowadays?

This is a highly limited and constrained system.

Small number of total features (especially compared to systems that came just a few years later). No mouse. No color. Limited amount of memory. No multi-tasking.

Yet… it is an absolute joy to use. The focus it provides makes this one of my absolute favorite machines to write on. In fact, I've written several articles on this nearly 40 year old computer system… and have no plans to retire it anytime soon.

When I use this system… I smile. When I show it to people, they smile. Joy. Wonder.

That's no small feat.

A simple game of dominos

There is no real graphical user interface. Everything here is text based (unless you code some light graphics in BASIC). All software runs “full screen” … so there are no window managing or task switching interfaces to look at or think about.

The features the system has all tend to work quite well. Though, since you're talking mostly text, having a manual (or at least the ability to look up commands in an online reference) are a must when first learning to use it.

Chess on the Model 100

Luckily, after spending no more than about 30 minutes with this OS, you'll have just about mastered it. And it will never get in your way again.

Everything is well thought out. Every command. Every function key. You can tell that a lot of love and experience went into this system and how it works.

That said… nobody makes this hardware anymore. And the OS runs only on that specific hardware. Which, despite being well built, is in increasingly short supply.

The loading screen of an adventure game. Not the super-duper high resolution graphics.

Outside of running it within emulators – which, if I'm being honest, has pretty low usability value (the system only really shines when running on real hardware) – there's just no way for most folks to ever use it.

It is the oldest computer that I actually use, for real work, on a regular basis.

The fact that I bring out a laptop from the early 1980s because I want to get some work done using it? Nowadays? That's one darned impressive feat – both in terms of hardware and software engineering.

A BASIC Lunar Lander game

I also love how heavily this machine really encourages open source. Because everything you run here is going to (realistically) be written in BASIC… all the games and utilities you may load are going to have the source code available.

This is an Operating System that encourages learning. Encourages experimentation. I love that.

A simple “rogue-like-ish” adventure game

What is truly amazing, to me, is that all of this functionality fit within a 32k ROM. Just mind-blowingly efficient.

Whatever you, I, or anyone else thinks of Bill Gates (and, boy howdy, do he and I disagree on a lot)… this was a darned impressive feat of engineering. One worth remembering.

community logo
Join the Lunduke Community
To read more articles like this, sign up and join my community today
5
What else you may like…
Videos
Podcasts
Posts
Articles
Is Woke-ism Being Weaponized to Destroy Free & Open Source Software?

Let's take a look at the theory that Big Tech & Activists are attempting to destroy Open Source with Woke & DEl ideology.

00:29:21
Legends of Open Source Under Attack by Leftist Extremists

The most prominent leaders in Free and Open Source Software (from Stallman to Torvalds) are regularly attacked, ostracized, or outright banned by Leftist Extremists.

00:14:06
Linux Foundation Wants "Non-White, Non-Male" People in their Projects

Linux Foundation Community Manager proudly proclaims, "I haven't contributed" anything but wants "Non-White, Non-Male, Non-30ish" people to feel welcome.

00:07:19
November 22, 2023
The futility of Ad-Blockers

Ads are filling the entirety of the Web -- websites, podcasts, YouTube videos, etc. -- at an increasing rate. Prices for those ad placements are plummeting. Consumers are desperate to use ad-blockers to make the web palatable. Google (and others) are desperate to break and block ad-blockers. All of which results in... more ads and lower pay for creators.

It's a fascinatingly annoying cycle. And there's only one viable way out of it.

Looking for the Podcast RSS feed or other links? Check here:
https://lunduke.locals.com/post/4619051/lunduke-journal-link-central-tm

Give the gift of The Lunduke Journal:
https://lunduke.locals.com/post/4898317/give-the-gift-of-the-lunduke-journal

The futility of Ad-Blockers
November 21, 2023
openSUSE says "No Lunduke allowed!"

Those in power with openSUSE make it clear they will not allow me anywhere near anything related to the openSUSE project. Ever. For any reason.

Well, that settles that, then! Guess I won't be contributing to openSUSE! 🤣

Looking for the Podcast RSS feed or other links?
https://lunduke.locals.com/post/4619051/lunduke-journal-link-central-tm

Give the gift of The Lunduke Journal:
https://lunduke.locals.com/post/4898317/give-the-gift-of-the-lunduke-journal

openSUSE says "No Lunduke allowed!"
September 13, 2023
"Andreas Kling creator of Serenity OS & Ladybird Web Browser" - Lunduke’s Big Tech Show - September 13th, 2023 - Ep 044

This episode is free for all to enjoy and share.

Be sure to subscribe here at Lunduke.Locals.com to get all shows & articles (including interviews with other amazing nerds).

"Andreas Kling creator of Serenity OS & Ladybird Web Browser" - Lunduke’s Big Tech Show - September 13th, 2023 - Ep 044

On March 15th, I was scheduled to appear at a FUTO “Don’t Be Evil” event at SXSW. Unfortunately, due to security concerns, I will not be able to attend the event in person. I will have more to say on the details of that security concern next week.

For now, I will say this: The FUTO “Don’t Be Evil” event will be held as planned, and my appearance will be via video. I am disappointed that I will not be able to be there, in person, to give each and every one of you nerds a high five.

post photo preview

Calling all Haiku OS Fans (and anyone else who has heard of BeOS/Haiku)

For the last couple of days, I've been posting articles from Australian MacUser magazine about the purchase of NeXT and how the new software should be integrated. The same issue also took a look at BeOS with the idea that if the new version of Mac OS was a steaming pile of dog :poop: , then PowerPC users could switch to BeOS. Enjoy.

https://gitpi.us/article-archive/plan-be/

February 24, 2025
post photo preview
12% of Tech Workers Believe macOS is Based on Linux
Over 70% believe in at least one common Myth of Computer History.

The following data was derived from the 2025 Tech Industry Demographic Survey, which included over 12,000 respondents -- from across companies and organizations throughout the Tech Industry -- surveyed during February of 2025.

 

Ready to have your mind blown?

According to those surveyed:

  • Nearly 12% believe that macOS is based on Linux.
  • Over 70% believe in at least one common Myth of Computer History.
  • The most commonly believed myth (at 52%) is the myth that "the first computer bug was a real bug (a moth)".

 

Those who took the survey were presented with 6 common (but debunked) computer history myths... and were asked to select the myths which they believed to be true and factual historical statements.

Here is the breakdown of how many believed in each myth.

 

 

One rather fascinating piece of data: Those percentages held steady for nearly every demographic group within the survey.

For example:

Roughly 12% of respondents who prefer Linux, believe macOS is based on Linux.  The same was true of Windows users, C / C++ programmers, and those who perfer the Firefox Web Browser... no matter what sub-group was looked at... that number stayed roughly steady (around 12%).

The one outlier appeared when I looked at how many myths a person says they believe in... grouped by generic political leanings (Left, Centrist, or Right Leaning).

 

Notice that the percentage of respondents who "Believe at least one myth" or "Believes 4+ myths" stays roughly consistent (with only mild variances) across all three political groupings.

But, if you look at the "Believes 3+ myths" data, there is an 8% spike among those who identify as "Left Leaning".

While all surveyed were likely to believe at least one myth, "Left Leaning" respondents were slightly more likely to believe up to 3 myths (of the 6 presented).

 

The Myths of Computer History

 

For those curious, here are the 6 myths included in the survey (with links to debunk each of them).  

 

Read full Article
February 18, 2025
Lunduke's Birthday! Woo!

Wooo! Today is Lunduke’s birthday! Want to help celebrate this most excellent of holidays? Here’s some totally radical ideas!

1) Share some links to Lunduke Journal shows.

Bonus points if you share those shows to the type of places where people would get mad about it. 🤣

The “Open Source is Anti-Free Speech” video is a great choice. Just remember to take screenshots… because some sites will censor those links faster than you can blink (be sure to let me know if they do censor).

2) Grab a Subscription

Gotta keep the lights on here at The Lunduke Journal! And, shoot, there’s no better gift than the gift of Big-Tech-Free Journalism. 😎

Plus… for the rest of February there’s some massive discounts (like 50% off).

https://lunduke.locals.com/post/6661699/for-february-50-off-subscriptions-50-off-drm-free-downloads-lifetime-subscriptions-available

So, you know, win-win!

Now, if you’ll excuse me, I’m going to go eat some BBQ. Because… birthday.

-Lunduke

 
Read full Article
February 13, 2025
For February: 50% off Subscriptions, 50% off DRM-Free Downloads, Lifetime Subscriptions available

2025 is off to an amazing start for The Lunduke Journal.

The number of people getting their Big-Tech-Free Tech News from The Lunduke Journal is shooting through the roof. Subscriptions (of every kind) are soaring.

And The Lunduke Journal is now available on a wide variety of platforms — with our core community area now consolidating on our own, self-hosted forum (which is exclusively available to subscribers).

With the tidal wave of new people — many of you wanting access to the new, exclusive Forum — I want to make it as easy as possible for everyone to become a part of what we are doing. Time to do something a bit crazy. Massive discounts on subscriptions (I mean… huge). For the entire month of February.

Yup. The whole gosh darned month.

If it’s February, the discounts below are all available. Choose whatever works best for you. Then feel awesome about supporting truly independent Tech Journalism.

50% Off Yearly Subscription:

50% off a Yearly subscription to The Lunduke Journal via both Locals and Substack. (This includes full access to the community Forum.)

That’s $2.25 per month. Pocket change.

50% Off DRM-Free, MP4 Downloads:

Want to be able to download every show The Lunduke Journal releases (and watch them on whatever device you like)? Yeah. You can do that. For 50% off.

Note: This DRM-Free download option does not include access to the Forum. This option is strictly for downloading the episodes.

The Famous Lifetime Subscription:

The "World Famous Lunduke Journal Lifetime Subscription" is exactly what it sounds like. Pay once and get full access to The Lunduke Journal. For life. A great way to support Big-Tech-Free Journalism.

(This includes full access to the community Forum.)

New Lifetime Subscriptions are available, for $200, from now through February 28th.

The Lifetime Subscription can be obtain via Locals, Substack, or using Bitcoin. All three options work great and are super easy.

How to get a Lifetime Subscription via Locals:

  1. Go to Lunduke.Locals.com/support.

  2. Select "Give Once".

  3. Enter "200" into the amount field.

  4. After checking out, Lunduke will toss you an email once your account is set to full lifetime status. (This usually happens within a few hours.)

How to get a Lifetime Subscription via Substack:

  1. Go to Lunduke.Substack.com/subscribe.

  2. Select the “Lifetime Subscription” option.

  3. After checking out, Lunduke will toss you an email once your account is set to full lifetime status. (This usually happens within a few hours.)

If you would also like full, Lifetime access to Lunduke.Locals.com (which is included):

  1. Make a free account on Lunduke.Locals.com.

  2. Email “bryan at lunduke.com” with the email address you use on both Substack and Locals (can be different email addresses).

  3. Lunduke will toss you an email once your account is set to full lifetime status on Locals.

How to get a Lifetime Subscription with Bitcoin:

And, finally, you can obtain a Lifetime Subscription via Bitcoin. Save a few bucks with this option, as Bitcoin processing has fewer fees associated with it.

bc1qyjakve8fywm8pz2v99v57yhjj0vzr2vjze6fcq

  • Email "bryan at lunduke.com" with the following information: What time you made the transaction, how much was sent (in Bitcoin), and the email address you use (or plan to use) on Locals.com.

The Lunduke Journal would not be possible without your support. Every subscriber, of every type, makes a massive difference in bringing Big-Tech-Free Tech Journalism to the world.

Thank you.

-Lunduke

Read full Article
See More
Available on mobile and TV devices
google store google store app store app store
google store google store app tv store app tv store amazon store amazon store roku store roku store
Powered by Locals