Skip to content

Conversation

@Gillou68310
Copy link
Contributor

@Gillou68310 Gillou68310 commented Jan 27, 2025

'cat "$INPUT" | unix2dos > dos_src.c && '
"echo \"\$_hdimage = '+0 ${COMPILER_DIR} +1'\" > .dosemurc && "
'(HOME="." /usr/bin/dosemu -quiet -dumb -f .dosemurc -K . -E "D:\\bin\\bcc.exe -ID:\\include ${COMPILER_FLAGS} -c -oout.o dos_src.c") && '
"rm .dosemurc && "
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't need to worry about the rm, the execution is done in a sandbox

@mkst
Copy link
Collaborator

mkst commented Jan 27, 2025

You'll need to update the asm-differ dependency in the poetry.lock once your PR has been merged there, but other than that, this looks good to go!

protobuf-compiler
- name: Install msdos assembler
run: |-
wget https://github.com/OmniBlade/binutils-gdb/releases/download/omf-build/omftools.tar.gz
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you change this so we only extract jwasm (and same for Dockerfile if appropriate)?

@mkst mkst merged commit 7fc6643 into decompme:main Jan 28, 2025
6 of 7 checks passed
@Gillou68310 Gillou68310 deleted the bcc31 branch February 10, 2025 09:01
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.

2 participants