Hurray
Hurray
> Hello. > > Good to know that this package helped ;) > > Unfortunately, it won't be easy to make it compatible with DSM 7 due to the many...
我也是这个问题 阿里云的 确认key和secret没有错
找到原因了 [【通知】申请通配符证书不再支持文件验证](https://help.aliyun.com/document_detail/343506.html?spm=5176.22414175.sslink.2.6d5744ebbDzYru)
I have given the __assistive rights__ upon the above instruction, however, the interaction still __doesn't work__. Is there a __stronger__ method to solve the problem?
> I have given the **assistive rights** upon the above instruction, however, the interaction still **doesn't work**. > Is there a **stronger** method to solve the problem? I have an...
I restart the App and it works! Sorry for disturb
same problem
复现了。这个错误会导致程序回跳地址错误,程序直接结束了,而不是jmp $循环。 chapter5/load-kernel/loader.asm 第254、255行,bx需要改成ebx。 这个错误我整整调了1天😂 害我以为我的mac m1 ARM cpu gcc编译有问题... 希望作者尽快修改,以免更多人踩坑。毕竟这章是首次使用c语言,出错很难排除原因 https://github.com/seaswalker/tiny-os/blob/master/chapter5/load-kernel/loader.asm#L254C10-L254C12
请问这个问题解决了吗 @meilihao
> 请问这个问题解决了吗 @meilihao 参考楼主的实现解决了。问题原因是mbr.S和loader.S中的读硬盘的实现有问题。此外需要在加载GDT前关闭中断(cli指令)。修改之后就可以在qemu/virtualbox运行了。