Skip to content

liexusong/BiscuitOS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BiscuitOS 中文

TOP_PIC

BiscuitOS is a linux-Distro that base on legacy or newest linux kernel (such as linux 0.11, 1.x, 2.x, 3.x, 4.x, 5.x and more new). And BiscuitOS is a open and free operating system, development can use it under the GNU General Public License.

The target of BiscuitOS is creating an operating system debugging and running environment that make developer focus on CODE and don't waste time on how to build and porting an operating system on different hardware.

This project named BiscuitOS which is a specific builtroot for BiscuitOS. All developers can configure various kernel/rootfs feature and create a full hardisk-image. The BiscuitOS works on Intel-x86 family CPU (such as i386, i486 ...)/ ARM32 or ARM64, and project offers a emulate to run BiscuitOS without hardware. So, don't stop, play Linux with BiscuitOS.

To Prepare

Before your tour, you need install essential toolchain on host PC ( such as Ubuntu16.04). Execute command:

sudo apt-get install -y qemu gcc make gdb git figlet
sudo apt-get install -y libncurses5-dev iasl
sudo apt-get install -y device-tree-compiler
sudo apt-get install -y flex bison libssl-dev libglib2.0-dev
sudo apt-get install -y libfdt-dev libpixman-1-dev

On 64-Bit Machine:

sudo apt-get install lib32z1 lib32z1-dev

NOTE!

If you first install or use git, please configure git as follow

git config --global user.name "Your Name"
git config --global user.email "Your Email"

To Start

First of all, You need obtain source code of BiscuitOS from GitHub, follow these steps to get newest and stable branch. The BiscuitOS project will help you easily to build a customization-BiscuitOS.

git clone https://github.com/BiscuitOS/BiscuitOS.git

The next step, we need to build BiscuitOS with common Kbuild syntax. The BiscuitOS support multiple kernel version and filesystem type, you can configure BiscuitOS like you do. The Kbuild will help you easily to build all software and kernel. So utilise command on your terminal:

cd */BiscuitOS
make defconfig
make

Then, the BiscuitOS will auto-compile and generate a distro-Linux, more useful information will be generated. Check README.md which determine how to use it. as follow:

 ____  _                _ _    ___  ____  
| __ )(_)___  ___ _   _(_) |_ / _ \/ ___| 
|  _ \| / __|/ __| | | | | __| | | \___ \ 
| |_) | \__ \ (__| |_| | | |_| |_| |___) |
|____/|_|___/\___|\__,_|_|\__|\___/|____/ 
                                          
***********************************************
Output:
 */BiscuitOS/output/linux-x.x.x 

linux:
 */BiscuitOS/output/linux-x.x.x/linux/linux 

README:
 */BiscuitOS/output/linux-x.x.x/README.md 

***********************************************

Offical Website and Blog

BiscuitOS Home Page

BiscuitOS Establish More distro-Linux

BiscuitOS Blog Index

Email: BuddyZhang1 buddy.zhang@aliyun.com

About

Common scripts to build BiscuitOS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 63.0%
  • Shell 11.8%
  • C++ 10.1%
  • Makefile 8.9%
  • Yacc 3.0%
  • Perl 1.9%
  • Lex 1.3%