A non-unix-like micro-kernel written in rust with an embedded bytecode virtual machine.
 
 
 
Go to file
Erin 406a507f29 kernel(detail): remove logging on memory load 2023-11-11 13:58:52 +01:00
.cargo Paging works :3 2021-11-22 06:58:35 -08:00
.vscode Change 2023-04-10 01:16:30 -05:00
kernel kernel(detail): remove logging on memory load 2023-11-11 13:58:52 +01:00
limine@2d3d7b2633 LIMINE: Bump version 2023-07-19 16:54:01 +00:00
repbuild beop 2023-11-03 08:25:31 -05:00
.gitignore Updated deps 2023-08-22 15:17:27 +02:00
.gitmodules Revert "LIMINE: I think this updates the submodule?" 2023-07-19 11:21:15 -05:00
AAVMF_CODE.fd ARM: Commit the sin of binarys into a git repo 2023-07-15 05:50:54 -05:00
CONTRIBUTING.md DOCS: adding in some docs in various spots and added a contrib guide 2023-05-28 04:51:51 -05:00
Cargo.lock Getting some basic userland logger setup 2023-10-28 08:28:07 -05:00
Cargo.toml REPBUILD: Fix 2023-08-30 01:12:40 +02:00
DriverDepGraph.dot DOC: Improved driver dependencies and such 2023-09-11 01:36:13 -05:00
DriverDepGraph.svg DOC: Improved driver dependencies and such 2023-09-11 01:36:13 -05:00
LICENSE wasm work + LICENSE 2021-11-28 14:50:14 -06:00
README.md DOC: Improved driver dependencies and such 2023-09-11 01:36:13 -05:00
arm.sh ARM: Commit the sin of binarys into a git repo 2023-07-15 05:50:54 -05:00
design.dot fix 2023-05-06 07:05:45 -05:00
rust-toolchain.toml boom! 2023-03-30 23:43:04 +02:00
rustfmt.toml add an example system.toml 2023-04-26 14:33:40 -05:00
shell.nix Ecall work 2023-09-09 02:35:16 -05:00
system.toml ROADMAP 2023-06-16 06:09:22 -05:00

README.md

TODO
    - Build out the object system
    - Build or Find an acceptable IDL
        Short List of potentials
        - [comline](https://git.ablecorp.us/DOOME1M8Cover/comline)
    - Work on a styleguide for commits
        Maybe something allong the lines of 
            [relevant shorthand note] Explination 
    - Language support on HBVM
      - HBVM assembler (with IDL support)
      - HBVM Lisp/s-expr Compiler (Also (with (IDL (support))))
    - Documentation
    - Drivers
        - serial driver
        - PS/2 mouse driver
        - PS/2 Keyboard driver
        - VGA driver
        - SVGA driver
        - File system
            - Depends on Disk driver
            - TarFS
                Pass in a tar file as an initrd and parse it with TarFS
        - VFS
                Being (written)[https://git.ablecorp.us/bee/ableos-vfs] by Bee
        - Disk driver
            - IDE Driver
            - ATA Driver
            - Floppy Driver
        - A ton more
    - Port (Slint)[https://slint.dev]
        - Depends on 
            - Graphics Driver

Community

Discord

Compiling

Firstly, I would like to apologize. I am not capable of supporting building on any random machine with any random operating system.

AbleOS very likely builds with nix-shell on your operating system.

  1. git submodule update --init
  2. cargo repbuild