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

[boot] Fix mfs duplicate mknod/mkdir, default boot optimziations on #2080

Merged
merged 1 commit into from
Oct 16, 2024

Conversation

ghaerr
Copy link
Owner

@ghaerr ghaerr commented Oct 16, 2024

Turns back on boot optimizations that halve boot time. Fixes small mfs problem creating duplicate inodes.

The improvements result from identifying all files and directories accessed at boot using DEBUG_CACHE, and adding those files to Image.all for early placement in the floppy boot image.

By default for the time being, the elapsed time since boot is now displayed at the login prompt, so users can accurately see their boot time when manipulating Image.all without recompilation.

To be tested on real hardware.

@ghaerr ghaerr merged commit 4ecd2c0 into master Oct 16, 2024
1 check passed
@ghaerr ghaerr deleted the mfs branch October 16, 2024 16:18
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.

1 participant