Questions tagged [mips]
14 questions
67
votes
8 answers
Did Windows ever support any hardware architectures other than x86?
Microsoft Windows Internals, 4th Edition says:
The architecture of the Intel x86 processor defines four privilege
levels, or rings, to protect system code and data from being
overwritten either inadvertently or maliciously by code of lesser
…
xiaokaoy
- 822
11
votes
4 answers
what is the difference/similarity between MIPS and FLOPS?
I believe both MIPS and FLOPS are metrices for calculating processor speed. What is the difference between them? Are they in any way related or dependent on each other?
open_sourse
- 333
4
votes
0 answers
Trying to understand the difference in naming between mipsle and mipsel?
According to this article, mipsel refers to little-endian MIPS. The word mipsel is currently used by Debian and linux-mips wiki.
However, Golang refers to the same architecture(I guess) with GOARCH=mipsle. So I was wondering is there any difference…
lz96
- 141
3
votes
2 answers
How reliable a measure of relative CPU Performance is MIPs?
I notice no marketing mentions MIPs, and its not mentioned in specifications for processors.
How reliable is this statistic? By now we all know more Mhz and Ghz is not necessarily a good direct comparison
Tom J Nowell
- 507
3
votes
0 answers
Install Rust for Mips cross-compile in 2025
I would like to install Rust cross-compile to MIPS32 little-endian. It will impress my manager. I looked at several web pages, like cross-compile for wifi pineapple but that is from 2017. How to install Rust for MIPS cross in year 2025 ? I've…
Brian Witt
- 41
3
votes
2 answers
What is Bogo MIPS, DMIPS
I have read about bogo on Wikipedia, but could not get clear idea. So what exactly is bogo mips? What does the table of rating and index for bogo mips for different processors mean?
Whats a dhrystone MIPS? Its significance. e.g. if some of my code…
goldenmean
- 2,527
2
votes
5 answers
Is the MIPS architecture more related to Harvard or Von Neumann?
I can't seem to figure this out from the related wikipedia pages:
Von Neumann architecture
MIPS architecture
Harvard architecture
JcMaco
- 1,140
2
votes
1 answer
What does cpu MHz mean in /proc/cpuinfo?
I own Quad-core Core i5 laptop. I got curious to know how much time it takes for my laptop to execute a simple instruction. So, I did cat /proc/cpuinfo. Below is the relevant portion of it,
model name : Intel(R) Core(TM) i5-3320M CPU @ 2.60GHz
cpu…
aamir
- 123
1
vote
1 answer
Where to find libc.so.0
I'm running a MIPS image in Qemu and a program I'm trying to run shows that libc.so.0 is not found. Libc.so.6 is found in /lib/mipsel-linux-gnu
Does anyone know where I can find libc.so.0 or solve this issue?
user2059300
- 113
1
vote
1 answer
MIPS as a measurement of raw integer data processing
I'm looking for a way to contextualize generational differences in computing performance. Is this a correct application of the MIPS measurement?
MOS 6502 - 0.500 MIPS at 1 MHz. As an 8-bit CPU it could process a theoretical maximum of 500,000 bytes…
Schmudde
- 113
- 3
1
vote
1 answer
cross compile gdb server to mips arc
Hi Im trying to crosscompile gdbserver to mips architecture . I'v donwloaded gdb 7-12 and after running configure
./configure --host=mips-linux-gnu
Im getting an error
Makefile:263: recipe for target 'linux-mips-low.o' failed
make: ***…
Slobodan Vidovic
- 218
1
vote
2 answers
Newer version of libc6-dev package causes havoc
I have a mips64 machine running Debian Wheezy. GCC compiler installs without any issues, however, linker is having some trouble:
apt-get install gcc make
gcc helloworld.c -o helloworld
/usr/bin/ld: cannot find crt1.o: No such file or directory
A…
Ulrik
- 261
0
votes
1 answer
MIPS mount file system
I have a bin file including linux file system (MIPS arch), I want to add/remove/modify some files in this bin file.
So I need to mount it with qemu but mount it is a little complicate.
This my file details
file -k zCore.bin
u-boot legacy uImage,…
-2
votes
1 answer
What is the difference between Intel (CISC) and ARM (RISC) architecture?
what is the basic difference between Intel (CISC) and ARM (RISC) architecture?
Dzn
- 31