A non-unix-like micro-kernel written in rust!
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
able 10f8b668cd
Merge pull request 'LIMINE: Bump version' (#8) from microtau/ableos:master into master
2 months ago
.cargo Paging works :3 2 years ago
.vscode Change 6 months ago
kernel SUBMODULE: Removed it temporarily 2 months ago
limine@2d3d7b2633 LIMINE: Bump version 2 months ago
repbuild SUBMODULE: Removed it temporarily 2 months ago
.gitignore x86_64: Refactor device info fetching 3 months ago
.gitmodules Revert "LIMINE: I think this updates the submodule?" 2 months ago
AAVMF_CODE.fd ARM: Commit the sin of binarys into a git repo 3 months ago
CONTRIBUTING.md DOCS: adding in some docs in various spots and added a contrib guide 4 months ago
Cargo.lock SCHED: Two programs are now running in ableOS 3 months ago
Cargo.toml WORKSPACE: fix resolver 3 months ago
LICENSE wasm work + LICENSE 2 years ago
README.md TODO: Add some more info 3 months ago
arm.sh ARM: Commit the sin of binarys into a git repo 3 months ago
design.dot fix 5 months ago
out.txt changes 6 months ago
rust-toolchain.toml boom! 6 months ago
rustfmt.toml add an example system.toml 5 months ago
shell.nix nix WORKS 4 months ago
system.toml ROADMAP 4 months ago

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