[Oberon] FPGA - Save / Restore OBERON.FS

Jörg joerg.straube at iaeth.ch
Thu Apr 20 16:53:16 CEST 2017


Wojtek

ProjectOberon is meant to teach how a RISC CPU works, how to write a
compiler for this CPU and what is needed for a basic operating system (file
system, memory allocation, keyboard driver, mouse driver, display diver,
fonts, module loading, background jobs as simple concept of multitasking).
Even a text editor is part of ProjectOberon.
And this OS including the applications should fit in only 1 MB of RAM!
For reasons of simplicity the design of the Oberon file system used in
ProjectOberon is rather simple. It was not the intention to re-code FAT nor
NTFS as part of ProjectOberon.
Most probably the code for one of those file systems alone would eat up a
large amount of the memory :-)
If we used those files systems, we would also need additional code for the
partition table (MBR or GPT). This is all doable but not part of
ProjectOberon right out-of-the-box. 

A2/Bluebottle is a totally different kind of beast (although it's fully
written in Oberon) as it's more a kind of full blown OS (USB support,
Ethernet and IP support, multitasking... obviously needing much more memory)
The ProjectOberon emulator on Mac does not have the mentioned limits as it
uses the native MacOS to store files.

br
Jörg

-----Original Message-----
From: Oberon [mailto:oberon-bounces at lists.inf.ethz.ch] On Behalf Of Skulski,
Wojciech
Sent: Donnerstag, 20. April 2017 14:41
To: Andreas Pirklbauer <andreas_pirklbauer at yahoo.com>; ETH Oberon and
related systems <oberon at lists.inf.ethz.ch>
Subject: Re: [Oberon] FPGA - Save / Restore OBERON.FS

>There will be an enhanced Oberon file system in Experimental Oberon
offering, amongst other things, larger file sizes.

Fantastic. Will it be possible to use entire multi-gigabit SD cards? Will it
be possible to read these under Windows or Linux? Ideally, either of these
would see the SD like its own file system. CIFS, ext2/3, or whatever
similar. Is it possible?

Wojtek

________________________________________


> From: Skulski, Wojciech skulski at pas.rochester.edu
> Sent: Thu Apr 20 06:42:54 CEST 2017

> My biggest concern about Oeron FS is its limited size.

> Wojtek

--
Oberon at lists.inf.ethz.ch mailing list for ETH Oberon and related systems
https://lists.inf.ethz.ch/mailman/listinfo/oberon



More information about the Oberon mailing list