omega/README.md

630 B

omega

omega is a micro kernel for Casio FX-CG 50 (Graph 90+E in France).

build

You can compile omega by running the following command :

% make

To create an omega project, you will need the oSDK (that can be found on the Planète Casio's gitea)

project progress

Here are the features supported :

  • Display driver and display functions - interact with VRAM, display image with omega's converter oconv, print text in printf-like format...
  • Basic keyboard functions - only keydown() for the moment
  • An interrupt/exception/TLB handler, in order to provide a complete "OS-proof" kernel