30天自制操作系统,这本书里写要用光盘和软驱,但是我的台式电脑没有那
发布网友
发布时间:2022-05-26 23:12
我来回答
共5个回答
热心网友
时间:2023-11-28 07:24
下载一个dd.exe(搜索dd for windows,很容易找到)
执行以下操作将镜像写到U盘,进BIOS(一般开机F2)或者有选择启动项的话选择U盘就行了
(步骤一:列出磁盘设备,找到U盘,比如如下示例Mounted on \\.\l:那个就是,复制对应Volume整行备用)
d:\os>dd --list
rawwrite dd for windows version 0.5.
Written by John Newbigin <jn@it.swin.e.au>
This program is covered by the GPL. See copying.txt for details
Win32 Available Volume Information
\\.\Volume{dbee214b-9b67-11e3-8265-806e6f6e6963}\
link to \\?\Device\HarddiskVolume1
fixed media
Mounted on \\.\c:
\\.\Volume{999e8a00-9b6c-11e3-a86a-446d5785b712}\
link to \\?\Device\HarddiskVolume10
removeable media
Mounted on \\.\l:
\\.\Volume{dbee214c-9b67-11e3-8265-806e6f6e6963}\
link to \\?\Device\HarddiskVolume2
fixed media
Mounted on \\.\d:
\\.\Volume{dbee214d-9b67-11e3-8265-806e6f6e6963}\
link to \\?\Device\HarddiskVolume3
fixed media
Mounted on \\.\e:
\\.\Volume{dbee214e-9b67-11e3-8265-806e6f6e6963}\
link to \\?\Device\HarddiskVolume4
fixed media
Mounted on \\.\f:
\\.\Volume{dbee214f-9b67-11e3-8265-806e6f6e6963}\
link to \\?\Device\HarddiskVolume5
fixed media
Mounted on \\.\g:
\\.\Volume{dbee2150-9b67-11e3-8265-806e6f6e6963}\
link to \\?\Device\HarddiskVolume6
fixed media
Mounted on \\.\h:
\\.\Volume{0662f2b0-9b6c-11e3-a6ce-806e6f6e6963}\
link to \\?\Device\CdRom0
CD-ROM
Mounted on \\.\i:
\\.\Volume{999e89fe-9b6c-11e3-a86a-446d5785b712}\
link to \\?\Device\CdRom1
CD-ROM
Mounted on \\.\k:
NT Block Device Objects
\\?\Device\CdRom0
size is 2147483647 bytes
\\?\Device\CdRom1
Removable media other than floppy. Block size = 2048
size is 402653184 bytes
Virtual input devices
/dev/zero (null data)
/dev/random (pseudo-random data)
- (standard input)
Virtual output devices
- (standard output)
(步骤二:直接写到U盘就行了,if参数是input file , of参数是output file, count是块的数量,其他的请自行百度)
d:\os>dd if=d:\os\fdimage0.bin of=\\.\Volume{999e8a00-9b6c-11e3-a86a-446d5785b712} count=1
rawwrite dd for windows version 0.5.
Written by John Newbigin <jn@it.swin.e.au>
This program is covered by the GPL. See copying.txt for details
1+0 records in
1+0 records out
下面是另一个镜像
d:\os>dd if=d:\os\haribote.sys of=\\.\Volume{999e8a00-9b6c-11e3-a86a-446d5785b712} count=1
热心网友
时间:2023-11-28 07:24
建议你买最新几年的书或者在网上找资料,
还有你应该想学的是30天打包系统
30天就能做自己的操作系统 国家也不会花几个亿做麒麟系统了
猜想打包系统 你要接触的是pe系统(u盘启动电脑) 虚拟光驱打包系统文件成.ios类型 如果你想把做好的系统刻成光盘,就要买个刻录功能的dvd或者cd,还有可以刻写的空光盘
热心网友
时间:2023-11-28 07:25
你的是什么系统?linux吗?如果是windows就更简单了。现在U盘庄系统完全可以替代这个光盘了。软驱更是老掉牙的设备了。
热心网友
时间:2023-11-28 07:25
http://jingyan.baidu.com/m/article/c74d60007c5b4e0f6a595da8.html追问抱歉我要的不是那个。。。。
热心网友
时间:2023-11-28 07:26
牛*啊