PhyOS - A Linux distribution for developers (ARM) 04-11-2018, 01:09 AM
#1
So, after I worked on my ARM VM for a while I realized that this has pretty much just become an entire distribution. So, I set up a repository and made some changes to it so that it fits into that new description. The new distro comes with
Right now, it's pretty bare. There isn't a huge number of ARMv7 packages out there, so pretty much everything useful needs to be built from scratch. Everything from the old VM is kept, but I decided to go with a private repo so that you don't have to download a new VM image every time something new finishes compiling (the kernel took 51 hours to compile). If you write a program that you think should be included in either the OS or the repository, let me know, maybe we can make this a real distro! (btw, this will work on some android phones and newer rpi's as a main OS)
Btw, you can always check your info by running
at any terminal
You can download the tarball either from my Master Tutorial List or with a direct link here.
Have fun and happy developing!
- Custom Linux 4.16 kernel (with a lot of ARM-specific options enabled)
- ARMv7 base
- Variable CPU cores (up to 4)
- Variable memory
- Graphical interface option
- Rolling release (with apt)
- 32GB hard disk (up from 8)
Right now, it's pretty bare. There isn't a huge number of ARMv7 packages out there, so pretty much everything useful needs to be built from scratch. Everything from the old VM is kept, but I decided to go with a private repo so that you don't have to download a new VM image every time something new finishes compiling (the kernel took 51 hours to compile). If you write a program that you think should be included in either the OS or the repository, let me know, maybe we can make this a real distro! (btw, this will work on some android phones and newer rpi's as a main OS)
Btw, you can always check your info by running
Code:
phyos
You can download the tarball either from my Master Tutorial List or with a direct link here.
Have fun and happy developing!
(This post was last modified: 04-11-2018, 09:58 AM by phyrrus9.)