zxq5 d9bbdff08c - added a new libary libm containing procedural macros for the kernel.
these should be used to include external files and resources in the kernel binary
  at compile time.
  - libm currently supports loading psf-1 formatted fonts
- added two fonts that are included in the binary at compile time
- refactored libk to make the crate structure more organised and maintainable in future.
  new structure:
    - drivers   (hardware interaction)
    - resources (consts and statics included either manually or via macros)
    - std       (standard functions for higher level interaction with the os, for example creating windows)
- added geometry.rs
  - provides the Vec2<T> struct for use with dimensions, coordinates etc.
- added window.rs
  - provides the Window struct for rendering the state of an application to the screen
- added application.rs
  - provides the Application trait for custom programs to implement in order to run
2025-02-24 03:26:49 +00:00
2025-02-20 17:12:25 +00:00
2025-02-20 02:47:18 +00:00
2025-02-20 02:47:18 +00:00
2025-02-17 23:46:23 +00:00
2025-02-20 02:47:18 +00:00

FoundryOS

Cloning and building

Here are some simple steps to get started:

git clone https://git.zxq5.dev/OsDev/FoundryOS.git
cargo run

Running in GDB:

USE_GDB=1 cargo run

Build dependencies

  • libisoburn: creates ISO images to be booted from.
  • qemu: to run the kernel.

Optionally,

  • GDB: for debugging the kernel.
S
Description
No description provided
Readme 9.1 MiB
Languages
Rust 92.4%
Shell 7.5%
Assembly 0.1%