[Oberon] FPGA - System Crash

Tomas Kral thomas.kral at email.cz
Fri May 11 23:07:07 CEST 2018


On Fri, 11 May 2018 13:26:08 +0200
Tomas Kral <thomas.kral at email.cz> wrote:

> I was surprised I could not run `Oberon0.bin', it did not enter the
> command loop, why is that?

Hi,

I realised Oberon-0 calls inner core Modules and Files, but these are
not loaded yet at this stage on a fresh or corrupt SD card. Correct? 

MODULE Oberon0;
...
BEGIN IF Modules.importing # "Oberon0" THEN (*loaded by the boot
loader*) Init; Modules.Init; Loop END END Oberon0.

Should it be replaced with:
MODULE Oberon0;
...
BEGIN Loop END END Oberon0.
?
Many thanks

-- 
Tomas Kral <thomas.kral at email.cz>


More information about the Oberon mailing list