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

[Feature] Add support for reading a configuration file #2

Open
modeco80 opened this issue Oct 29, 2021 · 0 comments
Open

[Feature] Add support for reading a configuration file #2

modeco80 opened this issue Oct 29, 2021 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@modeco80
Copy link
Member

Title pretty much says it all.
My idea for this would be something like:

; Elfldr configuration file
elfldr {

	; The list of patches to enable.
	patches [
		memclr,
		hostfs
	]
	
	; specific configuration for patches and stuff
	hostfs_bigless true ; enable bigless mode

}

would mean I'd have to store a string->id mapping of patches, or scrap numerical patch IDs, but, meh.

@modeco80 modeco80 added the enhancement New feature or request label Oct 29, 2021
@modeco80 modeco80 added this to the Post-1.0 milestone Oct 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant