How much work would it be you think to get a very base form of S.D working? ... From: Cosmos-Dev@yahoogroups.com [mailto:Cosmos-Dev@yahoogroups.com] On Behalf...
S.D - Not sure, Haven't tried to look at it. I'll have a look today. Worst case I'll convert a bitmap into an easier read format and just dump that to the...
We've upgraded Qemu from 0.9.0 to 0.9.1, so you should all do a full sync using TFS Explorer. The new qemu version requires forward slashes in paths...
Small issues, bt now synced and running! I lke the build improvmetns. For Ethenr and audio we need to add "none" options. -- Chad Z. Hower aka Kudzu ...
I've sucessfully changed the vga font =) for now its lucida console, but it's easily changed using and app i wrote. You can your console apps by adding the...
Careful, we've got a SysFault which stops booting. Looks like M did a change in r21821 which has caused the ATA controller to choke. I'm thinking on other ways...
How is the font set? Its loaded somewhere ein rAM fo rhte video card to see? From: Cosmos-Dev@yahoogroups.com [mailto:Cosmos-Dev@yahoogroups.com] On Behalf Of...
Matthijs, there was a bug in GetUltimateBaseMethod, which stopped Cosmos from booting, so Dokugogagoji and I added a temporary fix. See changeset 21849. Frode...
yes, fot text modes you write the font to a different plane. for vga modes, we have to write our own text drawing functions anyway. each character is...
Why do we have both Cosmos/Cosmos.Kernel.Plugs/String.cs and Indy.IL2CPU/CustomImplementation/System/StringImpl.cs? They are both plugging System.String,...
It seems like it doesn't matter which file I put a methodplug in, it works in my kernel from both places, though. ________________________________ From:...
Where did you get the Lucida console source from? Do we have licensing issues with it? From: Cosmos-Dev@yahoogroups.com [mailto:Cosmos-Dev@yahoogroups.com] On ...
Lucida was bundled with my OS. I simply rendered it to bitmaps. http://www.ascendercorp.com/msfonts/lucida_console_regular.html I'll email them and see if...
I think all the ones inside Windows will have license issues. There are several public domain fonts on the web though. From: Cosmos-Dev@yahoogroups.com...
If someone builds a user kit, I have a Vista VM now I can use to test install. -- Chad Z. Hower aka Kudzu "Programming is an art form that fights back" ...
Where do we have a reference or build dependency that ensures the plugs get built on each run? Or do we assume the user will build solution any time plugs are...
Cosmos.Kernel.Plugs is referencing Cosmos.Hardware ,this is incorrect. We need to move the plugs that need Cosmos.Hardware to Cosmos.Hardware.Plugs I also...
I made some changes and now it works. The IRQ's are hitting too frequently because the debug output is too slow. Working on a time client next... -- Chad Z....
The current plug assemblies are hardcoded to be loaded. We also have a way to include plug assemblies from a dir (which then should contain a .dll for it)....
What IRQ's are hitting too frequently? Iirc the kernel isn't reentrant yet, so only thing occurring is that the normal code wouldn't be touched anymore for a...
Not where they are included - but how are they set as a build dependency to make sure VS will build them when I run my app? From: Cosmos-Dev@yahoogroups.com...
Btw, that's always an issue with how VS works. Compare our situation with an application which is using pluggins: Main app (.exe) Addin1 references .exe Addin2...
We usd to have manual refs set up though for this. I'll fix it when I get back. From: Cosmos-Dev@yahoogroups.com [mailto:Cosmos-Dev@yahoogroups.com] On Behalf...