As soon as I press F5. black console and that's it. From: Cosmos-Dev@yahoogroups.com [mailto:Cosmos-Dev@yahoogroups.com] On Behalf Of Matthijs ter Woord Sent:...
... We are likely going to be a micro kernel. Currently we are a goo kernel - Cosmos current stage focuses on prototyping and support for debugging,...
OK, Fixed, was a bug in boxing. A boxed type is always rounded to 4bytes in size. What I did for rounding was: mSize = ((mSize / 4) * 4) + (4 - (mSize % 4));...
Mostly things are working - we will have a full and real install. Remaining: 1) Assembly installation 2) Automated build process for making the user kit...
Please keep us updated. I'm still on ATA (at school now..). I'll use the polling PIO mode for now, having issues with interrupt mode (isnt any diff for now) On...
I played a bit with Cosmos, and managed to PXE boot it on my old laptop (PIII, 128 RAM), but had no success starting from USB stick on either of my 4 PCs :) ...
... There was some work by someone who managed to get USB-booting to work, can't remember any names now though... ... Num-lock? We dont do any numlock...
... stick on ... work, can't ... work), ... Interesting, as NumLock toggles on that P3-based laptop [maybe some BIOS-provided services left un-overrided?] That...
Hi, I came across Cosmos through Scott Hanselman's blog. This seems like it could be one of the most interesting projects on the web for 2008, I think. ...
... Thanks! ... We welcome everyone, but its great to have some others with OS background. ... I'd like to suggest you move beyond the user kit and grab the...
... Dunno if it's possible right now to run with a USB keyboard..... ... Right now i'm working on refactoring the ATA/Ext2 support into a somewhat "nicer"...
... USB keyboards won't work yet. They work during boot because the BIOS maps it, but after boot we have to bypass the BIOS. So until we get USB support, USB...
Yes. We need to make it as easy as possible for new potential developers to get a "first look" without having to build it themselves etc. The current user kit...
I guess. One of the things that drew me to the project was the fact I could hit F5 and get a booting image. But it works in 2008? Are that many people using...
Yes, its that F5 and easy set up. There are a lot of people using express and we also want to try to include demos in the user kit etc. I've joined tons of...
Aha! I've located the bug... after it disappeared :) Bug: 'No VS installation found' - Vista 32bit, UAC On, Std user Cause: 1. VS creates registry keys on...
GAC dir exists in userkit, but in the devkit it does not. Also, devkit 'Debug' configuration build paths are set to default, although it builds and creates the...
console 'dir' command fails at this line with DivideByZero file: Ext2.cs func: private unsafe bool ReadINode(uint aINodeNumber, out INode aINode) line: uint...
Hi, Im using VS C# 2008 Express, and have downloaded the kernelsource from CodePlex. I've tried to follow the Getting Started instructions on the website, but...
... Can you send me the exact URL so I can update it? Also would you be interested in helping to update the website? ... Express doesn't support project...
Here is my call again for help on the updated user kit which solves this... Its mostly done.. all the hardwork is.. but unfortunatey because of obligations I...
I believe the purpose of Singularity is very different than that of Cosmos (or any of the others). So I don't see a reason to fight :-) We can always unite and...