Derrick 0.0.2 released, please test!

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
User avatar
inflater
Member
Member
Posts: 1309
Joined: Thu Sep 28, 2006 10:32 am
Location: Slovakia
Contact:

Derrick 0.0.2 released, please test!

Post by inflater »

This thread is dedicated to my freeware closed source operating system, Derrick. It's programmed in FASM.

The current version is now released, Derrick 0.0.2. Go there.
Earlier version was "Derrick 0.0.1"

//EDIT 06.07.2008 17:45
Released Patlock 0.0.1 RC1
//EDIT 06.07.2008 21:22
Fixed some bugs in the shell
//EDIT 29.08.2008 15:48
Patlock is changing it's name to Derrick
//EDIT 04.09.2008 20:37
Derrick 0.0.1 full released, fixing bugs and betatesting
//EDIT 28.12.2008 11:27
Derrick 0.0.2 released

Regards
inflater
Last edited by inflater on Sun Dec 28, 2008 4:31 am, edited 13 times in total.
My web site: http://inflater.wz.cz (Slovak)
Derrick operating system: http://derrick.xf.cz (Slovak and English :P)
cyr1x
Member
Member
Posts: 207
Joined: Tue Aug 21, 2007 1:41 am
Location: Germany

Post by cyr1x »

For my first release of my kernel I plan to finish my Memory Manager(this includes Paging, physical/virtual Memory Management, Kernel Heap Manager), the Class-/ObjectManager (something like the VFS on POSIX-Systems, but much more sophisticated(e.g. objects are instances of classes and classes can be inherited and you can even do polymorphism with them.)), then there's multitasking which will heavily interact with the ObjectManger, a basic shell would be fine too.

Maybe this helps :).
User avatar
lukem95
Member
Member
Posts: 536
Joined: Fri Aug 03, 2007 6:03 am
Location: Cambridge, UK

Re: Patlock [Current version: N/A]

Post by lukem95 »

inflater wrote: What do you -mostly- prefer in hobby operating systems: stability, many features or speed ?
Well a balance of all 3 is good. If it has loads of features its a definate bonus, but if it takes 5 minutes to boot and is too slow to use, whats the point having them. Likewise if it keeps crashing, it becomes unusable.
inflater wrote:As you know I'm not a big fan of POSIX-looking operating systems :oops:, how should be the interface, for example shell? MS-DOS style? Black on white? POSIX-looking?
MS-DOS shell ftw.
inflater wrote:Should I release only fully stable versions (sparsely) or alpha, beta versions (frequently) ?
Well its up to you, if you need help testing then you should probably release on betas too
~ Lukem95 [ Cake ]
Release: 0.08b
Image
jzgriffin
Member
Member
Posts: 190
Joined: Tue Sep 26, 2006 1:40 pm
Libera.chat IRC: Nokurn
Location: Ontario, CA, USA
Contact:

Re: Patlock [Current version: N/A]

Post by jzgriffin »

What do you -mostly- prefer in hobby operating systems: stability, many features or speed ?
Stability and speed.
As you know I'm not a big fan of POSIX-looking operating systems :oops:, how should be the interface, for example shell? MS-DOS style? Black on white? POSIX-looking?
POSIX-looking. MS-DOS's shell is very limited. Hard to do anything with.
Should the first release of my OS be multitasking or singletasking?
Multitasking, if you could.
Should I release only fully stable versions (sparsely) or alpha, beta versions (frequently) ?
Alpha and beta!
User avatar
piranha
Member
Member
Posts: 1391
Joined: Thu Dec 21, 2006 7:42 pm
Location: Unknown. Momentum is pretty certain, however.
Contact:

Post by piranha »

I'd have to agree with Jeremiah Griffin. Release often!

-JL
SeaOS: Adding VT-x, networking, and ARM support
dbittman on IRC, @danielbittman on twitter
https://dbittman.github.io
User avatar
inflater
Member
Member
Posts: 1309
Joined: Thu Sep 28, 2006 10:32 am
Location: Slovakia
Contact:

Post by inflater »

//EDIT 29.08.2008 15:50
THIS POST IS OUTDATED AND CONTAINS INCORRECT INFORMATION

I'll try to release Patlock more often than PortixOS (for users not from OSdev: it seemed like vaporware). No release dates: "When it's done." - Duke Nukem Forever release date, 3D realms :D

I'm planning to do the shell in FreePascal, kernel will have a rewrite since "DexPortixOS", but it will stay in ASM. Also there will be some internal programs hardcoded to the kernel (cmos password wiper, FASM etc). I'll try to use NTLDR as the boot loader... or it's alternative from reactOS project.

What hosting do you prefer? Google pages? @JamesM: Yurx.com? :lol:... Was the original "xf.cz" okay? It had some glitches, but I didn't knew if it was working overnight (aka afternoon and evening in USA).

