From ae4c88dd99e7ccf522af787117ca6115bb1aabb0 Mon Sep 17 00:00:00 2001 From: Lucia Ceionia Date: Tue, 18 Jul 2023 10:16:26 -0500 Subject: [PATCH] add README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..d175b0e --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# Rust LE Demo + +this is a demo for using 32-bit Rust on DOS, just very basic. working on something a little bit bigger i might release. + +needs the DOS/32A extender to run, compile normally with `cargo build --release` then use `elf2le target/dos/release/rust-le-demo.elf` (or whatever your path is) to produce `a.exe` in the working directory, `new.elf` will be overwritten as an intermediate by `elf2le`, sorry, it's bad code. + +you can run the generated executable on DOS with `dos32a a.exe`. + +my elf2le utility can be found on my site: https://ceionia.com/git/lucia/elf2le +or on github: https://github.com/LCeionia/elf2le + +more about the project on my site: https://ceionia.com/le-exe