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

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…

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

Today, I'm improving the network logs in my hobby operating system #osdev #buildinpublic #rust #rustlang

vinc686's tweet image. Today, I'm improving the network logs in my hobby operating system #osdev #buildinpublic #rust #rustlang

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

Working on a new text viewer to complement the editor of my hobby operating system #osdev #buildinpublic #rust #rustlang

vinc686's tweet image. Working on a new text viewer to complement the editor of my hobby operating system #osdev #buildinpublic #rust #rustlang

Adding file search to my hobby operating system #osdev #buildinpublic #rust #rustlang

vinc686's tweet image. Adding file search to my hobby operating system #osdev #buildinpublic #rust #rustlang

Today I'm having fun writing a little #mandelbrot program in userspace to validate the new graphical mode in MOROS #osdev #rust #rustlang #buildinpublic

vinc686's tweet image. Today I'm having fun writing a little #mandelbrot program in userspace to validate the new graphical mode in MOROS #osdev #rust #rustlang #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

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

I spent the past two days fixing bugs in the file system of my hobby operating system until I could finally fill up the entire disk without errors! #osdev #rust #rustlang #buildinpublic

vinc686's tweet image. I spent the past two days fixing bugs in the file system of my hobby operating system until I could finally fill up the entire disk without errors! #osdev #rust #rustlang #buildinpublic

The commands in MOROS will now be able to detect output redirection to disable color mode and other interactive features automatically #osdev #rust #rustlang #buildinpublic

vinc686's tweet image. The commands in MOROS will now be able to detect output redirection to disable color mode and other interactive features automatically #osdev #rust #rustlang #buildinpublic

Testing my hobby OS on a few network cards (RTL8139B, RTL8139C, RTL8139D, and Intel PRO/1000 GT Desktop) #osdev #network #hardware

vinc686's tweet image. Testing my hobby OS on a few network cards (RTL8139B, RTL8139C, RTL8139D, and Intel PRO/1000 GT Desktop) #osdev #network #hardware

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


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…

TheWreckingBal5's tweet image. 02:37:03 --- quit: zars_ (Remote closed the connection)
02:38:41 --- join: crib (n=fnx@port-212-202-52-210.dynamic.qsc.de) joined #osdev
02:42:12 --- join: zars (n=sarz@port-212-202-49-90.dynamic.qsc.de) joined #osdev
02:42:42 &amp;lt;r0nny&amp;gt; YAY
02:42:58 &amp;lt;r0nny&amp;gt; gcc is cappable of…

ColorOS 16 ▫️Brand-new Light field design ▫️Desktop Icons ▫️AI Inspired Themes ▫️AI Live Wallpaper ▫️AI Inspired Copy #OPPO #ColorOS16

I_AM_G_K_S's tweet image. ColorOS 16 
▫️Brand-new Light field design 
▫️Desktop Icons
▫️AI Inspired Themes
▫️AI Live Wallpaper
▫️AI Inspired Copy
#OPPO #ColorOS16
I_AM_G_K_S's tweet image. ColorOS 16 
▫️Brand-new Light field design 
▫️Desktop Icons
▫️AI Inspired Themes
▫️AI Live Wallpaper
▫️AI Inspired Copy
#OPPO #ColorOS16
I_AM_G_K_S's tweet image. ColorOS 16 
▫️Brand-new Light field design 
▫️Desktop Icons
▫️AI Inspired Themes
▫️AI Live Wallpaper
▫️AI Inspired Copy
#OPPO #ColorOS16

I don’t just design — I create experiences that make users feel. I don’t just code — I build systems that think. Bridging Design & Code to turn ideas into seamless digital realities. 💡 UX/UI Specialist | 🧠 Full-Stack Developer From concept → clarity → code #UXUIDesign

based_dev_'s tweet image. I don’t just design — I create experiences that make users feel.
I don’t just code — I build systems that think.

Bridging Design &amp;amp; Code to turn ideas into seamless digital realities.

💡 UX/UI Specialist | 🧠 Full-Stack Developer
From concept → clarity → code
#UXUIDesign

OxygenOS 16 First Look - New Icons,Widgets #oxygenos16 #oneplus

Sahejsain's tweet image. OxygenOS 16 First Look 
- New Icons,Widgets
#oxygenos16 #oneplus

#bfdi #osc photoshop project for one of my classes ..

deeneedstostfu's tweet image. #bfdi #osc photoshop project for one of my classes ..

A revolution in imaging is on the way. Here are 5⃣ breakthroughs we're developing for our next flagship. #OPPOFindX9Series

oppo's tweet image. A revolution in imaging is on the way. Here are 5⃣ breakthroughs we&apos;re developing for our next flagship.
#OPPOFindX9Series

A bit of experimentation #BSD #chuuyanakahara

ohnoOliv's tweet image. A bit of experimentation

#BSD #chuuyanakahara
ohnoOliv's tweet image. A bit of experimentation

#BSD #chuuyanakahara

Portrait of solace. #BSD #文スト #OsamuDazai

DejaVudu_Arts's tweet image. Portrait of solace.
#BSD  #文スト #OsamuDazai

Some random doodles, I was trying a new brush #BSDtwt

OCTAGAVA's tweet image. Some random doodles, I was trying a new brush

#BSDtwt

i love how u can add filter to the pics now and use idles anytime i hope it gets implemented permanently

AstraMariam's tweet image. i love how u can add filter to the pics now and use idles anytime i hope it gets implemented permanently

Cleaned 4k Chisa Splash Wallpaper!! ARE THOSE SCISSORS??? 😲 Also new logo new region, looking forward to it~ 🥰 Gdrive 02 Character Art: tinyurl.com/wuwaclean #wuwa #WutheringWaves #Chisa

KiriyumeBun's tweet image. Cleaned 4k Chisa Splash Wallpaper!!

ARE THOSE SCISSORS??? 😲 Also new logo new region, looking forward to it~ 🥰

Gdrive 02 Character Art: tinyurl.com/wuwaclean

#wuwa #WutheringWaves #Chisa

Post-Lament Anthropocene: Stars Intertwined "I will… sever this deadlock."—Chisa Archive>> Chisa is a conscientious, level-headed student from the Startorch Academy. To her, everything can be broken down, analyzed, and resolved, with the exception of human bonding. Bonds can…

Wuthering_Waves's tweet image. Post-Lament Anthropocene: Stars Intertwined

&quot;I will… sever this deadlock.&quot;—Chisa

Archive&amp;gt;&amp;gt;
Chisa is a conscientious, level-headed student from the Startorch Academy.
To her, everything can be broken down, analyzed, and resolved, with the exception of human bonding. Bonds can…


Gramado OS | Window manager. #osdev #kernel

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

BFDI 1A Thumbnail Redone #bfdi #osctwt #osc #objectshow

Deroxx12's tweet image. BFDI 1A Thumbnail Redone

#bfdi #osctwt #osc #objectshow

AHCI and ATA controller modes. #osdev

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

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&apos;s diving into OS dev too? Share your projects!��#HomebrewOS #OSDev #Coding

Loading...

Something went wrong.


Something went wrong.


United States Trends