1
0
mirror of https://github.com/livingcomputermuseum/pdp7-unix.git synced 2026-05-01 22:16:22 +00:00

Added more init.s comments

This commit is contained in:
Warren Toomey
2016-03-03 09:52:17 +10:00
parent 6547aa98be
commit a351a527e6

View File

@@ -152,7 +152,7 @@ login:
jmp 017701 " and then jump to the code
boot:
lac d2
lac d2 " Load fd2 (the opened shell file)
lmq " Save the fd into MQ
sys read; 4096; 07700 " Read 4,032 words into locations 4096 onwards
" leaving the top 64 words for this boot code.