hi
i will make an assembler as a uefi app
it should execute code directly of memory
x64 to begin
it is the first step of my project fusion.software (a uefi os)
feel free to share your asm code of uefi app ;)
i need to learn all about uefi so no stress
thanks
On Jun 11, 2014, at 2:02 AM, Thomas Letan wrote:
> Hello everyone.
>
> I am currently working on UEFI and more precisely on SMM with UEFI.
> To handle correctly #SMI, I have to load some piece of code in RAM. In
> order to do some tests, I wrote my assembly code, compile it with nasm,
> get the
On 06/11/2014 11:31 AM, Bill Paul wrote:
> Of all the gin joints in all the towns in all the world, Thomas Letan had to
> walk into mine at 02:02:13 on Wednesday 11 June 2014 and say:
>
>> Hello everyone.
>>
>> I am currently working on UEFI and more precisely on SMM with UEFI.
>> To handle correct
Of all the gin joints in all the towns in all the world, Thomas Letan had to
walk into mine at 02:02:13 on Wednesday 11 June 2014 and say:
> Hello everyone.
>
> I am currently working on UEFI and more precisely on SMM with UEFI.
> To handle correctly #SMI, I have to load some piece of code in RA
Hello everyone.
I am currently working on UEFI and more precisely on SMM with UEFI.
To handle correctly #SMI, I have to load some piece of code in RAM. In
order to do some tests, I wrote my assembly code, compile it with nasm,
get the binary content thanks to objdump and save it in a char[]
variab