Boot clean - #114
Open
Kamilosok wants to merge 5 commits into
Open
Conversation
Kamilosok
force-pushed
the
boot-clean
branch
2 times, most recently
from
July 10, 2026 17:54
bffddf4 to
a3c0c69
Compare
Collaborator
|
Btw that is not how you make co-authored annotations. There are also more people that were part of the first commit (me for example but it looks like the attribution was missed before, probably more people) |
…S/tree/bootloader' This commit simply moves over the changes from the fork. Co-authored-by: GoscZnickiem <maciek.6098@gmail.com> Co-authored-by: Jakub Janeczko <kuba@ev1.pl> Co-authored-by: Milosz Witkowski <msaters123@gmail.com>
Collaborator
Author
|
Fixed the co-authoring |
frogrammer9
requested changes
Jul 19, 2026
Contributor
There was a problem hiding this comment.
This define should be internal to the bootloader and not here.
Collaborator
Author
There was a problem hiding this comment.
If you meant status_t get_FDT(void) (no line selected for the comment) then I moved it to dt_bootutils.h in the bootloader, still don't know how to better resolve the HACK in the .c file though.
Kamilosok
force-pushed
the
boot-clean
branch
2 times, most recently
from
July 21, 2026 00:51
4238cb4 to
259fada
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Moved over and incorporated changes from https://github.com/GoscZnickiem/BigOS/tree/bootloader to eliminate merge conflicts.