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

[cmds] Fix sys and makeboot to copy /bootopts and updated required files #2066

Merged
merged 1 commit into from
Oct 7, 2024

Conversation

ghaerr
Copy link
Owner

@ghaerr ghaerr commented Oct 7, 2024

Fixes the initial problem reported by @tyama501 in #2062. makeboot now creates /bootopts at the same time that /linux is copied, if it is present. Some other important programs /bin are also now included in the sys -3 (minimal 360k sys) command.

Took some effort to keep the size of bin/sys within 3K for efficiency.

Tested on MINIX and FAT 360k filesystems on QEMU.

Haven't looked into @toncho11's reported problem of using sys to an HD FAT partition yet (coming).

@toncho11
Copy link
Contributor

toncho11 commented Oct 7, 2024

I updated my understanding on the issue: #2065

@ghaerr ghaerr merged commit 852d8a9 into master Oct 7, 2024
2 checks passed
@ghaerr ghaerr deleted the sys branch October 7, 2024 10:09
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.

2 participants