All Projects → kaiwan → seals

kaiwan / seals

Licence: BSD-2-Clause license
Simple Embedded ARM Linux System

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to seals

Linux-Kernel-notes
🌟 Notes and codes for Linux Kernel (SJTU-CS353)
Stars: ✭ 21 (-25%)
Mutual labels:  linux-kernel
xmrig-build
Simple automated script to build XMRig (dynamic or static) from source on x86-64, ARMv7, and ARMv8 devices.
Stars: ✭ 14 (-50%)
Mutual labels:  armv7
TensorFlow Lite SSD RPi 64-bits
TensorFlow Lite SSD on bare Raspberry Pi 4 with 64-bit OS at 24 FPS
Stars: ✭ 25 (-10.71%)
Mutual labels:  armv7
V60Mini-firmhack
A project to disassemble the KBParadise V60 Mini keyboard firmware.
Stars: ✭ 23 (-17.86%)
Mutual labels:  armv7
DrawBridge
Layer 4 Single Packet Authentication Linux kernel module utilizing Netfilter hooks and kernel supported Berkeley Packet Filters (BPF)
Stars: ✭ 81 (+189.29%)
Mutual labels:  linux-kernel
linux-grsec
Arch Linux package for the Linux Kernel and modules with grsecurity/PaX patches.
Stars: ✭ 19 (-32.14%)
Mutual labels:  linux-kernel
simonpi
A quick & dirty script to emulate Raspberry PI family devices on your laptop.
Stars: ✭ 61 (+117.86%)
Mutual labels:  armv7
kernel new features
一个深挖 Linux 内核的新功能特性,以 io_uring, cgroup, ebpf, llvm 为代表,包含开源项目,代码案例,文章,视频,架构脑图等
Stars: ✭ 1,094 (+3807.14%)
Mutual labels:  linux-kernel
Donya
Donya is an Operating system. Yet Another Linux distro built using a package management system.
Stars: ✭ 55 (+96.43%)
Mutual labels:  linux-kernel
seal-vue
本项目为 https://github.com/hequan2017/seal 项目 前端vue版本 基于 iview-admin 2.5.0 支持 动态菜单 本项目已停止开发!因长时间未对代码进行维护,可能会造成项目在不同环境上无法部署、运行BUG等问题,请知晓!项目仅供参考!
Stars: ✭ 16 (-42.86%)
Mutual labels:  seal
ipftrace
[Deplicated] Now we have more sophisticated (and compact) implementation in ipftrace2 repository. Please check it as well.
Stars: ✭ 60 (+114.29%)
Mutual labels:  linux-kernel
alpine-php-fpm
Lightweight and optimised PHP-FPM (PHP 7.4, 8.0, 8.1) Docker images with essential extensions on top of latest Alpine Linux.
Stars: ✭ 53 (+89.29%)
Mutual labels:  armv7
gentoo-on-486
Instructions on how to install modern Gentoo Linux on ancient 486-based PCs.
Stars: ✭ 56 (+100%)
Mutual labels:  linux-kernel
TOSView
Draw the traces of OS(Linux, xv6, ...) kernel functions in a graph and link graph nodes to the source codes
Stars: ✭ 29 (+3.57%)
Mutual labels:  linux-kernel
arm-wheels
Project to generate Python wheels for ARM systems (targeting armv7 / aarch64 in the future)
Stars: ✭ 14 (-50%)
Mutual labels:  armv7
book linuxkernel blockdrv
Learn how multi-queue block device in Linux kernel v4.4 works
Stars: ✭ 69 (+146.43%)
Mutual labels:  linux-kernel
w1-gpio-cl
Command line configured kernel mode 1-wire bus master driver. w1-gpio standard Linux module enhancement/substitution.
Stars: ✭ 17 (-39.29%)
Mutual labels:  linux-kernel
packer-plugin-arm-image
Packer plugin for ARM images
Stars: ✭ 359 (+1182.14%)
Mutual labels:  qemu-system-arm
rust-crosscompiler-arm
Docker images for Rust dedicated to cross compilation for ARM v6 and more
Stars: ✭ 48 (+71.43%)
Mutual labels:  armv7
Linux-Kernel-Exploitation
Linux kernel development & exploitation lab.
Stars: ✭ 130 (+364.29%)
Mutual labels:  linux-kernel

SEALS

SEALS is an abbreviation for Simple Embedded ARM Linux System.

The SEALS project consists of scripts that will enable one to build a simple yet complete skeletal ARM/Linux system, emulated using the powerful QEMU emulator. The SEALS scripts automate the following tasks:

  • Using a simple ASCII text config file to precisely customize your environment
  • Using a cross-compiler
  • ARM / Linux kernel config and build
  • Creating a skeletal root filesystem from scratch
  • Integrating the components together, using QEMU (qemu-system-arm, particularly) to run the same in an emulated environment.

Getting Started

Please FIRST READ the SEAL's HOWTO page in the Wiki section to better understand how to build and use this project.

Very useful for developers / testers to try things out in a custom ARM/Linux guest system.

Install

  • Clone this repository
git clone https://github.com/kaiwan/seals.git
  • Run run_and_log script.

Contribution

Do write in your comments, suggestions or anything. Any contributions would be awesome !

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].