x86 and the classic BIOS - alive and well in 2018

All off topic discussions go here. Everything from the funny thing your cat did to your favorite tv shows. Non-programming computer questions are ok too.
Post Reply
mikegonta
Member
Member
Posts: 229
Joined: Thu May 19, 2011 5:13 am
Contact:

x86 and the classic BIOS - alive and well in 2018

Post by mikegonta »

Mike Gonta
look and see - many look but few see

https://mikegonta.com
ggodw000
Member
Member
Posts: 396
Joined: Wed Nov 18, 2015 3:04 pm
Location: San Jose San Francisco Bay Area
Contact:

Re: x86 and the classic BIOS - alive and well in 2018

Post by ggodw000 »

Everyone is moving to uefi now, it is a matter of time. Most systems are hybrid between classic and UEFI.
UEFI has lot of adv.-s including 32-bit memory for loading drivers and option ROMs into memory.
Written mostly in C, offers faster development.
key takeaway after spending yrs on sw industry: big issue small because everyone jumps on it and fixes it. small issue is big since everyone ignores and it causes catastrophy later. #devilisinthedetails
StudlyCaps
Member
Member
Posts: 225
Joined: Mon Jul 25, 2016 6:54 pm
Location: Adelaide, Australia

Re: x86 and the classic BIOS - alive and well in 2018

Post by StudlyCaps »

I imagine BIOS will stick around for a while as it becomes cheap enough to stuff into embedded platforms and SoCs but for general purpose computing I'd be surprised if a single BIOS only board has been manufactured in years.
User avatar
Octacone
Member
Member
Posts: 1134
Joined: Fri Aug 07, 2015 6:13 am

Re: x86 and the classic BIOS - alive and well in 2018

Post by Octacone »

Glad to see the good old BIOS alive and well. :D
It is easy and cheap to implement, well known to developers... seems like a reasonable choice.
Currently I'm in the market for an embedded x86 system and this seems like a possible candidate (including UDOO x86 and UDOO bolt).
OS: Basic OS
About: 32 Bit Monolithic Kernel Written in C++ and Assembly, Custom FAT 32 Bootloader
User avatar
Schol-R-LEA
Member
Member
Posts: 1925
Joined: Fri Oct 27, 2006 9:42 am
Location: Athens, GA, USA
Contact:

Re: x86 and the classic BIOS - alive and well in 2018

Post by Schol-R-LEA »

Note that both of these use an SoC which is made under license, one based on a CPU die layout from over 25 years ago. While these maker-grade SBCs may use it, it is mostly made as a plug-in replacement for embedded controller hardware where the system has to run exactly as it did in the 1980s. In other words, it is a specialized piece of hardware which is unlikely to see wide distribution as a consumer-grade SBC, or even a maker-grade one like these. It's cool that it exists, but it's probably not going to be much of a much except maybe for retro gaming (and even there, an RPi 3B+ or a Rockpro 64 would probably do better than the actual x86 system would).

Note that AFAICT, all the mainstream maker-grade x86 SBCs (such as the aforementioned Udoo x86 and Udoo Bolt) use UEFI firmware.

StudlyCaps wrote:I imagine BIOS will stick around for a while as it becomes cheap enough to stuff into embedded platforms and SoCs but for general purpose computing I'd be surprised if a single BIOS only board has been manufactured in years.


It won't even be possible on Intel's own chips made after 2020, at least not while using Intel's chipsets (and their aren't any real options for that anymore), as the chipsets will be removing the CSM entirely after that. That's Word of God, from Intel's own roadmap.

And, as I said in another thread earlier today, there is reason to believe that they will be removing real mode entirely from the new CPUs at that point, and may begin phasing out protected mode in favor of long mode.

AMD may do it differently, but from all indicators, they are even more eager to get rid of the legacy subsystems outright. This is hardly surprising, as Long Mode was their creation in the first place. I don't know offhand if their public roadmap says anything about it, though.
Rev. First Speaker Schol-R-LEA;2 LCF ELF JAM POEE KoR KCO PPWMTF
Ordo OS Project
Lisp programmers tend to seem very odd to outsiders, just like anyone else who has had a religious experience they can't quite explain to others.
User avatar
eekee
Member
Member
Posts: 827
Joined: Mon May 22, 2017 5:56 am
Freenode IRC: eekee
Location: Hyperspace
Contact:

Re: x86 and the classic BIOS - alive and well in 2018

Post by eekee »

mikegonta wrote:https://www.allaboutcircuits.com/news/are-designers-still-using-the-vortex86-old-cpu-ces-2018/

This sort of thing reminds me I don't need to worry about lack of hardware in the future unless I want to support web behemoths on my own OS, which I very much don't.

ggodw000 wrote:Everyone is moving to uefi now, it is a matter of time.

I've heard lines like this a thousand times. Anyone who uses the word "everyone" like this in a tech context is only looking at the hyped sparkly stuff, the pop stars of tech, while not looking to see what really can be done. PS/2 was obsolete over a decade ago, but you can still get motherboards with PS/2 ports, and not just for embedded work. DOS is not dead either, certainly not for commercial applications, as shown by the very first entry in the list of operating systems explicitly supported by that new SoC linked above. I'm thinking there's at least a decade of life left in the BIOS.

I'm a little bit worried by Schol-R-LEA's musing that it may not get into maker-grade boards, but not too worried.
Kaph — a modular OS intended to be easy and fun to administer and code for.
"May wisdom, fun, and the greater good shine forth in all your work." — Leo Brodie
Post Reply