Re: [edk2] UEFI app before memory init?

2015-01-09 Thread christophe malvasio
hi Neeraj it look that you want to patch the shell before it load i don't know enough of the api to tell you of else way anyway can you tell what is your goal ? -- Dive into the World of Parallel Programming! The Go Paralle

Re: [edk2] Load ASM code in memory

2015-01-09 Thread christophe malvasio
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

[edk2] fasm uefi dev

2015-01-08 Thread christophe malvasio
hi all i only have a bios emulation on this toshiba x64 uefi notebook 1) so how can i have the list of installed functions and dump it to the uefi partition ? i want to do this to make a good include file for direct dev with fasm i don't want to dev official uefi shell apps i just want to implement