readme
来自「C++ 编写的EROS RTOS」· 代码 · 共 17 行
TXT
17 行
The 'volmap' file here is a reasonable sample for a new, ramdisk-basedsystem. Ultimately, it is intended that the image built in thisdirectory should be ramdisk based. It should include a migrator, adisk formatter, and a minimal input system, but NOT a floppy driver inthe kernel. The ramdisk-based system should determine and format the appropriateuser partition, create a set of new ranges on the newly formatted diskthat match the ranges in the ramdisk **including the checkpointrange**, mount them, and cause two checkpoints. The two checkpointswill guarantee that the mirroring has completed. It should thenrequest that the floppy be removed and reboot the system.On restart, execution will simply continue from the post-install codeas recovered from the checkpointed system image that is now residenton the hard disk.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?