yaya2007

Results 193 comments of yaya2007

Memory Remap Feature cannot be opened

I can't open the link here. "disabled Memory Remap Feature",How to achieve this ?

have a try. [BOOTX64.rar.txt](https://github.com/chenall/grub4dos/files/5682744/BOOTX64.rar.txt)

In this version, the floppy disk image is removed to see if it works properly.

Please use the test version published in today's worry free forum to test.

After gtub2 goes to G4e, take a look at the number of $grub4dos between 0-0x9ffff. Is svbus used?

这比较奇怪。应当是使用 grub4dos-0.4.6a 吧。 难道是4Gb以上内存没有大于或者等于2048MB的可用内存块? 4Gb以下内存有容纳3072MB的可用内存块?

call Fn.42 的原型是 void hexdump(grub_u64_t ofs,char* buf,int len); 在32位系统,call Fn.42 的第一个参数 ofs 是64位,因此需要占用 2 个位置,也就是 [OfsLow] [OfsHi]。 在64位系统,call Fn.42 的第一个参数 ofs 是64位,因此只需要占用 1 个位置,也就是 [Ofs] 。 这一点需要格外注意。在 64 位系统,call Fn.nn...

Question how to reproduce? Create_lst.cmd how to use?