ticalc.org
Basics Archives Community Services Programming
Hardware Help About Search Your Account
   Home :: Archives :: News :: PreOS v0.67, File Number 30,000

PreOS v0.67, File Number 30,000
Posted by Michael on 25 July 2003, 01:36 GMT

We are pleased to announce that the 30,000th file was just added to our archives: PreOS v0.67 by Patrick Pelissier. For those who don't already know, PreOS is a kernel for the 89/92+/Voyage 200 that is compatible with all ROM versions (including 2.09) and both HW1 & HW2. This is the most recently updated kernel available for the 68k calcs.

Congratulations to Patrick and all of our other authors who have contributed to our archives!

Update (Joey): Since roughly 59207489 people have asked us to change the /doorsos folders to /kernel, we figured it's time to do so. Expect to see the changes in about a month.

Update (Morgan): Note that there have been 30,000 files uploaded to ticalc.org, not that there are 30,000 files. Many have been removed for various reasons! GO RUSTY!!!

 


The comments below are written by ticalc.org visitors. Their views are not necessarily those of ticalc.org, and ticalc.org takes no responsibility for their content.


Re: PreOS v0.67, File Number 30,000
Yan Zhang  Account Info
(Web Page)

Hi, I have a bug to report... when I run PreOS with SMQ 1.1.0, and I try to load a level, the calc gives a "Protected Memory Violation" error and crashes. I am not sure if the problem is in PreOS or in SMQ. My calculator is HW1, AMS 2.05, and with maxmem installed. If anyone could tell me why or give me a solution, it would be appreciated. Thanks.

     26 July 2003, 05:54 GMT

Re: Re: PreOS v0.67, File Number 30,000
PpHd  Account Info

Could you please go at http://www . timetoteam . fr . st and download DDump program ? Read the readme of this program, and send me (ppelissi @ caramail . com) the report.
Thanks.

     29 July 2003, 10:57 GMT

Re: Re: PreOS v0.67, File Number 30,000
PpHd  Account Info

Thanks. I will analyse it.

     30 July 2003, 14:35 GMT


Re: Re: Re: PreOS v0.67, File Number 30,000
Yan Zhang  Account Info
(Web Page)

OK, I have UniOS 1.30 installed in that dump b/c PreOS didn't work w/ SMQ, just so you know.

Yan Zhang

     30 July 2003, 19:45 GMT


Re: Re: PreOS v0.67, File Number 30,000
justin waitman

i dont think that the bug is in PreOS or SMQ. I believe it is in the version of graphlib that comes with PreOS v0.67.

     4 August 2003, 08:44 GMT

Re: PreOS v0.67, File Number 30,000
nyall Account Info
(Web Page)

I am annoyed.

PpHd:

If I a) report a bug, b) tell you explicitely what the problem is and c) the solution to the bug requires about 2 lines of code:

Then fix the frelling bug!

(This was reported several months back)

As it is when preos is installed pressing the on button will destroy the keyboard row mask behind the back of the currently executing program. The very first thing the tios on key interupt does is it saves the keyboard row mask before writing to the port. (it has to check if 2nd + right +left are down)


As it is this will intefere with the ti89 version of Yapt. You get lucky because the keyboard row mask is set to allow the row that contains escape, so escape will still work from yapt and you will be able to exit yapt, but no other keys will work.

     26 July 2003, 06:15 GMT

Re: Re: PreOS v0.67, File Number 30,000
Joey Gannon  Account Info
(Web Page)

YAPT is about the only reason I'd use a kernel, so I hope that gets fixed.

     26 July 2003, 09:14 GMT

~
angelboy Account Info
(Web Page)

Why not use the flash-app?

     26 July 2003, 21:55 GMT


Re: ~
Joey Gannon  Account Info
(Web Page)

*blank stare*
There's a YAPT Flash app? I should go in search of it.

     28 July 2003, 19:11 GMT


Re: Re: ~
nyall Account Info
(Web Page)

The guy was suggesting another program, not yapt.

     30 July 2003, 04:40 GMT


Re: Re: Re: PreOS v0.67, File Number 30,000
Kevin Kofler
(Web Page)

Current versions don't need a kernel. You only need a launcher such as ttstart. You can also compile a custom launcher from the ttstart source code. (Samuel Stearley doesn't like custom launchers, that's why yapt doesn't come with one.)

     27 July 2003, 06:08 GMT

Re: Re: PreOS v0.67, File Number 30,000
Yan Zhang  Account Info
(Web Page)

