Giter VIP home page Giter VIP logo

ahmadexp / raetro_system_kernel Goto Github PK

View Code? Open in Web Editor NEW

This project forked from raetro/raetro_system_kernel

0.0 0.0 0.0 222.79 MB

Rætro Linux Kernel Source

License: Other

Shell 0.26% C++ 1.30% Python 0.13% Perl 0.14% C 97.21% Objective-C 0.27% Clojure 0.01% Assembly 0.39% Awk 0.01% UnrealScript 0.01% Makefile 0.22% XS 0.01% Yacc 0.01% Lex 0.01% M4 0.01% Roff 0.02% Gherkin 0.01% SmPL 0.02% Raku 0.01%

raetro_system_kernel's Introduction

Rætro Linux Kernel

Linux kernel release 5.x http://kernel.org/

What is Linux?

Linux is a clone of the operating system Unix, written from scratch by Linus Torvalds with assistance from a loosely-knit team of hackers across the Net. It aims towards POSIX and Single UNIX Specification compliance.

It has all the features you would expect in a modern fully-fledged Unix, including true multitasking, virtual memory, shared libraries, demand loading, shared copy-on-write executables, proper memory management, and multi-stack networking including IPv4 and IPv6.

On what hardware does it run?

Manufacturer Hardware Platform Project Config Device Tree Blob
Terasic DE10-Nano ARM/FPGA MiSTer MiSTer_defconfig socfpga_cyclone5_de10_nano.dtb
Arrow/NovTech Chameleon96 ARM/FPGA 9SiXSTer 9SiXSTer_defconfig socfpga_cyclone5_chameleon96.dtb

Requirements to Compile

On Debian/Ubuntu

apt-get update
apt-get -y upgrade
apt-get -y install build-essential bc liblz4-tool device-tree-compiler wget libncurses5-dev libncursesw5-dev bison flex libssl-dev

ARM GCC Compiler

cd /opt
wget -O - https://releases.linaro.org/components/toolchain/binaries/latest-7/arm-linux-gnueabihf/gcc-linaro-7.5.0-2019.12-x86_64_arm-linux-gnueabihf.tar.xz | tar xJf -
export ARCH arm
export CROSS_COMPILE /opt/gcc-linaro-7.5.0-2019.12-x86_64_arm-linux-gnueabihf/bin/arm-linux-gnueabihf-

Kernel Download and Configuration

wget -O - https://github.com/Raetro/linux_Raetro/archive/master.tar.xz | tar xJf -

Loading

make clean mrproper <project_defconfig>

Configure Kernel (Optional)

make menuconfig

Compiling the Kernel and Creating zImage with Device Tree Blob

make zImage modules dtbs
cat arch/arm/boot/zImage arch/arm/boot/dts/<project_device_tree_blob> > zImage_dtb

raetro_system_kernel's People

Contributors

boogermann avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.