#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

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

Gramado OS | Window manager. #osdev #kernel

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

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

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

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

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

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…

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

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

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

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

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

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

Gramado OS | Window manager. #osdev #kernel

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

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

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

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

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

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)

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

AHCI and ATA controller modes. #osdev

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

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

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

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

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

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 😀

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

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

Loading...

Something went wrong.


Something went wrong.


United States Trends