userboot.fs
来自「BIOS Open Platform!」· FS 代码 · 共 21 行
FS
21 行
\ 7.4.3.5 User commands for booting: boot ( "{param-text}<cr>" -- ) linefeed parse cr s" platform-boot" $find if execute else 2drop cr ." Booting " type cr ." ... not supported on this system." cr then;\ : diagnostic-mode? ( -- diag? )\ ;\ : diag-switch? ( -- diag? )\ ;
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?