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
- Host: GitHub
- URL: https://github.com/coderaiser/nemesis
- Owner: coderaiser
- License: mit
- Created: 2012-06-07T13:18:48.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2024-09-12T10:22:55.000Z (9 months ago)
- Last Synced: 2024-12-05T12:52:15.259Z (7 months ago)
- Topics: assembler, assembly, assembly-x86, bootloader, os, x86
- Language: Assembly
- Homepage: http://coderaiser.github.io/nemesis
- Size: 1.67 MB
- Stars: 41
- Watchers: 6
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog
- License: LICENSE
Awesome Lists containing this project
README
Nemesis
===========
**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.git clone git://github.com/coderaiser/nemesis.git
cd nemesis
scripts/make.shMaking script will download all needed programs and create image.
You can clean things up by command.
scripts/clean.sh