msg_no_basic db 'No ROM BASIC', 0Dh, 0Ah, 0
;=========================================================================
; int_18 - execute ROM BASIC
; Note:
; Prints an error message since we don't have ROM BASIC
;-------------------------------------------------------------------------
int_18:
mov si,msg_no_basic
call print
.1:
hlt
jmp .1
I have no idea where it was implied in that comment that it was difficult. I said that it wasn't required to be considered a valid BIOS, as commercial/alternatives did the same.
I suspect he's referring to the "D Language Foundation[1]"
Mr. Bright, thank you for Empire. Some of my earliest tinkering memories are of upgrading my 5150 to have a V20 CPU and being somewhat pleased that map generation took somewhat less time.
There wasn't really an important 8086 box. The first IBM PC (1981) used the 8088. The first 8086 PCs were the discount models in the PS/2 line (April 1987), 3 years after the 80286 in the PC/AT (1984); so the 8086 was already obsolete by the time it was in a PC. And later that year (August 1987) it would be even more obsolete when an 80386DX PS/2 came out.
The one truly important 8086-based machine I can think of is the Japanese NEC PC-9801, so it would make some sense for someone to clone a machine like that. Though I'm not sure if I'd clone the original 9801 that kicked off the entire line or rather go for the much improved NEC V30 chip instead. (Which also powered Irem's M72 Arcade Board, which ran R-Type, and the latter M82/M84 boards that gave us R-Type II - though arguably, arcade boards aren't in the same category as home computers)
Was about to say that. The M24 was the one I much preferred using during that period, before AT (286) PCs started arriving (or made affordable).
There were other 8086 PCs around as well - I had a low-cost British one at home (IIRC it was called Advance 86 (EditUpd: That one was released near the end of 1983, way before any PS/2 line in 1987))
I had a Compaq Deskpro with an 8086. Noticeably faster than that XT. I bought it used, durt cheap when everyone else was upgrading to 286s. It worked quite well for quite some time. And the AT&T 6300 used an 8086 and the Toshiba T1200 had an 80C86. 8088's were definitely more popular among the cost-conscious, but it seemed after a couple years the clone manufacturers were making 8086 based systems for about the same price as IBM XTs.
I can think of one that was significant in the UK - the Amstrad PC1512, running off a NEC V30 processor, with 512KB RAM, easily upgradeable to 640K, with options for one or two floppies. I had one myself, along with a 32MB hard card fitted into the rear expansion slots.
If you think the only 'important' thing in computing at that time was the IBM PC, then maybe you think there were no 'important' 8086 boxes. There was a lot more going on at the time if you were actually there working at the time.
There were two variants of Model 30 in 1987. One with 8086 and another with the 80286. They were rehashed obsolete hardware with the ill-fated MCA which was supposed to be the future, but PCI won this particular battle.
As mentioned by a number of others in the comments, there definitely did exist 8086 based PC compatibles prior to 1987. No one is disputing the existence of this particular model.
The original IBM 5150 used the 8088, as did all the clones. So, assuming the author got ideas from old schematics, they would probably use the same chip.
No, CPU is irrelevant, even the early chipsets didnt try to invent anything and mostly implemented XT peripherals leading to universal exchangeable clone bioses. OP didnt suggest otherwise, he simply mentioned author also publishes a couple open source 8088 motherboard projects:
It uses almost all commodity 74xx parts, except for a 486-era keyboard controller. If you use the NEC V40, a 186-style semi-integrated CPU, you don't even need a seperate interrupt controller or timer component.
Yet, it will run an off-the-shelf XT BIOS (or this BIOS) as long as you run about 10 instructions to configure the V40's onboard peripherals to live at the right ports.
You can add a DMA controller, but you don't need it unless you want a floppy drive or Sound Blaster.
Kind of. The 8088 can use an 8-bit wide ROM chip, while the 8086 would require two such ROM chips, one for the even addresses, one for the odd addresses, given that the 8086 has a 16-bit data path. The software on the ROM chips can be the same.
Yes. The external bus on the 8088 is 8-bit while the 8086 is 16-bit (which is why the 8086 wouldn't appear in a PC until the mostly-80286 PS/2 line, since the 8086 and the 80286 could use the same 16-bit PS/2 bus).
There were numerous 8086 PC compatibles before the PS/2 or the 80286 became popular. The most famous was of course the original Compaq Deskpro, but At&t, Wang, Eagle and others did too. Yeah, the BIOS had to be aware of the difference between the 8088 and 8086 for some setup stuff, but the 8086 is at the hardware level perfectly happy to talk to an 8-bit bus and the software mostly never knew the difference.
edit: And how could I forget (as mentioned by another poster in the thread) the numerous NEC PC98 machines with an 8086 which created their own industry. Sorry for slight, Japan.
and what does that have to do with BIOS? The only way you can tell 88 from 86 apart in software is speed and executing self modifying code to measure processor 4 vs 6 byte prefetch queue depth buffer size difference.
With the exception of bus speeds / timings and the differently sized prefetch queue, the 8088 and 8086 are 100% software-compatible so there wouldn't need to be any difference in the BIOS.
Yes, I'm aware of the hardware differences, but were they significant enough to require software adjustments? I used both 8088 and 8086-based PCs in the second half of the eighties, and from a software perspective, they seemed identical. I assumed the same applied to BIOS code since, to the best of my recollection, software couldn't detect whether it was running on an 8088 or an 8086, even if it tried.
By the way, while the PS/2 series marked IBM's first use of the 8086 in a PC (specifically the PS/2 Model 25), clones had been using the 8086 for some time already. The 8086 worked seamlessly with the standard ISA bus, and as far as I know, no 8086-based systems used the PS/2-specific Microchannel bus.
The copyright statement that prints on boot and indicates that it is licensed under the GPL has been stripped, violating section 4 and 5.d (now claims to be "Copyright (C) 2022 CYCLE Logic" with no mention of "Copyright (C) 2010 - 2020 Sergey Kiselev", and with no mention of the GPL).
If you do request the source code from them, to their credit they do give it to you, but they code the give you has all (edit: most) of the copyright header-comments removed (violation of section 5.b).
And generally, in neither the binary nor the source code indicate that it's based on book8088 (violation of section 5.a).
No :) Its Chinese open source, Bunnie calls it Gongkai https://www.bunniestudios.com/blog/?p=4297 You copy, rip out attribution, add some optional modifications and sell it as your own.
When you buy it they send you an archive that has the schematics for the machine, and a zip file that contains the source code to the rom with whatever modifications they made.
There's no real vbios. There's a CGA chip (6845), with pretty limited registers to adjust timings (and a lot of software out there that expects to set these directly or for line timings and frame timings to be precisely known values). The clock rate is fixed.
The scan converter in panels often guesses "wrong" about modes. If one could change the firmware for it, that would help.
Eh kind of? Coreboot effectively provides the hardware initialisation layer - if you want runtime firmware you're going to need a payload like SeaBIOS (which is GPLed, but which isn't really intended to bring up real hardware from scratch)
The point (that is, the thing that matters, which admittedly you would have to actually read the thread for understanding) is that libreboot isn't available on enough platforms to be a free alternative to proprietary boot methods for most people. And that's even including all the chromebooks in the world. But Someone Is Wrong On The Internet, so I guess you can claim to have fixed that.