XTLDR Rewrite #7

Merged
belliash merged 184 commits from xtldr_rewrite into master 2024-01-09 18:51:04 +01:00
Showing only changes of commit 2c6525cedd - Show all commits

View File

@ -9,6 +9,13 @@
#include <xtldr.h>
/**
* Starts XTLDR shell.
*
* @return This routine does not return any value.
*
* @since XT 1.0
*/
XTCDECL
VOID
BlStartLoaderShell()
@ -21,6 +28,13 @@ BlStartLoaderShell()
for(;;);
}
/**
* Prints XTLDR shell prompt.
*
* @return This routine does not return any value.
*
* @since XT 1.0
*/
XTCDECL
VOID
BlpPrintShellPrompt()