Released: First PC Based On Russia's Homegrown "Baikal" Processor (t-platforms.ru) 115
WheatGrass writes to note that the company T-Platforms has introduced the first mass production unit based upon the Russian Baikal-T1 processor, mentioned here last in 2014. The new Baikal-based workstation is called the "Meadowsweet terminal," according to T-Platform's official website; the feature list says it's running a Debian-based Linux distro. "Congratulations, Russia," Says WheatGrass.
(According to Google's translation of this Russian-language story at RG.RU Digital,
"[Y]ou can install many conventional applications, such as the LibreOffice office suite, Firefox web browser, and so on, the developers say," but the main use seems to be as a thin client.)
Re: (Score:1)
1985 called again, it wants to tell you to learn to spell. It's "Bueller", numbnuts.
Russian? (Score:3, Informative)
It's a MIPS CPU, built by TSMC.
I assume there were some Russians involved in the design. But that's true of all major CPUs too.
Re: (Score:1)
Re: (Score:2)
Re:Russian? (Score:5, Informative)
Actually, I looked it up and Baikal Electronics purchased a license for the MIPS instruction set. From there, they implemented the instruction set on their own. It's not their first chip, so I assume the used their own I/O designs from other chips. It is a Russian chip. TSMC is just a foundry. Do you make a big deal about what kind of printer people use to print papers?
Re: (Score:1)
Do you make a big deal about what kind of printer people use to print papers?
Well, actually I think creating the printer is more of an accomplishment than pressing ctrl-p.
(This one could had been continued into pressing ctrl-c, ctrl-v, ctrl-p in case of a design made by someone else ;D)
Re: (Score:2)
I assume the used their own I/O designs from other chips
If we're going to assume, I assume they just licensed the I/O cores. It's a lot cheaper and simpler to buy a working design off the shelf.
Re: (Score:2, Interesting)
I don't know what the motivation for a homegrown CPU was, but if the goal was to build something secure with no foreign backdoors then using a foreign foundry defeats that.
Re:Russian? (Score:4, Informative)
Re: (Score:2)
Do you make a big deal about what kind of printer people use to print papers?
I depends if it is one of the printers that adds yellow dots [eff.org]
Re: (Score:1)
> Do you make a big deal about what kind of printer people use to print papers?
Personally? Nope. I do not. However, you can bet your ass that the people who print and publish think that sort of thing is very important. They want to know brand, model, model variations, value-adds, accessories, layout, layout equipment, assembly, assembly method, conveyor system, and they even want to know things like the ink and the brand of ink. And those aren't even the half of it. On top of that, they don't just want t
Re: (Score:2)
Low-end MIPS processor (Score:5, Informative)
It's basically a low-end MIPS 32-bit processor. You can basically get everything that's in the chip as off-the-shelf cores. MIPS is popular because it's quite a bit cheaper to license than ARM. I'm surprised they didn't go with a 64-bit MIPS core since it's been available for a very long time.
Once nice thing about MIPS is that it's very easy to add your own instructions to it via coprocessor 2. My employer has used COP2 to add a lot of encryption and hashing instructions to their MIPS cores. ARM does not allow you to add your own instructions. The only thing that's mildly interesting is the 10G Ethernet support, but then that will be limited by the 32-bit MIPS. I'm not sure if it's a cache-coherent core but my guess is that it's not, which adds significant overhead in my experience since every buffer must be invalidated when it's received and flushed when transmitted. In MIPS this is done by issuing CACHE instructions for every cache line used in the buffer.
Since it lacks a decent sized L2 cache the performance is going to suck.
Re: (Score:2, Interesting)
10 years ago you would've been pointing out how great it is that Linux works on it, but Windows never would. Now it's, "ah, your processor sucks".
I mean, if you're going to make fun of something, how about that they're putting this in a computer with a PS/2 connector (no doubt there are many that still use this, mostly because the Russian economy is a wasteland, no thanks to western sanctions).
Re:Low-end MIPS processor (Score:4, Interesting)
USB: complex interface requiring a software stack on both the host and the device.
PS/2: simple interface, reliable, a few rows of code is all that's needed to interface to the keyboard. The device in turn need very little extra code over the scanning logic.
When it comes to keyboards and mice the PS/2 interface is generally superior, the reason USB keyboards/mice are used nowadays is that USB is the standard interface.
TL;DR in almost all cases PS/2 is superior to USB for keyboard/mouse interfacing.
Re: (Score:2, Informative)
Re: (Score:1)
Um, guys? Click on the links. It has both USB and PS/2. It's not an either/or thing.
Re: (Score:2)
And the complexity of the interface is a solved issue.
Until you are booting a disk-damaged Windows computer with no PS2 interface and Microsoft's all-so-helpful disk check tells you to press any key to stop "repairing" your disk and then proceeds to destroy the data because the drivers for the USB keyboard aren't loaded yet...
Re: (Score:2)
The USB "Human Interface Device" protocol, which is used by USB keyboards, mice and gamepads is not only complex because it is a layered protocol.
It is complex also because it has a very free-form model: it allows the device to specify which protocol it speaks. And when an implementation can do things in many different ways then things can also go wrong in many different ways.
For instance, there are actually a couple keyboard models that work well with Windows and Linux but not with Apple MacOS or iOS -- be
Re: (Score:2)
PS/2 events generate hardware interrupts, meaning:
1. Your input device will likely be more responsive.
2. Your computer is more likely to power on properly with a keypress.
USB by design does not make use of hardware interrupts.
Re: (Score:2, Interesting)
Re:Low-end MIPS processor (Score:5, Interesting)
Re: (Score:2, Interesting)
The only interesting feature is that it can actually be built on fabs located in Russia. Mostly for military and highly-sensitive government customers as it's not even remotely cost-effective. On the other hand, it's also likely to NOT have NSA backdoors.
Well, that means that Russian companies could be willing to pay a lot for them. While their own government will be snooping in they won't hand the information over the overseas competition.
It also means that US consumers might be interested too. While the Russian government might be snooping on them Russian is not likely to hand over the information to anyone who is interested in what you do in your home.
Yes, it has come to the point where enemies of my government benefits more from protecting my freedom th
Re: (Score:2)
Peking duck?
Re: (Score:2)
I too always wondered why more hasn't been made of MIPS64...
64bit MIPS has been around since the early 90s, it has OS and compiler support which is extremely mature, and yet they didn't push this advantage and a lot of resources were instead diverted to 64bit ARM...
Re: (Score:2)
It's basically a low-end MIPS 32-bit processor. You can basically get everything that's in the chip as off-the-shelf cores. MIPS is popular because it's quite a bit cheaper to license than ARM. I'm surprised they didn't go with a 64-bit MIPS core since it's been available for a very long time.
That's what I'm wondering - why would anyone TODAY do a 32-bit CPU, aside from embedded applications? There were some really low cost MIPS CPUs in the 90s, such as the R4600 from IDT and Toshiba. So one could start from the spec sheet of one of those CPUs, and then add/remove any CPU instructions that were unneeded, and they'd have been just fine
Re: (Score:2)
Re: (Score:2)
The thing about MIPS is that it is easy to implement yourself and the patents around unaligned loads which hampered third party implementations where invalidated 15 years ago. Coupled with a complete toolchain and mature Linux ports it is an attractive target for a country developing a CPU that is to be free of external sourcing issues.
Re: (Score:1)
Re: MIPS; slow; just 5 W (Score:1)
Most convential apps will run, you simply compile them for the mips architecture. X86 isnt needed for anything.
First step is the hardest (Score:5, Interesting)
Re: (Score:1)
It's entirely possible that Intel and AMD have backdoors in their CPU. I think there was something awhile back about suspicious activity by Intel.
Re: (Score:3)
Re: (Score:2)
Re: (Score:3)
Re: (Score:2)
Re: (Score:2)
Speaking of Russian computers (Score:2)
rofl (Score:1)
chips from USA, chips from Russia... omg which evil empire's chip should I buy lol...
Re: (Score:3)
chips from USA, chips from Russia....it's all made in Taiwan!
This is ... not so good news (Score:4, Insightful)
Yes, it's probably a dated design and all, and bluntly I don't care about the chip itself. I wonder WHY.
Why is Russia making its own chips when computer chips are cheap and plentiful? It's way cheaper to simply buy a few. Why bother rolling your own? Well, there are exactly two reason why I would make my own hardware. One, I don't trust the existing manufacturers to not include backdoors and kill switches. This is what I hope the reason for doing it is.
Two, because they may not be available anymore when the country they're made in is no longer friendly to mine. This is what I kinda fear the reason could be.
We're not going to head for war, but I could see the international climate getting frostier in the near future.
Re: (Score:1)
Paranoia, good old Slavic paranoia, nothing more, nothing less.
Re:This is ... not so good news (Score:5, Interesting)
Well, Putin is much, but he ain't dumb. And neither are many of the people who move things about in that country. I spent quite a bit of time dealing with people in Russia and it's like they said in Red October, the average Russian doesn't even take a dump without a plan.
Unless Vodka is involved, but let's assume such things are decided with a level head.
Re: (Score:1)
>Well, Putin is much, but he ain't dumb.
I hear this, but I don't think it's true. I mean, I saw a country that had great promise, but it continuing to do stuff that is confoundingly stupid. It's general all around failure can be atributed to nothing else but Putin's own stupidity, whether he appears that way or not.
Re: (Score:2)
You might want to point out one of his "stupidities". Considering his options, I think he pretty much made the most out of them, even in hindsight.
Re: (Score:1, Insightful)
Wrong, and not only wrong but very wrong.
I'm not a Slavic person, nor am I paranoid, but I very much fear things will go down in flames within a not too distant future. Why?
If you had known your history, you'd have known how similar these days are to the period preceding WWII, with growing economical inequalities and populist politicians taking new ground by using unemployment, fear and contempt of the establishment to springboard their new lives.
We are also living in a time where human lives are getting le
Re: (Score:2)
Why is Russia making its own chips when computer chips are cheap and plentiful?
To remain sovereign and not ruled by someone else.
See the United states, the EU, UN, see TTIP.
Why did the US wanted to have their own oil production? Same thing.
I've got the impression that in my home country we can't rely on food from out own country, that may work just fine for now but not necessarily always.
Re: (Score:1)
To remain sovereign and not ruled by someone else.
See the United states, the EU, UN, see TTIP.
Why did the US wanted to have their own oil production? Same thing.
I've got the impression that in my home country we can't rely on food from out own country, that may work just fine for now but not necessarily always.
I could had thrown in why we here in Sweden developed so many weapon-systems for ourselves too.
(Then again forging cannons was one of the first industries we had.)
Re: (Score:2)
Three: I (and/or some of my cronies) own a fab plant.
Re: (Score:2)
One, I don't trust the existing manufacturers to not include backdoors and kill switches. This is what I hope the reason for doing it is.
Given that Intel has Intel Management Engine, and AMD has the Platform Secure Processor, and both a dormant parts of the CPU always running with complete and total control of your machine on pretty much any of the latest series of processors. For the security concious this is a very real risk.
The benefits are there, the Chip makers are effectively building server type machine control in on the processor level. But without disclosing exact implementation details or source code you CPU is now running untruste
Re: (Score:1)
Why is Russia making its own chips when computer chips are cheap and plentiful/quote>
âIâ(TM)d move heaven and Earthâ(TM) to access Lavrovâ(TM)s emails â" former head of NSA and CIA
http://on.rt.com/75nh [rt.com]
native speaker here... (Score:4, Interesting)
Comment removed (Score:3, Insightful)
Re: (Score:3)
I certainly hope it is.... (Score:1)
Built better than their Baikal firearms....
Worked in a warranty center here for them and good lord not the prettiest workmanship in them.
Re: (Score:2)
Re: I certainly hope it is.... (Score:2)
Yes fully aware. "Baikal" just never seems to go along with a quality product :)
Re: (Score:1)
Re: (Score:1)
As I said, if not reliable, at least easily fixable. As my old commander used to put it, "the Russian combat vehicle which cannot be fixed with a sledgehammer and an iron-bar lever, does not exist." I had a friend who drove a Lada, he claimed it was much the same, the AK-47 I used once certainly was. Rough, big pieces, horrifically inaccurate, but would probably keep working even if an AFV drove over it.
Re: (Score:1)
Mech Warrior I on a 3Dfx Voodoo card.
I can't imagine a Voodoo helping this [youtube.com] much, so you must be thinking of MW2.
Re: (Score:2)
You're definitely correct. Indeed, MW2 was one of the main bundling games. It was ported to basically every accelerator of the day, and bundled with most of them.
Today you can get MW4 for free, it's still fairly fun.
Re: (Score:2)
CPU processes you!
Re: (Score:2)