All Projects → coderaiser → Nemesis

coderaiser / Nemesis

Licence: mit
💾 x86 operation system writen on fasm

Programming Languages

assembly
5116 projects
assembler
53 projects

Projects that are alternatives of or similar to Nemesis

TravorOS
A simple OS running on Intel x86 architecture | No longer updating
Stars: ✭ 24 (-17.24%)
Mutual labels:  os, x86, bootloader
Toaruos
A completely-from-scratch hobby operating system: bootloader, kernel, drivers, C library, and userspace including a composited graphical UI, dynamic linker, syntax-highlighting text editor, network stack, etc.
Stars: ✭ 4,687 (+16062.07%)
Mutual labels:  x86, bootloader, os
Toaru Nih
NOTICE: The ToaruOS-NIH Project has been MERGED UPSTREAM. This repository is now archived.
Stars: ✭ 66 (+127.59%)
Mutual labels:  x86, bootloader, os
stoomboot
An x86 real mode multiboot-ish ELF bootloader
Stars: ✭ 19 (-34.48%)
Mutual labels:  x86, bootloader
mbr-boot-manager
💾 Master Boot Record with a boot menu written in Assembly
Stars: ✭ 57 (+96.55%)
Mutual labels:  x86, bootloader
BootProg
FAT12/16/32 Bootsector for .COMs/.EXEs
Stars: ✭ 74 (+155.17%)
Mutual labels:  x86, bootloader
LanOS
one mini operating system simplified from linux0.12
Stars: ✭ 61 (+110.34%)
Mutual labels:  os, x86
Radical-OS
Radical kernel source tree
Stars: ✭ 45 (+55.17%)
Mutual labels:  os, x86
RocketOS
RocketOS is a Unix based OS that uses legacy BIOS and GRUB and is written in C17. It is being developed for educational purposes primarily, but it still is a serious project. It is currently in its infancy.
Stars: ✭ 23 (-20.69%)
Mutual labels:  os, x86
Limine
x86/x86_64 BIOS Bootloader
Stars: ✭ 288 (+893.1%)
Mutual labels:  x86, bootloader
Pillman
Pillman boot sector game, a yellow thing eats pills and is chased by monsters.
Stars: ✭ 298 (+927.59%)
Mutual labels:  x86, bootloader
Macaron
A sweet hobby made operating system written in C++ for x86 CPUs with GUI
Stars: ✭ 34 (+17.24%)
Mutual labels:  os, x86
tupai
Tupai is a multi-tasking operating system I wrote for my degree that focuses on safety and design, targeting a variety of platforms.
Stars: ✭ 21 (-27.59%)
Mutual labels:  os, x86
kernel
Main kernel tree
Stars: ✭ 28 (-3.45%)
Mutual labels:  os, x86
Aqeous
(Inactive, Checkout AvanaOS, Rewrite of this) This is a New Operating System (Kernel right now). Made completely from scratch, We aim to make a complete OS for Learning purpose
Stars: ✭ 23 (-20.69%)
Mutual labels:  os, x86
toddler
Toddler is a well-designed usable and portable microkernel OS
Stars: ✭ 70 (+141.38%)
Mutual labels:  os, x86
Xboot
The extensible bootloader for embedded system with application engine, write once, run everywhere.
Stars: ✭ 405 (+1296.55%)
Mutual labels:  bootloader, os
Asm Space Invaders
A small, bootable game written in x86 Assembly inspired by Space Invaders
Stars: ✭ 202 (+596.55%)
Mutual labels:  x86, bootloader
kora-kernel
Kernel for my operating system KoraOS
Stars: ✭ 15 (-48.28%)
Mutual labels:  os, x86
Xbook2
xbook2是一个基于x86处理器的32位操作系统,实现了大量的基础功能,可以拿来学习操作系统知识。
Stars: ✭ 273 (+841.38%)
Mutual labels:  x86, os

Nemesis

Nemesis is x86 operation system written on fasm. You can find more information or try online.

Build Image

You can build image or just download it.

git clone git://github.com/coderaiser/nemesis.git
cd nemesis
scripts/make.sh

Making script will download all needed programs and create image. You can clean things up by command.

scripts/clean.sh
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].