bug fix: pass address of le to netboot

This commit is contained in:
chuck 1996-05-28 18:03:38 +00:00
parent 532b0a8630
commit e0923c774b
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ _go:
clrl d0 | dev lun
clrl d1 | ctrl lun
movl #0x2c, d4 | flags for IPL
movl d0, a0 | address of disk ctrl
movl #0xfffe1800, a0 | address of "disk" ctrl
movl sp@(4), a1 | entry point of loaded program
movl d0, a2 | media config block (NULL)
movl sp@(8), a3 | nb args (start)