Skip to content

New stable release#19

Open
mathisbot wants to merge 10 commits intomainfrom
dev
Open

New stable release#19
mathisbot wants to merge 10 commits intomainfrom
dev

Conversation

@mathisbot
Copy link
Owner

@mathisbot mathisbot commented Jan 29, 2026

Changelog

  • Optimizations
    • Screen flushing
    • VFS
    • Doom screen/input handling
  • Add structures/instructions related to FPU/SSE
  • Refactor PS/2 driver to improve compatibility
  • Refactor user-space graphics API
    • Remove file-based framebuffer access
    • Add a kernel compositor
    • Add a new surface API

optimize screen rendering by removing bounds check and using offsets to give llvm better optimization options
the ps2 driver is now split into multiple submodules
the ps2 keyboard driver now keeps track of an internal state to receive multiple bytes scancodes
add hashbrown as a dependency to provide fast HashMaps
Remove the file-based API for userspace graphics output. Add a new surface-based API using the new kernel compositor.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant