An open API service indexing awesome lists of open source software.

https://github.com/coderaiser/nemesis

:floppy_disk: x86 operation system writen on fasm
https://github.com/coderaiser/nemesis

assembler assembly assembly-x86 bootloader os x86

Last synced: 6 months ago
JSON representation

:floppy_disk: x86 operation system writen on fasm

Awesome Lists containing this project

README

          

# Nemesis

![image](https://github.com/coderaiser/nemesis/assets/1573141/05887dc2-ed19-41f1-9026-912e694a72c9)

**Nemesis** is x86 operation system written on fasm.
You can find more [information](http://n3m1z1d4.pp.net.ua "information")
or try [online](http://coderaiser.github.io/nemesis "nemesis").

## Build Image

You can build image or just [download](//github.com/coderaiser/nemesis-archive/raw/master/nemizida-v0.1.0.img.gz "download and unpack") it.

```sh
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.

```sh
scripts/clean.sh
```

[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/coderaiser/nemesis)