Steve Si

Results 93 issues of Steve Si

![image](https://user-images.githubusercontent.com/1469350/128538362-02df6fc4-6181-4ff2-86f0-93f672fc7754.png)

In grub4dos legacy ``` pause --wait=3 pause --test-key --wait=3 ``` return 1 if no key is pressed. but grub4efi returns 0xFFFFFFFF or 4294967295 if no key is pressed. Can it...

For legacy I used ``` set /a M=*0x8298 & 0xffffffff>>10+1 > nul && set /a M1=*0x82c0>>10+1 > nul set /a M=%M% + %M1% > nul ``` but this does not...

`call Fn.20` get character from kbd buffer needed for two reasons 1. Check to see if key pressed without pausing 2. Used with Fn.19 to soak up all characters in...

set /p ask=What is your name : If user presses the TAB key, it lists all grub4dos commands! ![image](https://user-images.githubusercontent.com/1469350/70928128-45cc0280-2028-11ea-87e0-cea7ab415419.png)

![image](https://user-images.githubusercontent.com/1469350/83967534-48623300-a8ba-11ea-9aeb-87c6cd3d58e3.png) hd0,0 is NTFS hd0,1 is FAT32 (hd0,1)/ss is empty folder (hd0,0)/empty is empty folder if exist works on NTFS empty folders but does not work if FAT32 partition. How...

When using TAB for autocomplete, the case of the filename is not correctly displayed after entering start of the filename (NTFS partition). Note that I typed Por and then [TAB]...

See https://github.com/a1ive/grub2-filemanager/issues/145 Does grub4dos add Partition Offset? Does it corrupt 0x1c-0x1f in VBR? Does it recalculate checksum in Sector 11 of VBR? Partition Offset at 0x40-0x47 in VBR and Sector...

![image](https://user-images.githubusercontent.com/1469350/73368853-99796f00-42a9-11ea-9787-e79be360a819.png) Are the CHS values OK? Shouldn't they be FE FF FF ![image](https://user-images.githubusercontent.com/1469350/73368917-b615a700-42a9-11ea-88f1-29a99065241f.png)

![image](https://user-images.githubusercontent.com/1469350/66568437-54e29000-eb61-11e9-8084-695dc06ec3af.png) HANG !!!!! Works OK on contiguous files... ![image](https://user-images.githubusercontent.com/1469350/66568575-a2f79380-eb61-11e9-8d38-afbe09579529.png) OK ![image](https://user-images.githubusercontent.com/1469350/66568645-c8849d00-eb61-11e9-9804-d6b28506d3df.png)