yourtion / 30dayMakeOS

《30天自制操作系统》源码中文版。自己制作一个操作系统(OSASK)的过程

Home Page:https://github.com/yourtion/YOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

02_day 'make -r helloos.img' 报错 Error 37

JCodeMan opened this issue · comments

将02_day文件夹放在tolset里面,然后双击了!cons_nt.bat,在命令行里面输入:

>make -r helloos.img
../z_tools/nask.exe ipl.nas ipl.bin ipl.lst
../z_tools/edimg.exe   imgin:../z_tools/fdimg0at.tek \
        wbinimg src:ipl.bin len:512 from:0 to:0   imgout:helloos.img
imgout BPB data error.
..\z_tools\make.exe: *** [helloos.img] Error 37

我的是64位的win10,这份代码是不是不支持在64位系统上运行?有人跟我一样的报错吗?