Skip to main content

Questions tagged [mips]

The tag has no usage guidance.

0 votes
1 answer
976 views

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 ...
Black_Syphilis's user avatar
2 votes
0 answers
5k views

naming: mipsle vs 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=...
lz96's user avatar
  • 121
1 vote
1 answer
3k views

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 ...
Slobodan Vidovic's user avatar
1 vote
2 answers
2k views

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: ...
Ulrik's user avatar
  • 251
67 votes
8 answers
15k views

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 ...
xiaokaoy's user avatar
  • 812
-2 votes
1 answer
4k views

What is the difference between Intel (CISC) and ARM (RISC) architecture? [closed]

what is the basic difference between Intel (CISC) and ARM (RISC) architecture?
Dzn's user avatar
  • 31
1 vote
1 answer
2k views

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 ...
user2059300's user avatar
1 vote
1 answer
297 views

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 ...
Schmudde's user avatar
  • 113
1 vote
1 answer
15k views

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 ...
aamir's user avatar
  • 113
11 votes
4 answers
33k views

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's user avatar
3 votes
2 answers
3k views

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 ...
Tom J Nowell's user avatar
2 votes
5 answers
8k views

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's user avatar
  • 1,080
3 votes
2 answers
5k views

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 ...
goldenmean's user avatar
  • 2,497