flat assembler
Message board for the users of flat assembler.

Index > OS Construction > Switch to UEFI application and OS application

Author
Thread Post new topic Reply to topic
Fulgurance



Joined: 27 Nov 2017
Posts: 276
Fulgurance 12 Nov 2020, 09:08
Hello, now I have understand how to make uefi bootable application and how to call uefi fonction, I have question. How can I for example call other application without PE format from bootable UEFI application and from this application, call again UEFI function when I need?

This can include my custom application can be at custom file system.
Post 12 Nov 2020, 09:08
View user's profile Send private message Reply with quote
revolution
When all else fails, read the source


Joined: 24 Aug 2004
Posts: 20454
Location: In your JS exploiting you and your system
revolution 12 Nov 2020, 09:20
The simplest form of executable is the DOS style .com format. You load it into memory and execute starting at the first byte.

If you want more control over code and data segments then you will need some form of file format (like ELF, PE, MZ, etc.) to direct a loader on how to place the file into memory.
Post 12 Nov 2020, 09:20
View user's profile Send private message Visit poster's website Reply with quote
Fulgurance



Joined: 27 Nov 2017
Posts: 276
Fulgurance 13 Nov 2020, 18:39
[Solved] I have found how to thanks Smile
You can delete post if you want !
Post 13 Nov 2020, 18:39
View user's profile Send private message Reply with quote
Display posts from previous:
Post new topic Reply to topic

Jump to:  


< Last Thread | Next Thread >
Forum Rules:
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Copyright © 1999-2025, Tomasz Grysztar. Also on GitHub, YouTube.

Website powered by rwasa.