Andrew Kelley
|
431d76c023
|
add std.io.StreamSource and fixes to emitRaw
|
2020-03-11 15:40:34 -04:00 |
Andrew Kelley
|
c71991c869
|
fix compilation errors for emitRaw
|
2020-03-11 14:34:13 -04:00 |
Andrew Kelley
|
ed13cffca4
|
rework some old ELF parsing code and start to fix emitRaw
|
2020-03-10 22:01:58 -04:00 |
Andrew Kelley
|
cd33c5bfe8
|
zig build: update InstallRawStep to new std.fs API
closes #4622
|
2020-03-04 00:00:42 -05:00 |
Michaël Larouche
|
9b11e5e1f1
|
Add InstallRawStep to Zig build system that does a similar job to llvm-objcopy. To use it, do 'exe.installRaw("kernel.bin");' where exe is a LibExeObjStep
Part of #2826
|
2020-02-03 15:07:34 -05:00 |