Can you tell me what thread your solution was in? I haven't been totally up to date on all the forums.

     27 July 2003, 17:58 GMT


Re: Re: Re: PreOS v0.67, File Number 30,000
nyall Account Info
(Web Page)

I reported this by email.

The solution is as simple as backing up a hardware value (the keyboard row mask) before writing to to it. When done write the old keyboard mask back to the port.

This was one of the things I checked the first release of kerno for.

     27 July 2003, 19:44 GMT


Re: Re: PreOS v0.67, File Number 30,000
PpHd  Account Info

It has been fixed in current v0.68, even if I haven't seen any problems with this lack.

     29 July 2003, 10:58 GMT


Re: Re: Re: PreOS v0.67, File Number 30,000
joelt  Account Info
(Web Page)

First, it seems that it's only when Sam bitches about how he fixed a problem with PreOS and how it hasn't been integrated, on a public forum, that it finally gets integrated. For those of you who don't know what I'm talking about, the last one was about not automatically freeing HomeScreen handles.

Also, Mr. PpHd (oh, and your comment about not having been called "Mr." before on ti-news.com is incorrect, Sam called you that earlier ;), although YOU haven't noticed any problems, I have (I'm the one who reported the problem to Sam). You see, most programs' key reading routines aren't as optimized as Yapt's or well written or ingenious as Yapt's.

     30 July 2003, 07:52 GMT


Re: Re: Re: Re: PreOS v0.67, File Number 30,000
PpHd  Account Info

About not automatically freeing of HomeScreen handles, I haven't seen yet any program which would be supposed to be buggy due to this lack... And I still think that a program which transforms the Home Stack is a buggy program: it shouldn't do such a thing.

About the cleanup of the row ports, I have fixed this bug when I have found it on my own calcs (while I was developping PedroM) since 7/5/3.

I dream of a world where all the bugs are so easy to fix...

By the way, I don't remember when Sam called me 'Mr' before. I will search for it.

     30 July 2003, 14:31 GMT


Re: Re: Re: Re: Re: PreOS v0.67, File Number 30,000
nyall Account Info
(Web Page)

The method yapt uses to store to the home screen history is certainly a hack. And so is something like homestore pair. But the official rom call to store an expression to the history is available and there is absolutely nothing wrong with using it.

Also why does it matter if I called you Mr. PpHd ?

     2 August 2003, 02:13 GMT


Re: Re: Re: Re: Re: Re: PreOS v0.67, File Number 30,000
Michael O'Brien  Account Info
(Web Page)

Most people here are too young for most "adults" to consider calling them Mr., therefore its kind of bizzare to be treated with the implied repect at their age. I was taken aback when it happened to me.

     3 August 2003, 02:47 GMT

Re: PreOS v0.67, File Number 30,000
leginuoh  Account Info

Has anyone noticed that when using pre-os, many games do not work? such as bombermaze? also for mario92 (the ti-89) version i need help as to where to put the two libraries, i tried the main folder and it doesnt work... and the readme doesnt say...

     30 July 2003, 02:34 GMT


Re: Re: PreOS v0.67, File Number 30,000
PpHd  Account Info

mario92 is KernelV1 and there is no kernel which can run it on AMS > 1.00.
bombermaze is a _nostub program, so Preos is not the problem.
Which libraries ?

     30 July 2003, 14:19 GMT


Re: Re: Re: PreOS v0.67, File Number 30,000
leginuoh  Account Info

yes, thank you for the info on mario92, the libs i didnt know where to put were for it so nevermind, i also realized that bombermaze has a problem with AMS 2.09, when i downgraded to 2.05, the problem was fixed.

     30 July 2003, 20:54 GMT

Re: Re: Re: Re: PreOS v0.67, File Number 30,000
Michael O'Brien  Account Info
(Web Page)

It also works on 2.08, if you want it just e-mail me and give me a couple of days.

     30 July 2003, 22:16 GMT


Re: Re: Re: Re: PreOS v0.67, File Number 30,000
Kevin Kofler
(Web Page)

It runs just fine on AMS 2.09. The only problem is that the included launcher doesn't work. See http://www.ocf.berkeley.edu/~pad/ faq/ti89.html#3.6.12 (without the space) for possible solutions.

     31 July 2003, 01:21 GMT

1  2  3  4  

You can change the number of comments per page in Account Preferences.

  Copyright © 1996-2012, the ticalc.org project. All rights reserved. | Contact Us | Disclaimer