#osdev результаты поиска
Today I wrote a little shell script to browse the web/gopher/gemini with the new viewer in my hobby operating system! #osdev #buildinpublic
The Most Brilliant "Security Flaw" I've Ever Seen: How ZorinOS Turned Weak DRM Into a Feature valentin.bzh/posts/4 #osdev #infosec #zorinos #opensource @ZorinOS
This morning, I implemented a simple diff command in MOROS. It's a good excuse to showcase the longest common subsequence (LCS) algorithm. #osdev #rust #rustlang #buildinpublic
Fusion – A hobby OS implemented in Nim github.com/khaledh/fusion Discussions: discu.eu/q/https://gith… #compsci #nimlang #osdev #programming
github.com
GitHub - khaledh/fusion: A hobby OS implemented in Nim https://0xc0ffee.netlify.app/osdev
A hobby OS implemented in Nim https://0xc0ffee.netlify.app/osdev - khaledh/fusion
Today, I'm improving the network logs in my hobby operating system #osdev #buildinpublic #rust #rustlang
Here is my side project, 'Hojuix', a 64bit OSDev project. It took me a year to get this far, but it can finally run an ELF file built from C, on a FAT16 filesystem, in usermode. (it page faults because I dont have an exit syscall yet). Next up: XV6's shell (maybe) #OSDev
I have a PMM (Physical Memory Manager) now! All the RAM are belong to the kernel! #osdev You can follow the dev here: github.com/MBlore/bloreos…
I spent a good chunk of the past 2 weeks improving userspace memory allocation in MOROS to the point that I can now run my lunisolar calendar program that does a lot of astronomical computations without crashing! #rust #rustlang #osdev #buildinpublic
Testing my hobby OS on a few network cards (RTL8139B, RTL8139C, RTL8139D, and Intel PRO/1000 GT Desktop) #osdev #network #hardware
Just started diving into OS development 👨💻 Built a cross-compiler, wrote my first boot.s, and a tiny kernel , following the OSDev Wiki to learn how it all begins! Honestly, it’s overwhelming but fascinating seeing how everything connects under the hood 🧠 #OSDev #C #Assembly
Today I'm having fun writing a little #mandelbrot program in userspace to validate the new graphical mode in MOROS #osdev #rust #rustlang #buildinpublic
Graphical User Interface in C youtu.be/Z6BWRcfnivo JB #OSdev #cprogramming
youtube.com
YouTube
Coding a Graphical User Interface in C - from scratch
A small OS in Javascript youtu.be/g8f67TU2ybs JB #OSdev #javascript
youtube.com
YouTube
Coding a small Operating System in JS
Files at OS level in C youtu.be/ZJw3YAWfk5g JB #OSdev #cprogramming
youtube.com
YouTube
#OSdev 05 Coding files at the OS level
Twilight OS finally got a VI like editor working... TTY implementation follows linux so this vi works on linux and my os the same way #osdev #linux #unixprogramming #rust
Qux is a toy operating system for x64 written in zig. Supports ext2 file system, basic ELF, network stack: TCP, UDP, ICMP(ping) and doom! oshub.org/projects/qux #osdev #oshub #qux
oshub.org
qux on OSHub
A toy operating system.
Just started diving into OS development 👨💻 Built a cross-compiler, wrote my first boot.s, and a tiny kernel , following the OSDev Wiki to learn how it all begins! Honestly, it’s overwhelming but fascinating seeing how everything connects under the hood 🧠 #OSDev #C #Assembly
just nuked my Arch PATH trying to build a cross-compiler 😭 ls and sed literally vanished. 5 minutes of panic later — fixed it, compiler lives again 💀🔥 #ArchLinux #OSDev
Lightweight, Linux-compatible kernel, written in Rust to leverage the safety of the typesystem. Aiming to remove as much legacy as possible while supporting most usecases. oshub.org/projects/maest… #osdev #oshub #maestro
The Most Brilliant "Security Flaw" I've Ever Seen: How ZorinOS Turned Weak DRM Into a Feature valentin.bzh/posts/4 #osdev #infosec #zorinos #opensource @ZorinOS
Nice discussion: “If You Could Redesign Linux Userland From Scratch, What Would You Do Differently?”, Runxi Yu, Lobsters (lobste.rs/s/ko5i9y/if_yo…). #Linux #OS #OSDev #Userland #Unix #RewriteItFromScratch #OperatingSystem
Gramado OS, my hobby x86-64 OS, is open-source on GitHub! 🖥️ Ideal for AI companies & researchers in systems programming, OS design, or AI-driven code optimization. Explore it: github.com/frednora/grama…. Let’s collab! 🤝 #AI #osdev #kernel #GUI
rustboot A tiny 32-bit kernel in Rust that paints the screen bright red and halts. #rust #osdev #kernel
‘Just for Fun’ by Linus Torvalds and David Diamond tells the story of how Linux came to be, from a personal hobby in Finland to a global open-source project If you’re into operating systems or the culture behind open-source software, this one’s a must-read! #osdev #oshub #linux
Today thinking of start a tought project making a OS from scratch i realy want to real how OS are made i m following "Developed From Scratch" on youtube youtube.com/watch?v=X82l37… plz follow and comment to get eh repo of the part 1 #osdev #cpp #buildininpublic
Just nailed a new kernel module for my homebrew OS!��️Feeling the thrill of low-level coding. Next up: optimizing the scheduler. Who's diving into OS dev too? Share your projects!��#HomebrewOS #OSDev #Coding
The Most Brilliant "Security Flaw" I've Ever Seen: How ZorinOS Turned Weak DRM Into a Feature valentin.bzh/posts/4 #osdev #infosec #zorinos #opensource @ZorinOS
Just nailed a new kernel module for my homebrew OS!��️Debugging was a beast, but the system’s running smoother than ever. Next up: optimizing the scheduler!��#HomebrewOS #OSDev #TechJourney
Gramado OS, my hobby x86-64 OS, is open-source on GitHub! 🖥️ Ideal for AI companies & researchers in systems programming, OS design, or AI-driven code optimization. Explore it: github.com/frednora/grama…. Let’s collab! 🤝 #AI #osdev #kernel #GUI
Today I wrote a little shell script to browse the web/gopher/gemini with the new viewer in my hobby operating system! #osdev #buildinpublic
Today, I'm improving the network logs in my hobby operating system #osdev #buildinpublic #rust #rustlang
This morning, I implemented a simple diff command in MOROS. It's a good excuse to showcase the longest common subsequence (LCS) algorithm. #osdev #rust #rustlang #buildinpublic
Just debugged a pesky kernel panic in my homebrew OS project!��Feeling on top of the world after hours of tweaking memory management. Keep coding, keep learning!��#HomebrewOS #OSDev #CodingJourney
rustboot A tiny 32-bit kernel in Rust that paints the screen bright red and halts. #rust #osdev #kernel
Here is my side project, 'Hojuix', a 64bit OSDev project. It took me a year to get this far, but it can finally run an ELF file built from C, on a FAT16 filesystem, in usermode. (it page faults because I dont have an exit syscall yet). Next up: XV6's shell (maybe) #OSDev
Something went wrong.
Something went wrong.
United States Trends
- 1. #SNME 37.9K posts
- 2. Georgia 48.3K posts
- 3. Mason Thomas N/A
- 4. Drew 120K posts
- 5. Lagway 3,867 posts
- 6. Jade Cargill 15.8K posts
- 7. Game 7 148K posts
- 8. #UFCVegas110 9,267 posts
- 9. Underwood 2,777 posts
- 10. Jaire 9,768 posts
- 11. Rusev 2,891 posts
- 12. Forever Young 38.4K posts
- 13. Tiffany 23.1K posts
- 14. Nigeria 592K posts
- 15. Dawgs 7,741 posts
- 16. #AEWCollision 2,764 posts
- 17. Gators 6,326 posts
- 18. Salter N/A
- 19. Gunner Stockton 1,195 posts
- 20. Florida 77.3K posts