Skip to content

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

@modeco80

Description

@modeco80

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions