#osdev kết quả tìm kiếm
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

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


After 9 months of work it's time to publish a new version of MOROS, my hobby OS written in Rust! github.com/vinc/moros/rel… #osdev #rust #rustlang

Today I wrote a little shell script to browse the web/gopher/gemini with the new viewer in my hobby operating system! #osdev #buildinpublic

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

i will teach you all about #osdev if you want 👀
Hey friends (and friends to be) are you going to @rustforgeconf and arrive early? hit me up if you want to hang out :)
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


A clean-room hobby operating system for x86_64 built entirely from scratch, featuring a modular monolithic kernel, a custom ELF loader, and a handcrafted C standard library, designed for learning and exploration. oshub.org/projects/banan… #osdev #oshub #bananos
An old #tutorial on #OSDev that is still interesting: “How To Create An OS From Scratch”, Carlos Fenollosa (github.com/cfenollosa/os-…). Via HN: news.ycombinator.com/item?id=454201… On Lobsters: lobste.rs/s/cmlr35/how_c… #OS #Programming #Kernel #OperatingSystem #SystemsProgramming
Nice! 😍: “Writing An Operating System Kernel From Scratch”, Uros Popovic (popovicu.com/posts/writing-…). Via HN: news.ycombinator.com/item?id=452406… On Lobsters: lobste.rs/s/aokjpu/writi… #OSDev #OS #Kernel #Programming #RISCV #OperatingSystem #Unikernel
There's no better way to learn how computers work than building an OS. #OS #OperatingSystem #OSdev #computer
Created my own myshell$ in OS with C 🔥 Headers used: 📌 stdio.h 📌 unistd.h 📌 fcntl.h 📌 string.h 📌 stdlib.h 📌 sys/types.h 📌 sys/stat.h 📌 sys/wait.h Feels like a mini Linux in the making 🚀 #CProgramming #OSDev
After 9 months of work it's time to publish a new version of MOROS, my hobby OS written in Rust! github.com/vinc/moros/rel… #osdev #rust #rustlang

Takeaways: C is powerful, but it keeps you honest. Segmentation faults are just C’s way of saying “try again, but smarter.” Debugging is 50% detective work, 50% humility. Onward to more code, more bugs, and more learning! (AI generated 😅) #9DaysOfCode #CLanguage #OSDev #Coding
The ability to print text, accept input, manage memory and run a shell loop. Follow my journey as I share daily progress, code snippets, and lessons learned. Let’s build something awesome together! github.com/G4EVA-dev/hobb… #OSDev #RustLang #CLanguage #90DaysOfCode #CodingJourney
github.com
GitHub - G4EVA-dev/hobby-os-journey: A 90-day learning journey to build a bootable hobbyist...
A 90-day learning journey to build a bootable hobbyist operating system from scratch. Features a Rust kernel, C/ASM bootloader, text output, keyboard input, simple memory management, and a basic sh...
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

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

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

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


Day 3 🖥️ Spent the day restructuring my bootloader into MBR (Master Boot Record) format. Tested the MBR bootloader on a VM — and it works! ✅ Seeing it actually boot in a virtual environment is so satisfying. Also got the idea on how to access disk. #OSDev #KernelChronicles

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

rustboot A tiny 32-bit kernel in Rust that paints the screen bright red and halts. #rust #osdev #kernel

Yesterday I worked on MOROS random number generator (RNG) and I discovered a bug in the VGA driver by reading `/dev/random` on multiple computers. I've been interested in fuzzing my OS for a long time, and I guess that's what I started doing! #osdev #fuzzing

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


Part of my [Memory management notes] from OSDev journey. last 2 pics represent x64 4 level paging structure. #OSDev #paging
![h4rly_stesh's tweet image. Part of my [Memory management notes] from OSDev journey.
last 2 pics represent x64 4 level paging structure.
#OSDev #paging](https://pbs.twimg.com/media/GvFnN46W4AAlVuH.jpg)
![h4rly_stesh's tweet image. Part of my [Memory management notes] from OSDev journey.
last 2 pics represent x64 4 level paging structure.
#OSDev #paging](https://pbs.twimg.com/media/GvFnN31WgAEeDdH.jpg)
![h4rly_stesh's tweet image. Part of my [Memory management notes] from OSDev journey.
last 2 pics represent x64 4 level paging structure.
#OSDev #paging](https://pbs.twimg.com/media/GvFnkhxXEAAkQXL.jpg)
![h4rly_stesh's tweet image. Part of my [Memory management notes] from OSDev journey.
last 2 pics represent x64 4 level paging structure.
#OSDev #paging](https://pbs.twimg.com/media/GvFnmr8XMAAfn0R.jpg)
Today I wrote a little shell script to browse the web/gopher/gemini with the new viewer in my hobby operating system! #osdev #buildinpublic

Something went wrong.
Something went wrong.
United States Trends
- 1. Lakers 91.4K posts
- 2. Luka 70K posts
- 3. Ayton 15K posts
- 4. Marcus Smart 8,496 posts
- 5. Warriors 96.2K posts
- 6. Sengun 25.5K posts
- 7. Steph 32.8K posts
- 8. #DWTS 48.7K posts
- 9. Shai 33.8K posts
- 10. #DubNation 13.2K posts
- 11. Draymond 8,470 posts
- 12. Rockets 59.2K posts
- 13. Reaves 9,188 posts
- 14. Jimmy Butler 9,333 posts
- 15. Double OT 6,664 posts
- 16. #LakeShow 6,579 posts
- 17. Froot N/A
- 18. #TusksUp 1,093 posts
- 19. LeBron 37K posts
- 20. Vando 3,023 posts