OneDragon424

Results 24 comments of OneDragon424

是的,lab00和01都没有东西做的样子

emm,那你提这个issue的作用在何呢... 你是不是搞混了每日工作日历和issue之间的关系

my ZeroTier Version is 1.10.1 after i have try to uninstall and reboot and install it again, the situation seem haven't any improve

yes, i have try this actions, and haven't any antivirus software (except window defences) but i have close it , not working

A brief update on progress: basic on ths website i could using and see the error message https://github.com/zerotier/ZeroTierOne/wiki/Command-Line-Interface firstly it's ``` PS C:\ProgramData\ZeroTier\One> .\zerotier-one_x64.exe -q join 8056c2e21c6bf9c3 0 join connection...

本来以为我解决了这个问题,没想到最后还是没解决... 麻了,我跟上面这位老哥基本是以相同的方式操作的,只不过我的源程序是模块化的,所以说比较怪异 输出: ``` [ INFO] [kernel] num_app = 12 [ INFO] All application has been linked at this location( in memory ) [ INFO] [kernel] app_0 [0x80400000, 0x80420000) [...

docs error: 最后一段执行应用程序处,应为`sepc`而非`epc`寄存器

> @SnowWarri0r @jackyliu16 我也有这个问题,后来发现是我的user程序的起始地址有问题,以前是固定的0x80400000,而这一章需要是不同的地址。我不知道你们是不是这个问题。 我想应该不是这个原因,写的时候我人工`deprecated`了原先版本中由`APP_MANAGER`提供的`load_app(i)`函数,并且将原先的这个`load`模块中与`APP_BASE_ADDRESS`相关的内容全部替换成为了`APP_BASE_ADDRESS+app_id * APP_SIZE_LIMIT`的这种类型的操作,并且通过`extern "C" { fn _num_app(); }`在初始化阶段完成了对应程序的装载操作,除了我仍使用原来提供的`__restore`函数来达成切换当前正在运行的程序以外,我似乎没有任何有关于引起程序没有办法正常加载的想法。

转成指针,这个是根据__switch要求转的