All Projects → HobbyOSs → opennask

HobbyOSs / opennask

Licence: GPL-3.0 license
nask clone assembly, it can boot tiny OS with Linux

Programming Languages

c
50402 projects - #5 most used programming language
C++
36643 projects - #6 most used programming language
assembly
5116 projects
CMake
9771 projects
shell
77523 projects
Roff
2310 projects

Projects that are alternatives of or similar to opennask

novaboot
A tool that automates booting of operating systems on target hardware or in qemu
Stars: ✭ 32 (+60%)
Mutual labels:  bootloader
kora-kernel
Kernel for my operating system KoraOS
Stars: ✭ 15 (-25%)
Mutual labels:  hobby-os
tenda-reverse
Reverse engineering, getting root access to Tenda MW6 wifi mesh router
Stars: ✭ 90 (+350%)
Mutual labels:  bootloader
DfuBootloader
STM32 USB device bootloader using DFU class interface
Stars: ✭ 79 (+295%)
Mutual labels:  bootloader
lf-os amd64
Hobby operating system for amd64 with high ambitions - mirror
Stars: ✭ 30 (+50%)
Mutual labels:  hobby-os
pongloader
🏓 Pong in 512 bytes. (boot sector)
Stars: ✭ 86 (+330%)
Mutual labels:  bootloader
SEAC
Systeme d'exploitation
Stars: ✭ 22 (+10%)
Mutual labels:  hobby-os
micronucleus-firmware
Fork for the firmware / digispark part of the micronucleus repository
Stars: ✭ 50 (+150%)
Mutual labels:  bootloader
remote-pinetime-bot
Telegram Bot to flash and test PineTime firmware remotely
Stars: ✭ 23 (+15%)
Mutual labels:  bootloader
MetalOS
Homebrew x64 OS written in C++ that runs Doom!
Stars: ✭ 33 (+65%)
Mutual labels:  bootloader
MeetixOS
An hobby OS written in modern C++20 which aims to be Unix-like. Currently based on EvangelionNG, a GhostOS derived kernel
Stars: ✭ 179 (+795%)
Mutual labels:  hobby-os
sicherboot
Unmaintained systemd-boot integration with secure boot support; consider https://github.com/Foxboron/sbctl instead.
Stars: ✭ 31 (+55%)
Mutual labels:  bootloader
MK404
A functional Simulator for Prusa (Mini/Einsy) Rambo based printers
Stars: ✭ 52 (+160%)
Mutual labels:  bootloader
esp-stm8-flasher
ESP8266 application for flashing STM8S via stm8-bootloader
Stars: ✭ 23 (+15%)
Mutual labels:  bootloader
miniboot
🏗️ An I2C bootloader for Arduino.
Stars: ✭ 62 (+210%)
Mutual labels:  bootloader
Hackintosh-ASUS-A455LF-Notebook
EFI Folder for ASUS A455LF-WX039D Notebook Series with Clover/OpenCore Legacy or UEFI
Stars: ✭ 27 (+35%)
Mutual labels:  bootloader
ariadne-bootloader
A little less unfinished TFTP bootloader for Arduino Ethernet or Arduino with Ethernet Shield
Stars: ✭ 40 (+100%)
Mutual labels:  bootloader
moros
MOROS: Obscure Rust Operating System 🦉
Stars: ✭ 508 (+2440%)
Mutual labels:  hobby-os
lk2nd
Secondary little kernel (lk) bootloader for Qualcomm MSM8953 devices
Stars: ✭ 36 (+80%)
Mutual labels:  bootloader
stm32-usb-bootloader
This repository contains bootloader for stm32f1xx microcontrollers. It works for stm32f103ret6, but you can simply adopt it to any MCU supporting STM32 HAL library with USB and SD-card
Stars: ✭ 40 (+100%)
Mutual labels:  bootloader

opennask Build Status License: GPL v3

An 80x86 assembler like MASM/NASM for the tiny OS

Build (debian)

  • You need to install cmake, and ninja / make
// example
# apt-get install cmake ninja-build cpputest libcpputest-dev gcc g++ libc6-dev-i386 linux-headers-generic

$ mkdir build
$ cd build

# if you use Unix environment
$ cmake -G "Unix Makefiles" ..
$ make

# if you can use Ninja
$ cmake -G Ninja ..
$ ninja

# or, you may want to specify compiler
$ cmake -G Ninja -DCMAKE_C_COMPILER=gcc-4.9 -DCMAKE_CXX_COMPILER=g++-4.9

Build osask project files (debian)

  • You need to install mtools to build these files
  • You need to install QEMU (> 3.1) to test it

'wine' will be very helpful for you to debug original nask

Build day 03, harib00i img (debian)

  • Target names are formatted like XX_day_haribxxx_{action}
    • Actions are sys, run, clean and so on
# apt-get install qemu

$ cd opennask/build
$ ninja
$ ninja 03_day_harib00i_img
$ ninja 03_day_harib00i_run

You can use make command instead of ninja

Development

Create docker container environment

  • Build container
$ docker-compose up -d --build
  • Attach container
$ docker exec -it opennask_ci_1 bash

Screenshots

day3 harib00j day4 harib01a
harib00j harib01a
day4 harib01d day5 harib02a
harib01d harib02a
day5 harib02e day5 harib02h
harib02e harib02h
day6 harib03e day8 harib05d
harib03e harib05d
day20 harib17a
harib17a.png
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].