Code Monkey home page Code Monkey logo

opennask's Introduction

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

opennask's People

Contributors

hangingman avatar ohiroyukinagata avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.