A non-unix-like micro-kernel written in rust!
 
 
 
 
 
Go to file
able 10f8b668cd Merge pull request 'LIMINE: Bump version' (#8) from microtau/ableos:master into master
Reviewed-on: AbleOS/ableos#8
2023-07-19 17:14:08 +00:00
.cargo Paging works :3 2021-11-22 06:58:35 -08:00
.vscode Change 2023-04-10 01:16:30 -05:00
kernel SUBMODULE: Removed it temporarily 2023-07-19 10:55:58 -05:00
limine@2d3d7b2633 LIMINE: Bump version 2023-07-19 16:54:01 +00:00
repbuild SUBMODULE: Removed it temporarily 2023-07-19 10:55:58 -05:00
.gitignore x86_64: Refactor device info fetching 2023-07-15 14:47:46 +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 SCHED: Two programs are now running in ableOS 2023-07-15 05:51:19 -05:00
Cargo.toml WORKSPACE: fix resolver 2023-07-08 23:22:13 -05:00
LICENSE wasm work + LICENSE 2021-11-28 14:50:14 -06:00
README.md TODO: Add some more info 2023-07-15 06:16:00 -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
out.txt changes 2023-04-07 16:44:33 -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 nix WORKS 2023-05-23 04:52:26 -05:00
system.toml ROADMAP 2023-06-16 06:09:22 -05:00

README.md

TODO
    - Integrate HBVM
        HBVM also needs full spec compliance
    - 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 
    - Build a scheduler for HBVM
    - 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
            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
        - A ton more

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