Skip to content
Navigation Menu
Toggle navigation
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
Accelerator
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 or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
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
.
prosdev-org
/
PRosBSD
Public
Notifications
You must be signed in to change notification settings
Fork
2
Star
21
Code
Issues
0
Pull requests
0
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Commits
Branch selector
dev
User selector
All users
All time
Commit history
Commits on Mar 9, 2026
Merge branch 'rewrite-notice' into 'dev'
Show description for 2718d7b
akbe2020
committed
2718d7b
Copy full SHA for 2718d7b
chore(readme.md): add rewrite notice
akbe2020
committed
e93b094
Copy full SHA for e93b094
chore(readme.md): update description
akbe2020
committed
0080ec4
Copy full SHA for 0080ec4
Commits on Oct 31, 2025
build: remove cfg/config.cmake
Show description for bffe379
akbe2020
committed
bffe379
Copy full SHA for bffe379
Commits on Oct 29, 2025
feat(kernel shell): add commands
Show description for 26b1de2
akbe2020
committed
26b1de2
Copy full SHA for 26b1de2
Commits on Oct 28, 2025
build(toolchain): migrate to i686-elf
akbe2020
committed
4dca56e
Copy full SHA for 4dca56e
refactor(kernel): restructure project directories
Show description for b369338
akbe2020
committed
b369338
Copy full SHA for b369338
fix(stdio): replace `gets()` with safer `gets_s()`
akbe2020
committed
d73990b
Copy full SHA for d73990b
feat(timer): add PIT driver and basic timer functionality
Show description for b4c70fc
akbe2020
committed
b4c70fc
Copy full SHA for b4c70fc
Commits on Oct 27, 2025
fix(malloc): heap range
Show description for f62d261
akbe2020
committed
f62d261
Copy full SHA for f62d261
fix(stdio): Behavior of gets() with leading backspaces
akbe2020
committed
1319e5d
Copy full SHA for 1319e5d
Commits on Oct 26, 2025
refactor(shell): mark shell_loop() as _Noreturn
akbe2020
committed
213cd30
Copy full SHA for 213cd30
Merge branch 'feat/shell' into dev
akbe2020
committed
06ea66e
Copy full SHA for 06ea66e
Merge pull request #13 from prosdev-org/feat/vmem_layout
akbe2020
authored
ff86dd0
Copy full SHA for ff86dd0
fix(vmem_layout): Align stack by 16 byte boundary
akbe2020
committed
d9f5885
Copy full SHA for d9f5885
feat(vmem_layout): Stack
akbe2020
committed
1b429ce
Copy full SHA for 1b429ce
feat(paging): Recursive paging
Show description for 1944184
akbe2020
committed
1944184
Copy full SHA for 1944184
Commits on Oct 23, 2025
fix(init): incorrect usage of printf
akbe2020
committed
495c0a4
Copy full SHA for 495c0a4
Commits on Oct 18, 2025
feat(shell): add skeleton
Show description for d21653c
akbe2020
committed
d21653c
Copy full SHA for d21653c
build(config): remove unnecessary compile options
akbe2020
committed
fabdd77
Copy full SHA for fabdd77
Commits on Oct 16, 2025
fix(build): compile options
Show description for d2ad4b5
akbe2020
committed
d2ad4b5
Copy full SHA for d2ad4b5
Commits on Oct 12, 2025
chore: pros-dev-fans -> prosdev-org
akbe2020
committed
bfaca9e
Copy full SHA for bfaca9e
refactor: move stdio.h functions from drivers/
akbe2020
committed
9a70456
Copy full SHA for 9a70456
refactor: fix clion warnings / reformat code
akbe2020
committed
e9eaea2
Copy full SHA for e9eaea2
Commits on Oct 11, 2025
Merge pull request #8 from prosdev-org/feat/cmake
Show description for 17e4a6c
akbe2020
authored
17e4a6c
Copy full SHA for 17e4a6c
Build: Images are now built inside tmpfs
akbe2020
committed
998c5d7
Copy full SHA for 998c5d7
Commits on Oct 7, 2025
chore: delete cfg/Makefile.header
akbe2020
committed
ced41af
Copy full SHA for ced41af
Commits on Sep 29, 2025
chore: add misc.sh
Show description for 9d7621c
akbe2020
committed
9d7621c
Copy full SHA for 9d7621c
Merge pull request #10 from prosdev-org/fix/keyboard
Show description for 48631ff
akbe2020
authored
48631ff
Copy full SHA for 48631ff
Commits on Sep 28, 2025
build/ci: fix image uploading, fix build exit code
akbe2020
committed
116c7c9
Copy full SHA for 116c7c9
build: version.h
Show description for 86f1d68
akbe2020
committed
86f1d68
Copy full SHA for 86f1d68
Commits on Sep 27, 2025
fix: keyboard maps
dexoron
committed
5fde6eb
Copy full SHA for 5fde6eb
build(CMake): initial CMake support
Show description for ce149da
akbe2020
committed
ce149da
Copy full SHA for ce149da
build(build): fix spelling, add run without sudo option
akbe2020
committed
0151cef
Copy full SHA for 0151cef
Commits on Sep 23, 2025
Merge pull request #5 from prosdev-org/fix-by-zebra
Show description for c79595c
akbe2020
authored
c79595c
Copy full SHA for c79595c
Previous
Next
You can’t perform that action at this time.