Computing desk | ||
---|---|---|
< April 10 | << Mar | April | May >> | April 12 > |
Welcome to the Wikipedia Computing Reference Desk Archives |
---|
The page you are currently viewing is an archive page. While you can leave answers for any questions shown below, please ask new questions on one of the current reference desk pages. |
Once I learned how the bootloaders in smartphones and other devices work (no BIOS, larger than 512-bit limit on traditional PCs, signature checks) I wanted to play around with this on an x86 platform. I determined that I would need a system that does not use a BIOS and looked around online x86 tablets running Android or MeeGo (if it was capable of running Windows then that meant it used a BIOS). I could only find tablets that used Intel processors normally used in PCs telling me they probably used a BIOS. Apple TV and Google TV came to mind, but I found that most x86 TV boxes were locked down. Now, I looked at embedded boards and devices. Toradex's Xiilun PC appeared to be what I was looking for: the Intel Atom E6xx processor comes with non-BIOS options, the casing looked nice, and it didn't have ugly looking VGA outputs. They never mass produced it because of thermal issues. So, how would I go about making a small embedded PC? I do not mean designing it from scratch like OEMs do; just the assembly of a few OTS components. --Melab±1 ☎ 01:28, 11 April 2012 (UTC)
If you specifically want x86 (why???) soekris.com has some nice boards. They probably use bios's that you can bypass or replace with your own. If you just want an ultra cheap 16 bit embedded board, google "ti launchpad". These wouldn't qualify as PC's in any sense (they're just tiny microcontrollers), so it would help if you said what you were trying to do. The Soekris boards are more like PC's. For ARM there is also the beagleboard (beagleboard.org), which is more powerful than the raspberry pi and you can actually buy them today, but they do cost more. 67.117.147.20 (talk) 06:38, 12 April 2012 (UTC)
I may be mistaken but doesn't EFI (and lack of BIOS) depend much more on the motherboard then the CPU? Nil Einne (talk) 11:39, 12 April 2012 (UTC)
Are there any good programs for C# that can detect fairly basic performance mistakes, such as using long.Parse() in a try-catch construct when long.TryParse() would work better? NeonMerlin 20:52, 11 April 2012 (UTC)
These programs usually get named some version of "lint" after the original lint (software) for C. If you google "c# lint" it finds some likely candidates for what you are looking for. If you're trying to performance tune a program though, dynamic profiling will probably more useful than linting. 67.117.147.20 (talk) 06:44, 12 April 2012 (UTC)
I can't remember whether I have asked this, and using Google seems to be of no help.
When I first turn on my computer, and click on the Internet Explorer logo, I am sent to what used to be the sign-in page for the email address given to me by my Internet service provider. I have to click there, and I am sent to the telephone company's home page. If I am already signed in there is a list of emails in my inbox, and clicking on any of those is supposed top open a new window in which the inbox appears.
If that window is already open and I have gone to another site (where I might be editing a Wikipedia page or composing an email), clicking on an email on that telephone company home page causes the inbox to appear in that other window, which wrecks what I was doing. Although once, a new window did open.
I don't know the terminology for what I'm asking. Why does the inbox come up in the window that is already there, though not the window where I clicked to produce it, rather than creating a new window?— Vchimpanzee · talk · contributions · 21:42, 11 April 2012 (UTC)