I remember a conversation not so long ago about it. Does this help? http://tech.groups.yahoo.com/group/Cosmos-Dev/message/1700?threaded=1&l=1 -- Gert Mobile:...
Matthijs Does the IL2CPU build some kind of intermediate representation like three address code to do optimizations? Does it build Control Flow Graph? Marcelo...
... No. IL is pretty low and a pretty straight forward to compile. It doesnt make sense to go to another IL, or tuples. Optimizations can be done by looking at...
heylo, one and all! i'm a student, doing research on operating systems design, and i chose cosmos as my project this semester. the first thing i did, was check...
... I'm glad the UK did what it was intended to do - get people interested! ... 1) You have to remove the UK first, you cant have both. 2) You need to update...
Don't do: Fdisk ... Format .. But do Format .. or on linux. Don't do: Fdisk /dev/.. Mkext2fs /dev/.1 But do Mkext2fs /dev/.. From: Cosmos-Dev@yahoogroups.com...
You may or may not be aware that you can split a hard drive into more than one logical (or virtual) drive. So with one drive with you can, under Windows, have...
This really isn't true - as I have said before. MBR.Initialize(); foreach (MBR mbr in Devices) foreach (var part in mbr.Partitions) { BlockDevice bd =...
More explicitly: using Cosmos.Sys.FileSystem MBR.Initialize(); foreach (var dev in Cosmos.Hardware.Device.Devices) if (dev is MBR) { MBR mbr = dev as MBR; ...
Does anyone have the source code to the Cosmos Ms-1 Kernel release (http://gocosmos.org/Vault/Cosmos-Ms1.zip <http://gocosmos.org/Vault/Cosmos-Ms1.zip> )...
Hi! I'm doing research on Cosmos too for university but more about the IL2CPU (there is a similar project for a course) component rather than kernel....slowly...
... Floats? I'm not a cryptologist. But SHA1/MD5 don't need float support right? Although... they are probably boring for a hard core cryptologist lol. The...
what is wrong with builder, if you can say to me i will try to fix this bug private void RunEngine(object aParam) { var xParam = (PassedEngineValue)aParam; ...
This is devkit. CURRENT SOURCES ARE BROKEN. Let me explain. We're working on a new compiler engine, which will be faster. This involves quite a bit code...
When I run the Cosmos Builder without debugging, it stops responding and says 'Windows will check for a solution.' When I run it with debugging, it stops...