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

[romfs] First version of mkromfs #76

Merged
merged 7 commits into from
Mar 2, 2017
Merged

[romfs] First version of mkromfs #76

merged 7 commits into from
Mar 2, 2017

Conversation

mfld-fr
Copy link
Contributor

@mfld-fr mfld-fr commented Mar 2, 2017

This is the first step of my second sub-project after the NE2K driver : revise the current ROMFS to be able to burn the root file system into the 512K flash of my embedded device (that has no disk).

This tool compiles a minimal file system, without any alignment to take advantage of the flat nature of the ROM and that way not wasting space as on a block device.

The tool is built only if the user selects the ROMFS support in the kernel configuration.

Next steps are listed in mfld-fr#2.

Because of incorrect #ifdef indentation, the CONFIG_ROM_DEBUG had no effect,
resulting in breaking code execution at the end of setup.S when booting
from a ROM image (option CONFIG_ROMCODE).
@jbruchon jbruchon merged commit 0bbdf4c into ghaerr:master Mar 2, 2017
@mfld-fr mfld-fr added the enhancement New feature label Mar 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants