[comp.sys.nsc.32k] Just got the minix prompt.

eyal@echo.canberra.edu.au (Eyal Lebedinsky) (11/11/90)

Hello everyone

After getting much needed help from Bruce, along with the latest programs,
I just did my initial minix boot (with disk).

I had one problem: my memory wraps at 8Megs. I had to zap the function
ram_size() [mine at 2438] to return a predetermined result:
movd x'800000,r0
ret 0
This assembles to:
17a00080
0000
1200
so I just edited it into my 'image' and it now works.

Did any one have this problem? (I have 8Megs, 1Meg SIMMs).

-- 
Regards
	Eyal