My bare-metal OS project

This forums is for OS project announcements including project openings, new releases, update notices, test requests, and job openings (both paying and volunteer).
Post Reply
Mila
Posts: 4
Joined: Sat May 09, 2026 6:45 am

My bare-metal OS project

Post by Mila »

Hello everyone,

I've been working on a bare-metal OS project called "Codename: MRC" for the past 9 months, and I've just reached the 0.1 Alpha X milestone.

Current Features:

Bootloader: Multiboot2 compliant.

Architecture: x86_x64 (64-bit ELF).

Graphics: coming soon.

Shell: Supports 10+ built-in commands.

Kernel: Written in C and Assembly.

You can find the source code and more details here:
[https://github.com/M1lamrc/bare-metal-operating-system]

I would love to get some technical feedback on my implementation, especially regarding the GUI and memory management.

Thanks!
(Note: I know there might be some architectural flaws as I'm still learning the depths of x86_64/Long Mode. I'm open to all technical critiques.)
Last edited by Mila on Tue May 12, 2026 5:49 am, edited 1 time in total.
Octocontrabass
Member
Member
Posts: 6258
Joined: Mon Mar 25, 2013 7:01 pm

Re: My bare-metal OS project

Post by Octocontrabass »

Mila wrote: ↑Sat May 09, 2026 6:54 amI would love to get some technical feedback on my implementation, especially regarding the GUI and memory management.
You haven't implemented the GUI or memory management yet. It's hard to give you feedback on things that don't exist.
Mila
Posts: 4
Joined: Sat May 09, 2026 6:45 am

Re: My bare-metal OS project

Post by Mila »

Man, It was the upcoming version, so GUI and Memory Managements is not released yet.
Octocontrabass
Member
Member
Posts: 6258
Joined: Mon Mar 25, 2013 7:01 pm

Re: My bare-metal OS project

Post by Octocontrabass »

Why did you list "Custom GUI implemented via Linear Framebuffer" as a current feature if it's not released yet?
Mila
Posts: 4
Joined: Sat May 09, 2026 6:45 am

Re: My bare-metal OS project

Post by Mila »

Octocontrabass wrote: ↑Mon May 11, 2026 10:34 am Why did you list "Custom GUI implemented via Linear Framebuffer" as a current feature if it's not released yet?
sorry, my bad.
Mila
Posts: 4
Joined: Sat May 09, 2026 6:45 am

Re: My bare-metal OS project

Post by Mila »

i'm replaced it with "coming soon"
Post Reply