http://www.popularmechanics.com/tech...adgets/4339778
Turn a netbook into a tablet I'm going to try it sometime
Thread: anybody done this before?
Results 1 to 30 of 134
-
06-20-2012
-
06-20-2012
why would you when you can get a tablet for like $150
-
06-20-2012
cause i don't want an android tablet and would like decent storage space
-
-
-
-
-
-
-
06-20-2012
windows was microcoded for x86 anyway. it's not really a windows kernel if it's running on arm, it's an asm-level virtual machine, soaking up anywhere from 4-10x as many cycles to run the same fucking program compared to in its native architecture. utterly wasteful, useless - except for tutelage, i suppose.
I speculate though. I would be gobsmacked to learn microsoft's engineers built an ARM version of "windows 8" (just call it windows-on-apple already) from scratch
-
06-20-2012
It probably shares a lot of code with wimo, I dunno windows 8 is a piece of shit I haven't looked that far into it.
-
-
-
-
06-20-2012
pro tip except for like one page of source code, there is no reason whatsoever to use an assembly language to write an operating system
-
06-20-2012
hey elezark just do what i did and start using it
-
06-20-2012
Does it blow my computer up if i start to compile and run?
-
-
-
-
-
06-20-2012
**This account has been officially hacked and the original user is not liable for any future posts**
-
-
-
06-21-2012
if i do this in a few months i will let you guys know how awesome it is and i am for making it
-
-
sex with dead peopleking steveyos
-
06-21-2012
Not for the whole thing, mainly just its assembler.
That's used to break down HLL's into chunks of assembly code, used by the computer at the machine level to control/compute data.
I'd also expect it to be kinda difficult to memory-map and table addresses for bus components like I/O, DMA etc without an assebler.
Then again, maybe there's some bloated one-size-fits-most HLL library that can directly access all memory & memory-mapped devices and bypass the assembly layer completely; in the process soaking up alot of unnecessary clock cycles to run the same program. You'll notice this particularly when trying to "port" user software from one architecture to another without actually rebuilding it from the machine level, for a completely alien instruction set.
It happens all the time.
If old console games were all written assembly (and they virtually all were, up to the mid 90s) they would've looked like dogshit on SNES compared to megadrive version, or vice versa, and that hasn't really changed despite that modern video games are impractical to code in asm. So now, even new games generally look/play best on 1 of the three leading game consoles, depending on how well the HLL they used to program the game compiles and assembles on those platforms.Last edited by blumpkin blownuts; 06-21-2012 at 03:29 PM.
-
-
06-21-2012
you just said a bunch of shit and then said "it happens all the time" to someone whose job it was to write a modern bootloader and real time operating system for the blackfin 548
so, no
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)