Miraculix OS

This forums is for OS project announcements including project openings, new releases, update notices, test requests, and job openings (both paying and volunteer).
Post Reply
Kreoton
Posts: 3
Joined: Tue Jun 06, 2006 11:00 pm
Contact:

Miraculix OS

Post by Kreoton »

New OS with GUI. The basic execute format - PE (Portable Executable), in the future is possible partial emulation Win32 API. But so, partially is supported MeOS32 API (on screenshots it is visible the work of some programs MenuetOS).

Official site: http://kreoton.com/
Screenshots: http://kreoton.com/en/screen.php
Last edited by Kreoton on Tue Jun 06, 2006 11:00 pm, edited 1 time in total.
earlz
Member
Member
Posts: 1546
Joined: Thu Jul 07, 2005 11:00 pm
Contact:

Re: Miraculix OS

Post by earlz »

wow this looks very nice!

downloading now....
Kreoton
Posts: 3
Joined: Tue Jun 06, 2006 11:00 pm
Contact:

Re: Miraculix OS

Post by Kreoton »

thanks :)
here you may download source code (applications):
http://kreoton.com/files/mx_sources2/mx_src.zip
Last edited by Kreoton on Wed Jun 07, 2006 11:00 pm, edited 2 times in total.
earlz
Member
Member
Posts: 1546
Joined: Thu Jul 07, 2005 11:00 pm
Contact:

Re: Miraculix OS

Post by earlz »

thing I don't like is you have to download rawrite to use the image(i use vfd)

and I wish some sort of applications were on the disk to try out

I really don't like compiling other peoples source

edit:
oh it does have more files on it; your file manager could use a scrollbar

and it freezes on vpc with the filemanager if you use arrow buttons and hit down a lot, past the screen it will start going real slow and the mouse will quit updating


also when running this code (compile in mingw)

Code: Select all

void main(){
	__asm("cli");
}
I get a triple fault

edit3:
on bochs it is almost unrunable it is so slow
Last edited by earlz on Wed Jun 07, 2006 11:00 pm, edited 3 times in total.
User avatar
Dex
Member
Member
Posts: 1444
Joined: Fri Jan 27, 2006 12:00 am
Contact:

Re: Miraculix OS

Post by Dex »

Looks very good, the only down side is coding app, is too windows asm coding like for me,(that why i coded my own OS rather than coded for windows) but 99% of asm coders will love it :).
earlz
Member
Member
Posts: 1546
Joined: Thu Jul 07, 2005 11:00 pm
Contact:

Re: Miraculix OS

Post by earlz »

so I'm not the only one that is coding because I don't like windows; personally I hate the message type system I prefer an interrupt type system(event I believe) anyday and thats probably why I love osdeving you don't have to make a periodic loop to check for messeges
Kreoton
Posts: 3
Joined: Tue Jun 06, 2006 11:00 pm
Contact:

Re: Miraculix OS

Post by Kreoton »

I still little it gave to time app side, I am now in essence occupied by the system (file manager therefore yet it does not leave much to be desired)

>on bochs it is almost unrunable it is so slow
this is unavoidable, the greater the services, the more slowly it will work

>I get a triple fault
I will correct this
Post Reply