Skip to search.
jos-kernel

Group Information

  • Members: 11
  • Founded: Aug 7, 1998
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

  Messages Help
Advanced
Messages 1104 - 1134 of 1672   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1104 Thomas Bocek
draft@... Send Email
Sep 1, 1999
12:12 pm
Hi Todd ... I removed line 148, but was unable to catch int008, I found an endless loop it to the removeThread routine int thread_list.cc: while(...
1105 Todd L. Miller
tmiller@... Send Email
Sep 1, 1999
1:25 pm
I don't know what else you've been doing, but a (my) stock build runs just fine after removing the native-code check for interrupt number 8. What that error...
1106 Thomas Bocek
draft@... Send Email
Sep 1, 1999
1:55 pm
hmm, perhaps I've got an old source of JOS. The best thing is to wait until the CPUID bug is removed, and get a newer source. If it won't work, I try to get...
1107 John Morrison
jm@... Send Email
Sep 1, 1999
2:13 pm
Hi; ... Just disable the "-O2" in the arch/i386/nativecode/Makefile. It's a makefile bug, not a code bug. -jm -- ==== John Morrison ==== MaK...
1108 Todd L. Miller
tmiller@... Send Email
Sep 1, 1999
6:17 pm
I've been playing with classpath for the past few days, so I'd figure I'd check in with my understanding so far. (A) We'll need to add JNI if we want to use...
1109 Hilary Cheng
hilarycheng@... Send Email
Sep 2, 1999
1:02 am
Hi all, Last night, I have tested the VGA with lastest CVS Code. It has optimizer which turned on. The Clear Screen is much faster. The old one takes about 3...
1111 Thomas Bocek
draft@... Send Email
Sep 2, 1999
4:01 pm
Hi all I've downloaded the latest source, removed the -O2, remarked the line 148 (Interrupt 8) and tried to run it: JOS hangs after the 2A20 OK, loading..."...
1112 Todd L. Miller
tmiller@... Send Email
Sep 2, 1999
6:00 pm
... And you haven't made any changes? That's truly bizarre. I'll try to look into it tonight. -_Quinn _______________________________________________ Kernel...
1113 John Leuner
jewel@... Send Email
Sep 3, 1999
7:44 pm
Hey all This weekend (or more precisely today) I spent a while hacking with the OSKit, which is developed at the University of Utah. ...
1114 Todd L. Miller
tmiller@... Send Email
Sep 5, 1999
4:54 am
... I'm biased, for obvious reasons, but I think that we'd be better served by continuing progress on JJOS/decaf. The coding effort involved in connecting the...
1115 John Morrison
jm@... Send Email
Sep 5, 1999
1:16 pm
Hi All; (1) Thomas Bocek found and fixed a bug in idiv (operands transposed). jm fixed isomorphic bugs in fdiv and ldiv (but curiously not ddiv). (2) Thomas...
1116 John Leuner
jewel@... Send Email
Sep 6, 1999
12:34 am
... Understood. ... Well I have to disagree here. While I fully believe that as much of operating services should be written in Java as possible, I do believe ...
1117 Todd L. Miller
tmiller@... Send Email
Sep 6, 1999
1:50 am
... I figured you'd disagree; again, I'm biased, so I'll hold it to be a waste of both of our times to argue. If you get something worthwhile going, so much...
1118 Todd L. Miller
tmiller@... Send Email
Sep 6, 1999
2:18 am
First, a quick question: did I fluff my cvs update, or has none of the gc stuff made it in yet? About interupt eight: the reason Bad Things happened to the...
1119 John Morrison
jm@... Send Email
Sep 6, 1999
3:19 am
Hi; ... I sent a message to the list earlier today asking whether I should commit the new gc stuff given that it doesn't work too well on the i386 build, and I...
1120 Todd L. Miller
tmiller@... Send Email
Sep 6, 1999
1:08 pm
... [...] Of course, I read this AFTER asking... ... Er, the JAVA /class/-static variables in "jos.system.interrupts", name intXXX, from 001 to 015. Sorry...
1121 John Leuner
jewel@... Send Email
Sep 6, 1999
6:21 pm
... network connection), is pretty useless. ... As far as I could tell the native code was only dependent on these 6, but maybe it only failed to find another...
1122 Todd L. Miller
tmiller@... Send Email
Sep 6, 1999
8:07 pm
... Oh, I just meant write the native method for your VGA stuff into the VM, and run it to make sure that OSKit wasn't doing something odd -- i.e. make sure...
1123 Markus Peter
warp@... Send Email
Sep 7, 1999
12:33 pm
... As far as I know, this refers to StarDivisions "Java version" of StarOffice. They have the code for it lying around for about 2 years already and demo'ed...
1124 Yves Bossu
Yves.Bossu.fi_system@... Send Email
Sep 7, 1999
12:33 pm
... "JAvaOS for consumer" is not a Java OS. It is simply a PersonalJava VM on top of a real-time kernel (Chorus). All system or driver call must be done in...
1125 Ranieri Argentini
R.Argentini@... Send Email
Sep 7, 1999
12:34 pm
... routine ... routine ... draw it ... it. ... VGA. ... This is the way to retrieve it using the BIOS. This might prove to be a bit problematic in OS design,...
1126 John Leuner
jewel@... Send Email
Sep 7, 1999
5:02 pm
... That's what I was doing already, but in my stupidity I only implemented the methods from jjmachine.cc and didn't look at jvmbuiltins. I added the other 6...
1127 Todd L. Miller
tmiller@... Send Email
Sep 7, 1999
8:52 pm
... And hey, it stayed up for the whole test! Lucky dog! ... Hopefully the JavaOS/B model is equally elegant; I'm investigating it as I'm rewriting the...
1128 Hilary Cheng
hilarycheng@... Send Email
Sep 8, 1999
12:45 am
Hi Ranieri, I have think about it. I concern about Real Mode Interrupt. Since JJOS is running under Protected Mode. As I know, most of the real mode interrupt...
1129 John Morrison
jm@... Send Email
Sep 8, 1999
12:36 pm
Hi All; ... I thought about this when I was working on early versions of jjos. There is an analogous software suite for DOS called "Dos Protected Mode...
1130 John Morrison
jm@... Send Email
Sep 8, 1999
12:47 pm
Hi; ... OK. Do you think it's better to leave interrupts entirely *disabled* until the Java code decides it's the time to enable them? This is an entirely...
1131 Thomas Bocek
draft@... Send Email
Sep 8, 1999
1:27 pm
Hi all ... Thanks, this could get me the location of the font-buffer and should be implemented in the next version. Now I save the whole screen, and print it ...
1132 Linus G Larsson
linus@... Send Email
Sep 8, 1999
1:36 pm
... [snip] ... Actually, I'm looking into JNI right now at work. It seems pretty hands on... //Linus _______________________________________________ Kernel...
1133 Patrick Tullmann
tullmann@... Send Email
Sep 8, 1999
2:47 pm
... There's mauve: http://sourceware.cygnus.com/mauve/. Its a cygnus product, so it should be sufficiently unencumbered for you. Kaffe also contains a fair...
1134 Todd L. Miller
tmiller@... Send Email
Sep 8, 1999
5:07 pm
... (First, it's great that we've got a FDC driver going, it shows great progress. Second, it's that the VGA driver now does text/graphics switching, so it...
Messages 1104 - 1134 of 1672   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help