Im back.. need a day to catch up. From: Cosmos-Dev@yahoogroups.com [mailto:Cosmos-Dev@yahoogroups.com] On Behalf Of Matthijs ter Woord Sent: Tuesday, May 27,...
Link doesn’t work, just sits there.. What is MOSA? From: Cosmos-Dev@yahoogroups.com [mailto:Cosmos-Dev@yahoogroups.com] On Behalf Of Jonathan Dickinson Sent:...
MOSA is the Managed Operating System Alliance I announced a couple of weeks ago. The participants are primarily Ensemble, SharpOS members and one member from...
So whats our status? Can we go with UK3? -- Chad Z. Hower aka Kudzu "Programming is an art form that fights back" http://www.KudzuWorld.com/ Using Paypal? ...
I think it still should be tested.... ... From: Cosmos-Dev@yahoogroups.com [mailto:Cosmos-Dev@yahoogroups.com] On Behalf Of Chad Z. Hower aka Kudzu Sent:...
Where is it? Can someone test it on Vista if I test it on XP? From: Cosmos-Dev@yahoogroups.com [mailto:Cosmos-Dev@yahoogroups.com] On Behalf Of Matthijs ter...
Don't run vista anymore, Ralf Kronemeyer is on holidays, and I think vista in vmware (for me) would be slow as hell.. (ie, vista runs slow, then installing vs...
I'll make a new userkit later on today... ... From: Cosmos-Dev@yahoogroups.com [mailto:Cosmos-Dev@yahoogroups.com] On Behalf Of Gert Van Gool Sent: woensdag 4...
You have a "clean" vs install (that is, no cosmos yet)? ... From: Cosmos-Dev@yahoogroups.com [mailto:Cosmos-Dev@yahoogroups.com] On Behalf Of Gert Van Gool ...
Chad, is this a good test then? ... From: Cosmos-Dev@yahoogroups.com [mailto:Cosmos-Dev@yahoogroups.com] On Behalf Of Gert Van Gool Sent: woensdag 4 juni 2008...
VM would be ok.. you don't have to test much.. so even if slow. From: Cosmos-Dev@yahoogroups.com [mailto:Cosmos-Dev@yahoogroups.com] On Behalf Of Matthijs ter...
Always useful to test on as well, but we still need to test Vista. From: Cosmos-Dev@yahoogroups.com [mailto:Cosmos-Dev@yahoogroups.com] On Behalf Of Jonathan...
I made some check-ins in the last few mins: added start of usb device support fixed mistake in ext2 added mbr read/write support added initial filesystem...
Wow! Im going to dig into Ethernet again, but USB is of high interest to me too. I gues I need to fnishe cleaning up the whole driver model first.. From:...
Would be great I think. Stephen, we have Interface support. Great to see someone work on filesystems. I'll try to find some time soon to add the structure to...
Sadly, my BIOS doesn't support USB Booting Support :( Oh well... First one to find a way to read all files / folders (Including Hidden / System) in an EXISTING...
Why NTFS? Implementing NTFS will be a PITA, as there are no official docs about it.. ... From: Cosmos-Dev@yahoogroups.com [mailto:Cosmos-Dev@yahoogroups.com]...
M, Already implemented that! The followinf POC creates a 50kb MBR drive in a file. I haven't been able to test the fs stuff with COSMOS yet as ATA seems not to...
The way I have always had in mind that drivers would work is the following: We have a device manager, and drivers tell the device manager it is a driver (and...
How old is your BIOS? Is it Toshiba? Toshiba purposefully disables USB boot on their tablets without DVD's so you HAVE to buy their stupid external drives. Can...
There are docs about it. just not official ones. But there are semi-legal issues. From: Cosmos-Dev@yahoogroups.com [mailto:Cosmos-Dev@yahoogroups.com] On ...
I just synced and cant build! BootSector.cs missing for one, maybe others... -- Chad Z. Hower aka Kudzu "Programming is an art form that fights back" ...
Hoi, ... A dynamic loading mechanism is prefered, so that you can change any drivers on-the-fly when the system is running. This also allows updates without...