Skip to content

Conversation

@ADev531
Copy link

@ADev531 ADev531 commented Nov 1, 2024

(This is my first PR)
This pull request is about adding Module file system for disks that Cosmos doesn't have drivers.
Maybe this will take while as It's first time that I do PR.

@Gabolate
Copy link

Gabolate commented Nov 1, 2024

Module file system for disks that Cosmos doesn't have drivers.

Is it a RAM filesystem?

@ADev531
Copy link
Author

ADev531 commented Nov 1, 2024

Yes, Ram file system powered by Multiboot2 modules.

public static bool IsVBEAvailable => Framebuffer->Address != 753664; // Some kinda default number.
public static Framebuffer* Framebuffer { get; set; }
public static MemoryMap* MemoryMap { get; set; }
/*
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please undo the formatting changes to make reviewing easier.

@ADev531
Copy link
Author

ADev531 commented Nov 16, 2024

I'll continue this soon

@ADev531 ADev531 marked this pull request as draft February 12, 2025 02:14
@ADev531
Copy link
Author

ADev531 commented Jul 19, 2025

Closing this PR, sorry!

@ADev531 ADev531 closed this Jul 19, 2025
@ADev531 ADev531 deleted the impl/mb2module branch July 19, 2025 04:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants