Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
Ashet-Technologies
/
Ashet-OS
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
6
Star
135
Code
Issues
3
Pull requests
9
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
New Video API and GPU Support
- #76
#76
Draft
ikskuh
wants to merge 16 commits into
master
Ashet-Technologies/Ashet-OS:master
from
work/gpu_support
Ashet-Technologies/Ashet-OS:work/gpu_support
Copy head branch name to clipboard
Conversation
Commits
16
(16)
Checks
Files changed
Draft
New Video API and GPU Support
#76
ikskuh
wants to merge 16 commits into
master
Ashet-Technologies/Ashet-OS:master
from
work/gpu_support
Ashet-Technologies/Ashet-OS:work/gpu_support
Copy head branch name to clipboard
Commits
Commits on Sep 6, 2026
Adds stub GPU server tool project
Felix "xq" Queißner
committed
5547115
View commit details
Copy full SHA for 5547115
Browse repository at this point
First draft of shitty AVAP support in the kernel
Felix "xq" Queißner
committed
2adbb27
View commit details
Copy full SHA for 2adbb27
Browse repository at this point
Fixes stupid typo in AVAP driver.
Felix "xq" Queißner
committed
9c5f3e3
View commit details
Copy full SHA for 9c5f3e3
Browse repository at this point
Makes AVAP driver not miserably fail
Felix "xq" Queißner
committed
2121079
View commit details
Copy full SHA for 2121079
Browse repository at this point
Commits on Sep 7, 2026
Introduces new video kernel API, invalidates old implicit-buffer-backed design. Does not change kernel internals.
Felix "xq" Queißner
committed
820bfb7
View commit details
Copy full SHA for 820bfb7
Browse repository at this point
Starts implementing the video.WritePixels operation by setting up the driver interface and implementing the kernel-internal validation.
Felix "xq" Queißner
committed
4501c5b
View commit details
Copy full SHA for 4501c5b
Browse repository at this point
Commits on Sep 8, 2026
Refactors a lot of the video drivers to the new model.
Felix "xq" Queißner
committed
0d6b6b5
View commit details
Copy full SHA for 0d6b6b5
Browse repository at this point
Starts to rework Host_VNC_Output into Externally_Managed_Output which is a generalization of the concept.
Felix "xq" Queißner
committed
1dc0442
View commit details
Copy full SHA for 1dc0442
Browse repository at this point
Commits on Sep 9, 2026
Makes all graphics drivers now compile with the new begin_write_pixels_fn
Felix "xq" Queißner
committed
4810399
View commit details
Copy full SHA for 4810399
Browse repository at this point
Makes OS compile again
Felix "xq" Queißner
committed
3eb35c1
View commit details
Copy full SHA for 3eb35c1
Browse repository at this point
Commits on Sep 11, 2026
Starts working on mappable buffers, makes x86 compile again
Felix "xq" Queißner
committed
f042f4b
View commit details
Copy full SHA for f042f4b
Browse repository at this point
Further continues integration of the new video api: Implements BufferMapping and creates an implicit buffer mapping for Framebuffers
Felix "xq" Queißner
committed
1476ca9
View commit details
Copy full SHA for 1476ca9
Browse repository at this point
Commits on Sep 13, 2026
Implements first version of vsync support for VGA driver.
Felix "xq" Queißner
committed
9c38caf
View commit details
Copy full SHA for 9c38caf
Browse repository at this point
Streamlines the implementation for vsync including a synthetic vertical blanking event
Felix "xq" Queißner
committed
7515ce1
View commit details
Copy full SHA for 7515ce1
Browse repository at this point
Adapts the x86 PC port to the improved driver interface
Felix "xq" Queißner
committed
75f6444
View commit details
Copy full SHA for 75f6444
Browse repository at this point
Commits on Sep 16, 2026
xq: Fixes issues with AVAPv1 framebuffer driver. Codex: Implements Host_EvDev_Input device to use the simulation without a window on Linux
Felix "xq" Queißner
committed
a0aaac6
View commit details
Copy full SHA for a0aaac6
Browse repository at this point
You can’t perform that action at this time.