Skip to content

Consider using Forth rather than the pipeline #100

@rjoleary

Description

@rjoleary

Right now, utk2 uses a pipeline like the following:

 utk winterfell.rom \
   remove 12345678-9abc-def0-1234-567890abcdef \
   remove 23830293-3029-3823-0922-328328330939 \
   replace_pe32 Shell linux.efi \
   save winterfell2.rom

We might be able to have more flexibility with a forth-like interface:

 utk winterfell.rom \
   find 12345678-9abc-def0-1234-567890abcdef remove \
   find 23830293-3029-3823-0922-328328330939 remove \
   find Shell replace_pe32 linux.efi \
   save winterfell2.rom

This suggestion comes from @rminnich

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions