-
Notifications
You must be signed in to change notification settings - Fork 552
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
base: master
Are you sure you want to change the base?
Conversation
Is it a RAM filesystem? |
Yes, Ram file system powered by Multiboot2 modules. |
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; } | ||
/* |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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?
I'll continue this soon |
(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.