Re: [PATCH] wscript: Allow start code to be written in C

2022-04-21 Thread Sebastian Huber
On 18/04/2022 19:32, Kinsey Moore wrote: Start code for most platforms requires hand-coded ASM but some can be bootstrapped entirely in C, especially for paravirtualized platforms. This change allows start code to be written in C where possible instead of requiring architecture-specific ASM to br

[PATCH] wscript: Allow start code to be written in C

2022-04-18 Thread Kinsey Moore
Start code for most platforms requires hand-coded ASM but some can be bootstrapped entirely in C, especially for paravirtualized platforms. This change allows start code to be written in C where possible instead of requiring architecture-specific ASM to bridge to C. --- wscript | 6 +- 1 file