Linux Native Oberon : get the files
First visit ftp://ftp.inf.ethz.ch/pub/ETHOberon/Unix/x86.Linux/ and collect all the files:
Linux Native Oberon : install LNO
Now comes the difficult part of it: become root. If done, go to your /root home directory and issue the commands:
chmod 744 inst.oberon mkdir /home/oberonI could go on here but I won't. Here's the content of the Readme.txt file which is so good that I can only make it worse:
./inst.oberon x86_Linux_Oberon_r24_Sys.tgz /home/oberon /usr/local/bin/oberon
The last parameter is the name of the oberon start script to be installed.
mkdir LNO
cd LNO
oberon
Of course you can use any other name than LNO.
Report any problems to: fld@informatik.uni-bremen.de
NO sources from Native Oberon Unix Unix specific sources ppc PowerPC specific sources ppc/Linux PowerPC Linux sources ppc/Linux/startup C boot code ppc/Darwin PowerPC MacOS X sources ppc/Darwin/startup C boot code x86 i386 specific sources x86/Unix i386 Unix specific sources x86/Linux i386 Linux specific sources x86/Solaris i386 Solaris specific sources sparc SPARC specific sources sparc/Solaris SPARC Solaris specific sourcesFor easy modification or creation of new systems from scratch the tool UnixOberon.Tool is included. To work with the sources, unpack them at an arbitrary place OUTSIDE the Oberon installation directory, change into the directory 'src', start Oberon and open the UnixOberon.Tool. After succsessfull testing the new system you can copy the new object files into the Oberon installation directory.
jan@Beryllium:~/LNO$ oberon Oberon Boot File Loader 22.11.2004 starting System.Init Trace/breakpoint trap jan@Beryllium:~/LNO$The screen flashes for a short instant and that's it. See how we're gonna fix this.
Page created 30 December 2008,
Page equipped with FroogleBuster technology