Please sign in to access this page

stOS

stOS

2 devlogs
3h 41m

The next big OS coming to you.
Based on Rust. With neat features that will be decided.
YOLO everything

Timeline

Devlog: 02

Date: 19th June 2025

Worked on:

  • Created a vga_buffer to handle text writing onto the screen
  • Wrote a writer func to help print stuff to the screen
  • made it easier to switch colors(using green), bg colors, etc.
  • added the ability to use rust's macros
  • added the println!() macro
  • Updated the panic handle to print the messages using the println!()

Upnext:
* Cpu exceptions
* Hardware inputs(keyboard and mouse)

Update attachment

This is my first devlog of my new custom OS using rust.im very excited to start my journey in to OS dev with a bunch of great and like minded people.

After 2 hrs and trying and failing multiple types was finally able to get a simple hello world printed onto the screen.

Update attachment