DCPUTeam / DCPUToolchain

[ARCHIVED] The code repository for the DCPU-16 Toolchain.
http://dcputoolcha.in/
MIT License
96 stars 14 forks source link

Develop the image smasher for producing in-memory disk images #104

Closed hach-que closed 11 years ago

hach-que commented 12 years ago

The image smasher takes a bootstrap and a list of programs to form a FAT16 disk image. It is up to the user to implement FAT16 reading in the bootstrap code.

For example:

./smasher --format=FAT16 --offset=0x4000 --bootstrap=boot.dcpu16 0x42c.dcpu16 program.dcpu16 some.txt -o result.bin
Mause commented 11 years ago

Was this ever completed @hach-que ?

hach-que commented 11 years ago

This hasn't even been started :)

Mause commented 11 years ago

Heh, I thought you said something about this awhile back, sounded like you had implemented it :P

My mistake :P

hach-que commented 11 years ago

Actually, it has been implemented. I just totally forgot it had. It's the dtimg program.

Mause commented 11 years ago

See! I told you :P