I found this netbook(?) somewhere in old things and just wonder: can linux be installed on it?
No, you’re not allowed. Now go to your room and think about what you’ve done.
*what you have NOT done.
Fixed that for you 😉
Surely its easier to install Linux than android.
I want to know how they put android on it
I mean, the internals might just be the ones of a tablet or something. With android I’d be guessing its an ARM chip
Wut. This thing is like a decade old at least. Did we use ARM back then?
ARM chips were common in phones, even 10 years ago. But after doing a bit of research, there seems to be an unofficial open source version of android made to run on x86. Might be that this thing is running that. No idea, really
Just want to say good luck. Someone brought me one of these and asked to make it ready to be their university laptop in 2013. I worked real hard not to laugh because money was obviously tight but I just told them to return the pos to Amazon.
deleted by creator
I think you would need to provide more detail to know what you have. Does it have a model number on it anywhere?
that’s it: CPU: WM8650 800Hz Memory:DDR 256MB
It’s information on back cover
“WM8650” seems to indicate a VIA WonderMedia WM8650 armv5te chipset, used by a lot of anemic Android laptops circa 2011 (sold under various brandnames, but apparently all made in the same factory). People have installed Linux on them in the past (there seems to have been a fad for Arch on these for a while, given the search results), but you might have trouble getting a device tree that will work with a modern kernel.
Honestly, though, it has less processor than a Raspberry Pi 3. Unless you’ve already thought of a specific use for this, I’d dump it back in the junk drawer.
It’s already running Linux. You just showed us a screenshot of it running Android, which is Linux.
Clearly not the point of OP’s question though
the ACKSHYUALLY is strong with this one
No it isn’t. Dude is just pointing out the obvious.
I honestly preferred the people who insist on calling it GNU/Linux over the people who think Android should be called Linux.
Does this means can install any repo on my phone?
Sadly no, because while Android is based on Linux, it is so far removed that the kernel is wildly different. Some teams such as mobian, SFOS, postmarketOS, etc. have got fair dinkum Linux running on android devices though.
For better or worse the more correct name GNU/Linux did not catch on and is universally shortened to Linux. Android uses the Linux kernel, but is not GNU/Linux, and therefore is not Linux.
This is some ass-backwards logic. You’re trying to redefine Linux and then declaring that Android does not meet your novel definition. If Android, Alpine, and Chimera are not Linux, then what are they?
Are reading what you write? It’s linux so it isn’t?
kernel != operating system
I don’t know if it’s that cut and dry. If you study a Operative Systems class or buy a book about them, it’ll exclusively deal with the kernel.
If you can give a reference to any such book, I’d be very interested to see it.
Operating System Concepts by Silberschatz, Galvin and Gagne is a classic OS textbook. Andrew Tanenbaum has some OS books too. I really liked his OS Design and Implementation book but I’m pretty sure that one is super outdated by now. I have not read his newer one but it is called Modern Operating Systems iirc.