Giter Site home page Giter Site logo

orix-software / kernel Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 1.09 MB

Orix Kernel

Home Page: http://orix.oric.org/

Makefile 0.70% Batchfile 0.37% Assembly 90.49% Shell 1.17% Python 3.22% Pascal 1.48% HTML 0.95% C 1.61%
6502 65c02 cc65 ca65 oric

kernel's Introduction

build

Orix

Introduction

Orix is designed to work with ORICHD (telestrat) and Twilighte card (atmos). See : http://orix.oric.org

Some code is done by Fabrice Broche (60%) and Jede (40%). Anyway, all minitel and FDC routines had been removed

Assembler : ca65 CPU : 6502 & 65C02 (but 65C02 not tested)

How to use it ?

This kernel is a set of primitives to displays string, open/close/write files ...

You need at least "shell" bank to use this kernel

Build option

Root file on sdcard

Pass to ca65 command line : -DWITH_SDCARD_FOR_ROOT=1 or else it will reads en usb key

here is the list of available "compile option"

  • CPU_65C02
  • WITH_MULTITASKING
  • WITH_ACIA
  • WITH_DEBUG : In that case, somes primitives send their debug to printer with a help of kdebug ROM.
  • WITH_TWILIGHTE_BOARD

How does it starts

  • Kernel tries to start binary set in his rom label 'str_binary_to_start'
  • it allocates a process struct (first malloc)
  • and register it in processlist

kernel's People

Contributors

jedeoric avatar

Watchers

 avatar

kernel's Issues

XFSEEK

add a SEEK to 0 each type to avoid ch376 bug

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.