Skip to content

Commit

Permalink
. 修正udf光盘加载到2Gb以上内存失败的问题。
Browse files Browse the repository at this point in the history
. 确定引导驱动器恒定为0x80。支持 USB 逻辑单元设备。
. kernel 函数增加 --handover 和 --loadfile2 参数,以便强制使用 EFI Handover Protocol 或 LoadFile2 协议。
. 增加打印路径的内部函数,以便不支持设备路径到文本协议的设备使用。
. 改进设备启动。issues #404, issues #405
  • Loading branch information
yaya committed May 10, 2023
1 parent fa99f0f commit 1c376ef
Show file tree
Hide file tree
Showing 9 changed files with 1,456 additions and 354 deletions.
8 changes: 8 additions & 0 deletions ChangeLog_UEFI.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
更新说明:
2023-05-10 (yaya)
修正udf光盘加载到2Gb以上内存失败的问题。
确定引导驱动器恒定为0x80。
支持 USB 逻辑单元设备。
kernel 函数增加 --handover 和 --loadfile2 参数,以便强制使用 EFI Handover Protocol 或 LoadFile2 协议。
增加打印路径的内部函数,以便不支持设备路径到文本协议的设备使用。
改进设备启动。issues #404, issues #405

2023-03-29 (yaya)
完善外部命令进度条。
改进ISO启动。
Expand Down
2 changes: 1 addition & 1 deletion stage2/asm.S
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ VARIABLE(min_con_mem_size) //0x82
#if defined(__i386__)
.byte 32 //0x8272 bootia32.efi引导
#else
.byte 64 // bootx64.efi引导
.byte 64 // bootx64.efi引导 (BIOS是0)
#endif

. = EXT_C(main) + 0x73
Expand Down
Loading

0 comments on commit 1c376ef

Please sign in to comment.