[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Can a GS run Linux?
- Subject: Re: Can a GS run Linux?
- From: "Bryan Parkoff" <nospam@nospam.com>
- Date: Thu, 29 Mar 2007 20:35:11 -0500
- Newsgroups: comp.sys.apple2
- Organization: Road Runner High Speed Online http://www.rr.com
- References: <eud4js$5qn$1@Kil-nws-1.UCIS.Dal.Ca> <460a18b7$0$6440$9b4e6d93@newsspool2.arcor-online.net> <l54o03dph7dkpbi64rh590oorn2l29vji2@4ax.com> <460c405a$0$6404$9b4e6d93@newsspool2.arcor-online.net>
- Reply-to: "Bryan Parkoff" <nospam@nospam.com>
- Xref: g2news1.google.com comp.sys.apple2:24577
"Linards Ticmanis" <ticmanis@gmx.de> wrote in message
news:460c405a$0$6404$9b4e6d93@newsspool2.arcor-online.net...
> Gene Linkoski wrote:
>
>>>> Can a GS run any flavor of Linux, even a most basic version or is it
>>>> simply out of the GS's capability?
>>> I doubt it. A MMU that supports paging is a minimum requirement for any
>>> reasonably standard Linux, and as far as I know the GS doesn't have one.
>>
>> What about Minix? It ran on an IBM PC XT.
>
> My point wasn't that no Unix clone is possible on a GS, but rather that
> *Linux* couldn't work. Unless you redefine the term "Linux" in a very
> broad way.
If you wish to rewrite Linux from scratch to run Apple IIgs, give a try.
It would be non-Linux when it does not need protected mode and memory
paging. If GS/OS 7.0 (unreleased version) is written perfect without bugs,
it will never overwrite to other memory while two or more applications are
running at the same time. I wish Linux, Windows XP / Vista, and other
operating system do not need protected mode and use flat real mode to handle
more than 4GB RAM. Beware unless you use language compiler like C++ or
Fortran compiler to write your source code. You can accidently overwrite
RAM while your source code is compiled to run while other applications are
running without protected mode. It may crash and shut down whole operating
system.
I wish you to be perfect programmer. It does not.
Bryan Parkoff