Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Multiboot2 modules and Module file system #3099

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

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.

@ADev531
Copy link
Author

ADev531 commented Nov 1, 2024

Stopping when parsing multiboot2, problem with PointerList

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.

Copy link
Author

@ADev531 ADev531 Nov 4, 2024

Choose a reason for hiding this comment

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

Sorry... but, how I can do that?

@ADev531
Copy link
Author

ADev531 commented Nov 16, 2024

I'll continue this soon

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