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 }}
greatbridf
/
osdev
Public
Notifications
You must be signed in to change notification settings
Fork
3
Star
6
Code
Issues
17
Pull requests
5
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Tasking subsystem rework
- #46
#46
Merged
greatbridf
merged 31 commits into
master
greatbridf/osdev:master
from
task-rework
greatbridf/osdev:task-rework
Copy head branch name to clipboard
Jan 29, 2026
Conversation
Commits
31
(31)
Checks
Files changed
Merged
Tasking subsystem rework
#46
greatbridf
merged 31 commits into
master
greatbridf/osdev:master
from
task-rework
greatbridf/osdev:task-rework
Copy head branch name to clipboard
Commits
Commits on Jul 23, 2025
perf: replace the annoyed ext4 crate with a new choice (called another ext4 crate
SMS-Derfflinger
committed
f6c26c9
View commit details
Copy full SHA for f6c26c9
Browse repository at this point
Commits on Jul 25, 2025
feat(fs): impl write, create and mkdir for ext4 fs
SMS-Derfflinger
committed
f050373
View commit details
Copy full SHA for f050373
Browse repository at this point
Commits on Jul 26, 2025
feat(fs): impl remove file and dir.
SMS-Derfflinger
committed
d59a550
View commit details
Copy full SHA for d59a550
Browse repository at this point
fix(fs): fix some informations
SMS-Derfflinger
committed
5c40166
View commit details
Copy full SHA for 5c40166
Browse repository at this point
Commits on Jul 29, 2025
feat(fs): impl rename
SMS-Derfflinger
committed
1d1a025
View commit details
Copy full SHA for 1d1a025
Browse repository at this point
fix(fs): fix rename's metadata
SMS-Derfflinger
committed
22458ed
View commit details
Copy full SHA for 22458ed
Browse repository at this point
Commits on Jul 31, 2025
fix(fs): fix ext4's write offset update
SMS-Derfflinger
committed
806c4fe
View commit details
Copy full SHA for 806c4fe
Browse repository at this point
Commits on Aug 3, 2025
Merge branch 'master' into ext4-replace
SMS-Derfflinger
committed
082c5c5
View commit details
Copy full SHA for 082c5c5
Browse repository at this point
Commits on Aug 4, 2025
feat(fs): partial work for ext4's page cache
Show description for db1caeb
SMS-Derfflinger
committed
db1caeb
View commit details
Copy full SHA for db1caeb
Browse repository at this point
Commits on Aug 5, 2025
feat(fs): temporary cache write back strategy for ext4
Show description for a2c50b9
SMS-Derfflinger
committed
a2c50b9
View commit details
Copy full SHA for a2c50b9
Browse repository at this point
runtime: rework the whole runtime arch. (partial)
Show description for e89a286
greatbridf
committed
e89a286
View commit details
Copy full SHA for e89a286
Browse repository at this point
Commits on Aug 7, 2025
runtime: new task sleep-wakeup method and some adaption
Show description for e23c9eb
greatbridf
committed
e23c9eb
View commit details
Copy full SHA for e23c9eb
Browse repository at this point
runtime: add trace logs and fix few bugs
Show description for fb9a175
greatbridf
committed
fb9a175
View commit details
Copy full SHA for fb9a175
Browse repository at this point
Commits on Aug 8, 2025
riscv64, trap: remove load_interrupt_stack impl
Show description for 3ab454f
greatbridf
committed
3ab454f
View commit details
Copy full SHA for 3ab454f
Browse repository at this point
riscv64, trap: fix kernel space trap returns
Show description for 6b152c7
greatbridf
committed
6b152c7
View commit details
Copy full SHA for 6b152c7
Browse repository at this point
task: brand new block_on and stackful wrapper
Show description for 33ff315
greatbridf
committed
33ff315
View commit details
Copy full SHA for 33ff315
Browse repository at this point
build, Makefile: remove --feature if none is present
Show description for 5ada0d0
greatbridf
committed
5ada0d0
View commit details
Copy full SHA for 5ada0d0
Browse repository at this point
rcu: provide call_rcu() to call rcu drop asynchronously
Show description for 21dd5ea
greatbridf
committed
21dd5ea
View commit details
Copy full SHA for 21dd5ea
Browse repository at this point
task: migrate all Task::block_on calls to task::block_on
Show description for 874a4fa
greatbridf
committed
874a4fa
View commit details
Copy full SHA for 874a4fa
Browse repository at this point
Commits on Aug 9, 2025
riscv64, trap: rework to fix nested captured traps
Show description for 661a159
greatbridf
committed
661a159
View commit details
Copy full SHA for 661a159
Browse repository at this point
task, thread: working version of threads
Show description for 9c900be
greatbridf
committed
9c900be
View commit details
Copy full SHA for 9c900be
Browse repository at this point
loongarch64, trap: rework to fix nested captured traps
Show description for 30bfc5a
greatbridf
committed
30bfc5a
View commit details
Copy full SHA for 30bfc5a
Browse repository at this point
trap: introduce Breakpoint fault type
Show description for a622172
greatbridf
committed
a622172
View commit details
Copy full SHA for a622172
Browse repository at this point
Commits on Aug 10, 2025
task: fix stackful waker implementation
Show description for 21b7650
greatbridf
committed
21b7650
View commit details
Copy full SHA for 21b7650
Browse repository at this point
syscall: migrate all syscalls to async...
Show description for dee96a3
greatbridf
committed
dee96a3
View commit details
Copy full SHA for dee96a3
Browse repository at this point
Commits on Aug 11, 2025
partial work: vfs asynchronize
Show description for 973f6f2
greatbridf
committed
973f6f2
View commit details
Copy full SHA for 973f6f2
Browse repository at this point
Commits on Aug 14, 2025
partial work: file array rework and asynchronize
Show description for db931a8
greatbridf
committed
db931a8
View commit details
Copy full SHA for db931a8
Browse repository at this point
Commits on Aug 16, 2025
feat: unwinding and printing stack backtrace
Show description for 34a6252
greatbridf
committed
34a6252
View commit details
Copy full SHA for 34a6252
Browse repository at this point
task: fix infinite sleep in stackful tasks
Show description for 3fb4966
greatbridf
committed
3fb4966
View commit details
Copy full SHA for 3fb4966
Browse repository at this point
Merge remote-tracking branch 'SMS-Derfflinger/ext4-replace' into task-rework
greatbridf
committed
c57b71f
View commit details
Copy full SHA for c57b71f
Browse repository at this point
Commits on Aug 25, 2025
configure: check and use ARCH given in env
Show description for 8c656b5
greatbridf
committed
8c656b5
View commit details
Copy full SHA for 8c656b5
Browse repository at this point
You can’t perform that action at this time.