http://www.popularmechanics.com/tech...adgets/4339778
Turn a netbook into a tablet I'm going to try it sometime
Printable View
http://www.popularmechanics.com/tech...adgets/4339778
Turn a netbook into a tablet I'm going to try it sometime
why would you when you can get a tablet for like $150
cause i don't want an android tablet and would like decent storage space
give it a year
http://www.extremetech.com/computing...erything-again
How many gigs of gay porn do you have currently?
approx. 80gb
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
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.
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
hey elezark just do what i did and start using it
Does it blow my computer up if i start to compile and run?
:|
If is true, i will be damned
yawn
I want a tablet running windows xp tyvm
if i do this in a few months i will let you guys know how awesome it is and i am for making it
Good luck.
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.
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