#osdev Suchergebnisse
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

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 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 :)
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 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…

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

MOROS Chess can now load puzzles randomly from EPD files. I'm pretty happy to try out this new feature on my hobby OS this weekend! #osdev #rust #rustlang #buildinpublic #chess

#osdev question friends: Can I map virtual addresses to physical addresses of lesser alignment? E.g. can I map a 2MiB aligned virt addr to a 4KiB aligned phys addr?
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
If you're into secure OS dev, quantum-proof systems, or just pushing kernel boundaries, check out N0N-OS. It's open source and aiming to redefine security. What do you think—game-changer or niche? Drop your thoughts! 🔥 #OSDev #QuantumComputing github.com/NON-OS/nonos-k…
09:35:12 --- join: mmp__l ([email protected]) joined #osdev 09:35:15 --- join: shmeebegek ([email protected]) joined #osdev 09:37:58 --- join: mmp___l ([email protected]) joined #osdev 09:41:39 --- quit:…
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 :)
02:37:03 --- quit: zars_ (Remote closed the connection) 02:38:41 --- join: crib ([email protected]) joined #osdev 02:42:12 --- join: zars ([email protected]) joined #osdev 02:42:42 <r0nny> YAY 02:42:58 <r0nny> gcc is cappable of…

02:38:41 --- join: crib ([email protected]) joined #osdev 02:42:12 --- join: zars ([email protected]) joined #osdev 02:42:42 <r0nny> YAY 02:42:58 <r0nny> gcc is cappable of generating (gcc= rc IIc ) (rc = remote control)…
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

a lot happened in the last 35 hrs, going to sleep now, will update you all as I go along with this project.. #osdev #kernel

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

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

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

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)
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

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 built an operating system in 512 bytes in x86 Assembly, loaded at 0x7C00 by the BIOS. It prints a message, halts the CPU, and runs before any OS ever boots. This is what happens before the OS loads. #Project52 #OSDev #x86 #Bootloader

Something went wrong.
Something went wrong.
United States Trends
- 1. phil 86K posts
- 2. phan 79.1K posts
- 3. Jorge Polanco 5,771 posts
- 4. Columbus 226K posts
- 5. Falcons 14K posts
- 6. Kincaid 1,645 posts
- 7. Doug Eddings N/A
- 8. Middle East 327K posts
- 9. Springer 11.2K posts
- 10. Martin Sheen 1,635 posts
- 11. Yesavage 3,560 posts
- 12. Gilbert 9,801 posts
- 13. Go Bills 7,301 posts
- 14. Jake Moody N/A
- 15. Mike McCoy N/A
- 16. Monday Night Football 7,009 posts
- 17. Ray Ray 96.3K posts
- 18. John Schneider 1,368 posts
- 19. Bijan 3,253 posts
- 20. Thanksgiving 61.6K posts