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
AI Generated Patches to Linux Kernel Hits New Record High

8% of all code submissions to the Linux Kernel are now Al generated.

Grab a discounted Lifetime Sub & get on the Wall:
https://lunduke.substack.com/p/behold-the-win-2k-and-mac-system

More from The Lunduke Journal:
https://lunduke.com/

00:14:24
Linux Logos on Racecars

The Omarchy Linux logo is on a Le Mans racecar, driven by the project founder.

Grab a discounted Lifetime Sub & get on the Wall:
https://lunduke.substack.com/p/behold-the-win-2k-and-mac-system

More from The Lunduke Journal:
https://lunduke.com/

00:07:41
XLibre Turns One Year Old

"XLibre is the most actively developed community-maintained X11 display server."

Grab a discounted Lifetime Sub & get on the Wall:
https://lunduke.substack.com/p/behold-the-win-2k-and-mac-system

More from The Lunduke Journal:
https://lunduke.com/

00:13:48
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
1 hour ago

Well that settles it. I should have been a radiologist.

The case for AI as an engine of job growth, not a layoff machine
https://www.businessinsider.com/ai-impact-on-job-labor-market-growth-replacement-torsten-slok-2026-5?op=1
"...
Slok cites the radiology industry as a perfect example of the paradox in action. A decade ago, AI was supposed to wipe out the field. Instead, radiologists now make more than $500,000 a year, and their employment continues to grow, Slok says
..."

June 08, 2026

That was the most boring WWDC keynote I’ve ever seen.

Repromising the things they sold me for my iPhone 2 years ago and never delivered.

I’m an Apple fan, I have LOTS of Apple products. Other than the AirPods Max, every Apple product I own will be replaced by another one someday.

I can only hope they told the truth that they were fixing bugs and focusing on performance improvements instead of lots of new features for MacOS.

I like AI - and all their AI features except the reperspective on the photo were late, meh or invented by Google.

I’ll use AI in all my Apple products, like I already am…from OpenAI, Anthropic, Grok and Gemini.

Oh, voice short cuts also looked cool.

Apple must not be allowing their employees the use of AI software development

I made a post about Moebius² (my fork of Moebius, the ANSI editor that had not had updates in over 3 years) - well I've been breathing more life into it lately, and brought it some really neat new features.

https://mas.erb.pw/@meatlotion/116718826690324410

post photo preview
TempleOS arrives on The Lunduke Journal Lifetime Wall

“When are you going to add a TempleOS Lifetime Wall??!”

I’ve lost track of the number of times I’ve received that request over the last few weeks. Well. What the heck! Why not?

There are now three Lunduke Journal Lifetime Subscriber Walls (displayed both on Lunduke.com and the end of all new shows) with space available:

  • Macintosh System 1

  • Windows 2000

  • TempleOS

 

A few quick notes:

  1. The Windows 2000 Wall, which was introduced only 2 days ago, is already about half way full. At the current rate, that one will likely be full by the end of the week. Still plenty of space on the Mac System 1 Wall.

  2. The discount on Lifetime Subscriptions ($125… discounted from the normal $300) runs through the end of June.

  3. One Lifetime Subscription = Name Listed on One Wall. These Walls are crazy popular and fill up super fast, so I have to put that limit in place.

  4. Want your name on more than one Lifetime Wall? Grab a second Lifetime Subscription (use the discounted rate) and you can have your name added to one of the Walls with space still available.

Massive high five to everyone who has supported The Lunduke Journal and made these retro-computer Lifetime Walls so much fun to do!

-Lunduke

Read full Article
post photo preview
Behold! The "Win 2K" & "Mac System 1" Lifetime Sub Walls!

Woah! The 8th Lifetime Subscriber Wall of The Lunduke Journal (aka “The Windows 1.0 Wall”) is already full! After only one week! That’s nuts!

So I’m opening up two new, retro computer walls!

  • Wall 9 - “The Macintosh System 1 Wall”

  • Wall 10 - “The Windows 2000 Wall”

 

Show your support for The Lunduke Journal, and be immortalized in a retro computer screenshot. Win-win!

If the past is any indicator, these will fill up crazy fast. First come, first served.

Plus: For the entire month of June, Lifetime Subscriptions are discounted down to $125 (regularly $300).

  1. Scroll down and grab a new Lifetime Subscription (at that bonkers discount).

  2. Choose which of the two new Walls you’d like to be on (Mac System 1 or Windows 2000). Totally optional.

How to Grab a Discounted Lifetime Subscription:

There are 3 different ways to pick up a Lunduke Journal Lifetime sub. All of them work great and include the same perks. Choose whichever works best for you!

Get a Lifetime Subscription via Locals:

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

  2. Select “Give Once“.

  3. Enter “125“ 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.)

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.

Get a Lifetime Subscription with Bitcoin:

Bonus: Save an extra $10 with the Bitcoin 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 or Substack.com.

-Lunduke

Read full Article
Windows 1.0 Wall almost full! Last call!

Holy Guacamole, Batman!

The 8th Lifetime Subscriber Wall (“The Windows 1.0 Wall”) of The Lunduke Journal launched exactly one week ago… and it’s already almost full! Bonkers!

 

At the current rate, the “Windows 1.0 Wall” will be full sometime tomorrow (Saturday).

Want your name immortalized in that glorious 1985 styled goodness, proclaiming to the world your support of The Lunduke Journal?

Don’t have a Lifetime Subscription?

  1. Grab one for $125 (normally $300).

  2. You’ll get a confirmation email (within just a few hours). Reply to that email with how you would like your name displayed on a Lifetime Wall.

  3. Then enjoy the other perks of being Lunduke Journal subscriber. Forum access, MP4 downloads, and PDF eBooks.

Already have a Lifetime Subscription?

  1. Just toss an email to bryan [at] lunduke.com with how you would like your name displayed on a Lifetime Wall.

Easy peasy.

First come, first served. Once the “Windows 1.0 Wall” is full, the final version will be added to Lunduke.com and the 9th Lifetime Wall will debut!

-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