All Projects → pauldotknopf → Darch Recipes

pauldotknopf / Darch Recipes

My operating systems, using Darch.

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Darch Recipes

Posnk
An operating system project.
Stars: ✭ 34 (-45.16%)
Mutual labels:  operating-system
Workshops
Stars: ✭ 47 (-24.19%)
Mutual labels:  operating-system
Dennix
Dennix is a unix-like hobbyist operating system written from scratch.
Stars: ✭ 53 (-14.52%)
Mutual labels:  operating-system
Fiwix
A UNIX-like kernel for the i386 architecture
Stars: ✭ 38 (-38.71%)
Mutual labels:  operating-system
Minimal
Minimal Linux Live (MLL) is a tiny educational Linux distribution, which is designed to be built from scratch by using a collection of automated shell scripts. Minimal Linux Live offers a core environment with just the Linux kernel, GNU C library, and Busybox userland utilities.
Stars: ✭ 1,014 (+1535.48%)
Mutual labels:  operating-system
Hidamari
Modern operating system aimed at running WebAssembly code.
Stars: ✭ 49 (-20.97%)
Mutual labels:  operating-system
Harbours
Ported software for HelenOS.
Stars: ✭ 15 (-75.81%)
Mutual labels:  operating-system
Nuummiteos
An OS kernel written in Crystal.
Stars: ✭ 59 (-4.84%)
Mutual labels:  operating-system
Atomos
JS-based Linux desktop environment.
Stars: ✭ 42 (-32.26%)
Mutual labels:  operating-system
Cuteos
A 64-bit SMP-safe kernel for the PC architecture.
Stars: ✭ 51 (-17.74%)
Mutual labels:  operating-system
The Hack General Purpose Computer
Using HDL, from Boolean algebra and elementary logic gates to building a Central Processing Unit, a memory system, and a hardware platform, leading up to a 16-bit general-purpose computer. Then, implementing the modern software hierarchy designed to enable the translation and execution of object-based, high-level languages on a bare-bone computer hardware platform; Including Virtual machine,Compiler and Operating system.
Stars: ✭ 39 (-37.1%)
Mutual labels:  operating-system
Sos
Sian's Operating System
Stars: ✭ 40 (-35.48%)
Mutual labels:  operating-system
Awesome Ebooks
收录开源的经典技术书籍 PDF 文件及相关网站,持续更新中...
Stars: ✭ 51 (-17.74%)
Mutual labels:  operating-system
Erythros
An operating system based on TempleOS
Stars: ✭ 37 (-40.32%)
Mutual labels:  operating-system
Skift
🥑 A simple, handmade, operating system with a graphical user interface.
Stars: ✭ 1,068 (+1622.58%)
Mutual labels:  operating-system
Illumos Gate
An open-source Unix operating system
Stars: ✭ 952 (+1435.48%)
Mutual labels:  operating-system
Interview Questions
Questions which are frequently asked in an interview.
Stars: ✭ 47 (-24.19%)
Mutual labels:  operating-system
Marvinos
A hobby Operating System developed from scratch using C/C++ and assembly
Stars: ✭ 60 (-3.23%)
Mutual labels:  operating-system
Greentea
🍵 Userspace of the @GreenteaOS
Stars: ✭ 56 (-9.68%)
Mutual labels:  operating-system
Lilith
x86-64 os made in crystal
Stars: ✭ 1,062 (+1612.9%)
Mutual labels:  operating-system

Darch recipes

My personal Darch recipes.

Want to use them?

You can boot my images. Each one has a guest account baked in that has no password. WARNING: Booting these essentially gives me full power over your entire computer. You can trust me though :)

Here are the instructions.

1. Install Darch

Instructions here

2. Stage image

# You can checkout my image I use for development.
export IMAGE="development"
# Also, you can try "i3" or "plasma".
sudo darch images pull pauldotknopf/darch-ubuntu-$IMAGE
sudo darch stage pauldotknopf/darch-ubuntu-$IMAGE

3. Reboot and select the grub menu entry

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].