First look: Novix OS Desktop on RISC-V 🚀 After a few weeks of quiet building, here’s our first graphical desktop running on Novix OS: window server, framebuffer, BMP background & cursor. Hardware tests coming up next. @orangepixunlong #RISCV #OSDev #OpenSource

NovixManiac's tweet image. First look: Novix OS Desktop on RISC-V 🚀

After a few weeks of quiet building, here’s our first graphical desktop running on Novix OS: window server, framebuffer, BMP background & cursor.

Hardware tests coming up next.

@orangepixunlong

#RISCV #OSDev #OpenSource

#python running on x86 bare metal #osdev

dagide's tweet image. #python running on x86 bare metal #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

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

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

J'ai décidé de coder mon propre OS depuis ma chambre. Voici "LightOS". Pas juste un système, mais une interface qui a une âme. Boot direct sur le hardware, zéro distraction, 100% futuriste. Le chemin est long, mais le kernel commence à respirer. #OSDev #Cyberpunk #Tech

SnowedLight's tweet image. J'ai décidé de coder mon propre OS depuis ma chambre. 

Voici "LightOS". Pas juste un système, mais une interface qui a une âme. Boot direct sur le hardware, zéro distraction, 100% futuriste.

Le chemin est long, mais le kernel commence à respirer.

#OSDev #Cyberpunk #Tech

#Day10 Operating Systems: vmlinux is the raw, uncompressed Linux kernel ELF file packed with symbols and debug info, used by developers for debugging and kernel hacking before it becomes a bootable image. 🐧 #LinuxKernel #OSDev #vmlinux


Building a hobby OS? OSHub is your dev hub: discover kernels/drivers, share devlogs, collaborate, and even run hobby OSes in your browser (v86.js). Join the community → oshub.org #osdev #kernels #programming


#python running on x86 bare metal #osdev

dagide's tweet image. #python running on x86 bare metal #osdev

First look: Novix OS Desktop on RISC-V 🚀 After a few weeks of quiet building, here’s our first graphical desktop running on Novix OS: window server, framebuffer, BMP background & cursor. Hardware tests coming up next. @orangepixunlong #RISCV #OSDev #OpenSource

NovixManiac's tweet image. First look: Novix OS Desktop on RISC-V 🚀

After a few weeks of quiet building, here’s our first graphical desktop running on Novix OS: window server, framebuffer, BMP background & cursor.

Hardware tests coming up next.

@orangepixunlong

#RISCV #OSDev #OpenSource

The Terminal is an application that is a client of the display server and communicates with it via socket. The Shell is a program that is connected to the Terminal via TTY. The Terminal opened the master TTY and the Shell opened the slave TTY. #osdev #gramado

frednora's tweet image. The Terminal is an application that is a client of the display server and communicates with it via socket. The Shell is a program that is connected to the Terminal via TTY. The Terminal opened the master TTY and the Shell opened the slave TTY. #osdev #gramado

App for Gramado OS created by Copilot. #osdev @copilot @msdev

frednora's tweet image. App for Gramado OS created by Copilot. #osdev @copilot @msdev

This is the first app created to Gramado OS by Copilot. 10 seconds and bang, its done. I just did some ajustments and refinements. #osdev @Copilot @msdev

frednora's tweet image. This is the first app created to Gramado OS by Copilot. 10 seconds and bang, its done. I just did some ajustments and refinements. #osdev @Copilot @msdev
frednora's tweet image. This is the first app created to Gramado OS by Copilot. 10 seconds and bang, its done. I just did some ajustments and refinements. #osdev @Copilot @msdev
frednora's tweet image. This is the first app created to Gramado OS by Copilot. 10 seconds and bang, its done. I just did some ajustments and refinements. #osdev @Copilot @msdev

learning how bootloaders work, and writing my own x86 bootloader completely from scratch. I’m also exploring how bootloaders get exploited, how attackers abuse early-boot trust boundaries, and what secure boot tries to prevent. #Assembly #x86 #osdev #CyberSecurity

t1b4n3's tweet image. learning how bootloaders work, and writing my own x86 bootloader completely from scratch.

I’m also exploring how bootloaders get exploited, how attackers abuse early-boot trust boundaries, and what secure boot tries to prevent.

#Assembly #x86 #osdev #CyberSecurity

Gramado OS: Testing mouse support. #osdev #kernel


What themes would you introduce in AOS II? Right off the bat, there will be three default themes #AOSII #OS #OsDev #SciFi #questiontime @github @nvidia


Muon is a tiny capability-based x86-64 kernel in C3. 0.4 ships a kernel-mode shell (mush) on COM3 in QEMU, with commands like time (wallclock), rand (rdrand), and spawner (multi-process “hello world” demo). oshub.org/projects/muon-… #osdev #oshub #muon #c3

oshub.org

Milestone 0.4: Kernel Mode Shell on OSHub

Hello everyone, this is a demo I made for Milestone 0.4 of my kernel muon, a minimalist capability-based x86-64 kernel written in C3. It features a...


This is the first off‑screen object in my display server. The main goal is to build a compositor where each window draws into its own off‑screen buffer. #osdev #GUI

frednora's tweet image. This is the first off‑screen object in my display server. The main goal is to build a compositor where each window draws into its own off‑screen buffer. #osdev #GUI
frednora's tweet image. This is the first off‑screen object in my display server. The main goal is to build a compositor where each window draws into its own off‑screen buffer. #osdev #GUI

A few smaller side projects for AOS(Alternative Operating System) are also in development 👀#BetterOS #AOS #OSDev #FromScratch #Poland @github @Grzescraft

BetterOS_'s tweet image. A few smaller side projects for AOS(Alternative Operating System) are also in development 👀#BetterOS #AOS #OSDev #FromScratch  #Poland @github @Grzescraft

"#osdev"에 대한 결과가 없습니다
"#osdev"에 대한 결과가 없습니다
Loading...

Something went wrong.


Something went wrong.


United States Trends