Conversation
添加 linux 启动支持,完善编译脚本
fix build
. 修正 graphicsmode,displaymem 函数。 . 新设内部变量: 0x8272(1字节) UEFI 启动环境(32/64位)。
启用 github action 自动编译部署 注:为节省资源,release 只保留最后一个。
. 增加参数 map --alloc-only,用于批处理分配自由内存。
例如:map --alloc-only (md)0+0x1b61b0 (3) //分配0x1b61b0扇区自由扇区
map --status=3
set add=%?% //返回分配的自由内存
. 加快非压缩文件(img,iso,静态vhd)加载到虚拟机内存的速度。
. 非网起时,开启网络功能(需要开启服务器)。pxe init
. 函数"find --set-root",网起时不再读文件到内存。
. 网起时,http服务优先。
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.