XTLDR Rewrite #7

Unito
belliash ha unito 184 commit da xtldr_rewrite a master 2024-01-09 18:51:04 +01:00
Showing only changes of commit 2c6525cedd - Show all commits

Vedi File

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