Gramado OS | Window manager. #osdev #kernel

frednora's tweet image. Gramado OS | Window manager. #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

Goldenkrew3000's tweet image. 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

MEETBHANUS61087's tweet image. 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
MEETBHANUS61087's tweet image. 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

vinc686's tweet image. 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

vinc686's tweet image. 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…

martinblore's tweet image. 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

vinc686's tweet image. 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

valentinbreiz's tweet image. 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

frednora's tweet image. 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

essamamdani's tweet image. 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

MEETBHANUS61087's tweet image. 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
MEETBHANUS61087's tweet image. 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


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

vinc686's tweet image. 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


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

Kirsten423481's tweet image. 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

frednora's tweet image. 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

Kirsten423481's tweet image. 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 | Window manager. #osdev #kernel

frednora's tweet image. Gramado OS | Window manager. #osdev #kernel

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

Luna49315760152's tweet image. 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

AHCI and ATA controller modes. #osdev

frednora's tweet image. AHCI and ATA controller modes. #osdev

Just wrote a linker for Frontier #Fujihack #osdev (Running in 32bit headless ARM emulator)

danielcdev's tweet image. Just wrote a linker for Frontier #Fujihack #osdev
(Running in 32bit headless ARM emulator)

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

garvbarthwal's tweet image. 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

Some concept arts of ChoacuryOS. #osdev #gui

ThePineconium's tweet image. Some concept arts of ChoacuryOS. #osdev #gui
ThePineconium's tweet image. Some concept arts of ChoacuryOS. #osdev #gui

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

Goldenkrew3000's tweet image. 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

Spinned up an Barebone for starting #OSDev again 😀

_Strider007_'s tweet image. Spinned up an Barebone for starting #OSDev again 😀

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

essamamdani's tweet image. 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

vinc686's tweet image. 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

MEETBHANUS61087's tweet image. 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
MEETBHANUS61087's tweet image. 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
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
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
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

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

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

Decided to switch things up today by building my own OS, shunya_os, using Rust! 🌱 Faced tons of challenges but learned a lot about OS concepts and Rust in low-level programming. Despite a successful compilation, QEMU didn’t print my 'Hello World' just yet.💻 #RustLang #OSDev

thatdudeakshay's tweet image. Decided to switch things up today by building my own OS, shunya_os, using Rust! 🌱 Faced tons of challenges but learned a lot about OS concepts and Rust in low-level programming. Despite a successful compilation, QEMU didn’t print my 'Hello World' just yet.💻 #RustLang #OSDev

Loading...

Something went wrong.


Something went wrong.


United States Trends