On Thu, Mar 12, 1998 at 06:39:34PM +0100, Harald Koerfgen wrote:
> printf("Hello World\n");
>
> Thought you might be interested:
>
> >>boot 3/tftp root=/dev/ram
> 854208+103520+99680
> Found a REX compatible boot PROM!
>
> [lot of stuff snipped]
>
> Linux version 2.1.73 (harry@franz) (gcc version 2.7.2) #10 Thu Mar 12
> 18:25:49 8
> POSIX conformance testing by UNIFIX
> Starting kswapd v 1.23
> Ramdisk driver initialized : 16 ramdisks of 4096K size
> RAMDISK: Ext2 filesystem found at block 0
> RAMDISK: Loading 100 blocks into ram disk... done.
> EXT2-fs warning: checktime reached, running e2fsck is recommended
RTC support borken?
> VFS: Mounted root (ext2 filesystem).
> Warning: unable to open an initial console.
> Kernel panic: No init found. Try passing init= option to kernel.
Nice job!
The next step on is probably putting something executable on the filesystem.
Check out the "Hello, world" program on FNet. It's written in assembler,
so you don't have to deal with libraries etc.
Ralf
|