anyboo.com
来自「早期freebsd实现」· COM 代码 · 共 19 行
COM
19 行
!
! Load 'boot.' and boot 4.3BSD.
!
! Conversational boot to single user mode
!
!
SET SNAP ON ! Enable ERROR_HALT snapshots
SET FBOX OFF ! System will turn on Fbox
INIT ! SRM processor init
UNJAM ! UNJAM SBIA's and enable master sbia interrupts
INIT/PAMM ! INIT physical address memory map
DEPOSIT CSWP 8 ! Turn off the cache - System will enable cache
DEPOSIT R10 0 ! Not used for conversational boot
DEPOSIT R11 3 ! Software boot flags (conversational and single)
LOAD/START:0 BOOT. ! Load 'boot.' at memory location 0
START 2 ! Start 'boot.' at the address 2
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?