Skip to content

Interpuce/AurorMobile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AurorMobile

AurorMobile is basically an experiment to make mobile operating system based on AurorOS kernel. It switches files and performs operations to make AurorOS an OS available and designed for mobile.

Requirements

To achive full working copy of AurorMobile you need to have installed:

  • git
  • gcc
  • binutils

Building AurorMobile

There are two ways to compile AurorMobile. Need help?

The automatic way

Just run the following command:

make

The manual way

First - clone the AurorOS kernel or any C distribution of it. To clone the original AurorOS (which is confirmed to work) run:

make kernel

Next, run the following command to switch x86 stuff to ARM:

make arm

Then - after switching everything - build the AurorMobile:

make build

Something is wrong?

Linker errors: make sure to compile AurorOS on Linux distribution. Internal compiler error: it happens (it is fucking C). Ignore and restart the compilation. Code errors: please submit an issue to our mobile GitHub's repo. Git errors: you probably has something wrong with your internet connection. Please, check it.

About

An experiment to make mobile version of AurorOS

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published