mirror of
https://github.com/Zeal-Operating-System/ZealOS.git
synced 2024-12-25 23:10:32 +00:00
Revise comment wording, add newline
This commit is contained in:
parent
43f7974dcb
commit
8ddff7d2a7
1 changed files with 3 additions and 2 deletions
|
@ -67,7 +67,7 @@ U0 Cvt(U8 *ff_mask="*", U8 *fu_flags="+r+l-i+S")
|
|||
Find("GetStr", ff_mask, fu_flags, "StrGet");
|
||||
Find("GetChar", ff_mask, fu_flags, "CharGet");
|
||||
|
||||
//From Anfintony's Insecticide November 24 2022
|
||||
//Added from Anfintony's Insecticide November 24 2022
|
||||
Find("GetMsg", ff_mask,fu_flags,"MessageGet");
|
||||
Find("DRV_SIGNATURE_VAL", ff_mask,fu_flags,"DRIVE_SIGNATURE_VAL");
|
||||
Find("dv_signature", ff_mask,fu_flags,"drive_signature");
|
||||
|
@ -87,10 +87,11 @@ U0 Cvt(U8 *ff_mask="*", U8 *fu_flags="+r+l-i+S")
|
|||
Find("Let2BlkDev", ff_mask,fu_flags,"Letter2BlkDev");
|
||||
Find("first_drv_let", ff_mask,fu_flags,"first_drive_let");
|
||||
|
||||
//Discovered by Doodguy and Anfintony November 25 2022
|
||||
//Added by Doodguy and Anfintony November 25 2022
|
||||
Find("ScanKey",ff_mask,fu_flags,"KeyScan");
|
||||
Find("ScanChar",ff_mask,fu_flags,"CharScan");
|
||||
Find("fp_final_scrn_update",ff_mask,fu_flags,"fp_final_screen_update");
|
||||
|
||||
"\n$$BK,1$$$$LTRED$$Might want to go over these$$FG$$$$BK,0$$\n";
|
||||
Find("MemSet", ff_mask, fu_flags);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue