#osdev hasil pencarian

Thread: After 6 years of #osdev experience, here are my recommendations for trying out making your own Operating System from scratch:

sortiecat's tweet image. Thread: After 6 years of #osdev experience, here are my recommendations for trying out making your own Operating System from scratch:

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

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

Gramado OS | Window manager. #osdev #kernel

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

めっちゃいい感じ #自作OS #osdev

nek0_dev's tweet image. めっちゃいい感じ
#自作OS
#osdev

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…

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


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

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

🎉 Catten: The Kernel of CharlotteOS, An Experimental Modern Operating System 「 It seeks to be a monolithic kernel with low-level system call interfaces that borrows ideas from exokernels and other novel systems like Plan 9 and Fuchsia 」 #osdev #opensource


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.


めっちゃいい感じ #自作OS #osdev

nek0_dev's tweet image. めっちゃいい感じ
#自作OS
#osdev

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

めっちゃいい感じ #自作OS #osdev

nek0_dev's tweet image. めっちゃいい感じ
#自作OS
#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

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 | Window manager. #osdev #kernel

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

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

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!��️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

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)

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

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…

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

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

Spinned up an Barebone for starting #OSDev again 😀

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

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

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

Loading...

Something went wrong.


Something went wrong.


United States Trends