All Projects → MidnightBSD → src

MidnightBSD / src

Licence: other
MidnightBSD OS source code

Programming Languages

c
50402 projects - #5 most used programming language
C++
36643 projects - #6 most used programming language
Roff
2310 projects
perl
6916 projects
shell
77523 projects
Makefile
30231 projects

Projects that are alternatives of or similar to src

osutil
Go library to easily detect current operating system, current Linux distribution, macOS version and more...
Stars: ✭ 22 (+4.76%)
Mutual labels:  os, bsd
duckOS
Yet another hobby x86 UNIX-like operating system written in C and C++. Features a dynamically linked userspace, an in-house c standard library, and more! And yes, it runs DOOM.
Stars: ✭ 250 (+1090.48%)
Mutual labels:  os, unix-like
chaos-2
A hand-made SMP-aware kernel
Stars: ✭ 20 (-4.76%)
Mutual labels:  os, unix-like
novusk
A kernel written in Rust
Stars: ✭ 61 (+190.48%)
Mutual labels:  os, unix-like
moros
MOROS: Obscure Rust Operating System 🦉
Stars: ✭ 508 (+2319.05%)
Mutual labels:  os
AiliceOS
AiliceOS: Build an x86_64 and UEFI OS using Rust
Stars: ✭ 59 (+180.95%)
Mutual labels:  os
greenteaos.github.io
🏠 Homepage of the @GreenteaOS
Stars: ✭ 16 (-23.81%)
Mutual labels:  os
kora-kernel
Kernel for my operating system KoraOS
Stars: ✭ 15 (-28.57%)
Mutual labels:  os
toddler
Toddler is a well-designed usable and portable microkernel OS
Stars: ✭ 70 (+233.33%)
Mutual labels:  os
AhnTri
Super-simple OS
Stars: ✭ 54 (+157.14%)
Mutual labels:  os
CuBit
General-purpose, formally-verified, 64-bit operating system in SPARK/Ada for x86-64
Stars: ✭ 70 (+233.33%)
Mutual labels:  os
zambesii
Non-unix, custom-API hybrid OS kernel written in C++ which can be thought of as an emulated microkernel. The native API is almost fully asynchronous and the kernel is aimed at high-scaling, high-throughput-requiring multiprocessor workloads, with working support for SMP and NUMA already implemented. Join the IRC channel, #zbz-dev on freenode!
Stars: ✭ 13 (-38.1%)
Mutual labels:  os
bsdhwmon
Hardware sensor monitoring utility for FreeBSD
Stars: ✭ 16 (-23.81%)
Mutual labels:  bsd
Instagram Stalker Scraper
(UNMAINTAINED) Fetch data of any public Instagram profile, without using api
Stars: ✭ 39 (+85.71%)
Mutual labels:  os
InitKit
Neo-InitWare is a modular, cross-platform reimplementation of the systemd init system. It is experimental.
Stars: ✭ 364 (+1633.33%)
Mutual labels:  bsd
i3lock-color
The world's most popular non-default computer lockscreen.
Stars: ✭ 904 (+4204.76%)
Mutual labels:  bsd
system-fonts
Which fonts can I use?
Stars: ✭ 29 (+38.1%)
Mutual labels:  os
file-arranger
Simple & capable Directory arranger/cleaner
Stars: ✭ 54 (+157.14%)
Mutual labels:  bsd
InitWare
The InitWare Suite of Middleware allows you to manage services and system resources as logical entities called units. Its main component is a service management ("init") system.
Stars: ✭ 164 (+680.95%)
Mutual labels:  bsd
MoonOS
MoonOS (just a kernel atm) is a micro kernel designed for the x86_64 and arm architecure.
Stars: ✭ 82 (+290.48%)
Mutual labels:  os
This is the top level of the MidnightBSD source directory.  

Source code is now on github at:
https://github.com/MidnightBSD/src/

Most users want to checkout a stable branch rather than use the current
development branch called master. Look at the stable branches. 

e.g. 
cd /usr
git clone https://github.com/midnightbsd/src.git
git checkout stable/1.2

For copyright information, please see the file COPYRIGHT in this
directory (additional copyright information also exists for some
sources in this tree - please see the specific source directories for
more information).

The Makefile in this directory supports a number of targets for
building components (or all) of the MidnightBSD source tree, the most
commonly used one being ``world'', which rebuilds and installs
everything in the MidnightBSD system from the source tree except the
kernel, the kernel-modules and the contents of /etc.  The
``buildkernel'' and ``installkernel'' targets build and install
the kernel and the modules (see below).  Please see the top of
the Makefile in this directory for more information on the
standard build targets and compile-time flags.

Building a kernel is a somewhat more involved process, documentation
for which can be found at:
   http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig.html
And in the config(8) man page.
Note: If you want to build and install the kernel with the
``buildkernel'' and ``installkernel'' targets, you might need to build
world before.  More information is available in the FreeBSD handbook.

The sample kernel configuration files reside in the sys/<arch>/conf
sub-directory (assuming that you've installed the kernel sources), the
file named GENERIC being the one used to build your initial installation
kernel.  The file NOTES contains entries and documentation for all possible
devices, not just those commonly used.  It is the successor of the ancient
LINT file, but in contrast to LINT, it is not buildable as a kernel but a
pure reference and documentation file.


Source Roadmap:
---------------
apache		Various commands and libraries under the APACHE license.
		Please see apache/LICENSE for more information.

bin		System/user commands.

cddl		Various commands and libraries under the Common Development
		and Distribution License.

contrib		Packages contributed by 3rd parties.

crypto		Cryptography stuff (see crypto/README).

etc		Template files for /etc.

games		Amusements.

gnu		Various commands and libraries under the GNU Public License.
		Please see gnu/COPYING* for more information.

include		System include files.

kerberos5	Kerberos5 (Heimdal) package.

lib		System libraries.

libexec		System daemons.

nrelease	Release building from DragonFly.  Used for making live CDs.

release		Release building Makefile & associated tools.

rescue		Build system for statically linked /rescue utilities.

sbin		System commands.

secure		Cryptographic libraries and commands.

share		Shared resources.

sys		Kernel sources.

tools		Utilities for regression testing and miscellaneous tasks.

usr.bin		User commands.

usr.sbin	System administration commands.

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