Regards
inflater
Last edited by inflater on Fri Aug 29, 2008 7:51 am, edited 1 time in total.
My web site: http://inflater.wz.cz (Slovak)
Derrick operating system: http://derrick.xf.cz (Slovak and English :P)
User avatar
piranha
Member
Member
Posts: 1391
Joined: Thu Dec 21, 2006 7:42 pm
Location: Unknown. Momentum is pretty certain, however.
Contact:

Post by piranha »

Google code is good, it gives you an SVN directory...

-JL
SeaOS: Adding VT-x, networking, and ARM support
dbittman on IRC, @danielbittman on twitter
https://dbittman.github.io
cyr1x
Member
Member
Posts: 207
Joined: Tue Aug 21, 2007 1:41 am
Location: Germany

Post by cyr1x »

Google code for a closed source kernel is no good, is it?
User avatar
piranha
Member
Member
Posts: 1391
Joined: Thu Dec 21, 2006 7:42 pm
Location: Unknown. Momentum is pretty certain, however.
Contact:

Post by piranha »

Ah, closed source.......special.

W/e

-JL
SeaOS: Adding VT-x, networking, and ARM support
dbittman on IRC, @danielbittman on twitter
https://dbittman.github.io
User avatar
lukem95
Member
Member
Posts: 536
Joined: Fri Aug 03, 2007 6:03 am
Location: Cambridge, UK

Post by lukem95 »

its fine for closed-source, but anything uploaded has to be GPL, LGPL or BSD (iirc). So you can just keep the source offline, and only upload binaries you are going to release
~ Lukem95 [ Cake ]
Release: 0.08b
Image
User avatar
Brynet-Inc
Member
Member
Posts: 2426
Joined: Tue Oct 17, 2006 9:29 pm
Libera.chat IRC: brynet
Location: Canada
Contact:

Post by Brynet-Inc »

lukem_95 wrote:its fine for closed-source, but anything uploaded has to be GPL, LGPL or BSD (iirc). So you can just keep the source offline, and only upload binaries you are going to release
So - essentially, you're keeping your source closed - but releasing the binaries under a permissive licence?

I don't believe that was Google's intention, but... clever.. I guess.
Image
Twitter: @canadianbryan. Award by smcerm, I stole it. Original was larger.
User avatar
inflater
Member
Member
Posts: 1309
Joined: Thu Sep 28, 2006 10:32 am
Location: Slovakia
Contact:

Post by inflater »

//EDIT 29.08.2008 15:50
THIS POST IS OUTDATED AND CONTAINS INCORRECT INFORMATION

Hosting will be at wz.cz, I tend to create the OS page in a wysiwyg HTML editor and I try to keep the site as simple as it gets. No dot.tk domain -> it's just not worth it and everybody knows .TK is lame alright.

There will be two language versions, Slovak and English.

The OS will be written from scratch, programmed in Freepascal.
Development starts from: 02.05.2008

UPDATE 02.05.2008 19:20
Created patlock.kx.cz
UPDATE 02.05.2008 19:35 :D
Too much ads and slow service, switching to http://patlock.xf.cz
Last edited by inflater on Fri Aug 29, 2008 7:50 am, edited 1 time in total.
My web site: http://inflater.wz.cz (Slovak)
Derrick operating system: http://derrick.xf.cz (Slovak and English :P)
User avatar
01000101
Member
Member
Posts: 1599
Joined: Fri Jun 22, 2007 12:47 pm
Contact:

Post by 01000101 »

piranha wrote:Ah, closed source.......special.

W/e

-JL
cool more closed-source OS's :D ... may I ask why exactly you are keeping the source as your own?

I think releasing betas would be worth it, but alphas should be kept to yourself as they are just that, a pre-beta, something that is probably too buggy to be functional.

Also, I would go for speed and stability, break out the efficiency algorithms =).
User avatar
inflater
Member
Member
Posts: 1309
Joined: Thu Sep 28, 2006 10:32 am
Location: Slovakia
Contact:

Post by inflater »

//EDIT 29.08.2008 15:51
THIS POST IS OUTDATED AND CONTAINS INCORRECT INFORMATION

This post isn't actually a OS test request, but I would like to have my site reviewed from you. :) You willn't find any downloads there, just comment on how it looks, if it's suitable, what shouldn't be there and especially grammar errors if you find some.

Anyways, here it is:
http://patlock.xf.cz/home2.htm

Regards
inflater
Last edited by inflater on Fri Aug 29, 2008 7:51 am, edited 1 time in total.
My web site: http://inflater.wz.cz (Slovak)
Derrick operating system: http://derrick.xf.cz (Slovak and English :P)
User avatar
Dex
Member
Member
Posts: 1444
Joined: Fri Jan 27, 2006 12:00 am
Contact:

Post by Dex »

Cool your history, includes DexOS, good luck with freepascal OS.

PS: Have you seen the freepascal OS call "AnonymOS" ?
Post Reply