From 40c072ad9998d563347ff9a865392c48b46ce725 Mon Sep 17 00:00:00 2001 From: able Date: Thu, 25 May 2023 07:15:53 -0500 Subject: [PATCH] ROADMAP: Taking down notes on the order in which things should proceed with ableOS --- README.md | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5908744..0303341 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,18 @@ -TODO: - Support cache drives +TODO + - Integrate HBVM + HBVM also needs full spec compliance + - Build out the object system + - Build or Find an acceptable IDL + Short List of potentials + - [Jerma](https://github.com/OriDevTeam/jerma-rs) + - Work on a styleguide for commits + Maybe something allong the lines of + [relevant shorthand note] Explination + - Build a scheduler for HBVM + - Language support on HBVM + - HBVM assembler (with IDL support) + - HBVM Lisp/s-expr Compiler (Also (with (IDL (support)))) + - Documentation # Compiling 1. `git submodule update --init`