Development cancelled

This forums is for OS project announcements including project openings, new releases, update notices, test requests, and job openings (both paying and volunteer).
User avatar
inflater
Member
Member
Posts: 1309
Joined: Thu Sep 28, 2006 10:32 am
Location: Slovakia
Contact:

Development cancelled

Post by inflater »

Hey,
PortixOS has been cancelled, but the site is still online; as of school responsibilities, lack of time, no development team and stuff, OS dev is getting pretty boring and I don't have interest in it any more. I would like to thank Brendan, Dex, Combuster, Candy and everybody who have helped me in my project.

Regards
inflater
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 »

Thats sad news :shock:
Maybe you just need a break, OS Dev can get you down.
Anyway, good luck with your school work.
User avatar
AJ
Member
Member
Posts: 2646
Joined: Sun Oct 22, 2006 7:01 am
Location: Devon, UK
Contact:

Post by AJ »

Hi,

Keep all the sources safe - hope you manage to reinstate it in the future!

Cheers,
Adam
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 »

Thats what happened to me.
I got bored, couldn't get stuff working, etc. and I stopped for about 1/2 year.

But it got more interesting, so I'm back at it!
SeaOS: Adding VT-x, networking, and ARM support
dbittman on IRC, @danielbittman on twitter
https://dbittman.github.io
User avatar
XCHG
Member
Member
Posts: 416
Joined: Sat Nov 25, 2006 3:55 am
Location: Wisconsin
Contact:

Post by XCHG »

That's sad! You can always resume writing the Operating System whenever you get some free time. For me, I enjoy the challenge. The more difficult it becomes the more fun it gets. Anyway, I hope that you succeed in your studies and continue writing your OS again.
On the field with sword and shield amidst the din of dying of men's wails. War is waged and the battle will rage until only the righteous prevails.
frank
Member
Member
Posts: 729
Joined: Sat Dec 30, 2006 2:31 pm
Location: East Coast, USA

Post by frank »

I didn't get bored I just developed a really bad case of carpel tunnel that wont go away. :(
User avatar
Alboin
Member
Member
Posts: 1466
Joined: Thu Jan 04, 2007 3:29 pm
Location: Noricum and Pannonia

Post by Alboin »

frank wrote:I didn't get bored I just developed a really bad case of carpel tunnel that wont go away. :(
May I interest you in a Microsoft Ergonomic Keyboard?

I use one so I can pull down those dark debugging nights without causing myself any pain. ;)

Think Christmas present! :)
C8H10N4O2 | #446691 | Trust the nodes.
frank
Member
Member
Posts: 729
Joined: Sat Dec 30, 2006 2:31 pm
Location: East Coast, USA

Post by frank »

I already have one. But it hurts every time I touch a keyboard or mouse. Oh well.
Jeffrey
Posts: 20
Joined: Fri Jul 27, 2007 1:35 pm
Location: Virginia, USA

Post by Jeffrey »

That's too bad man, but you will be back. It kinda grows on you. ;)

@Alboin - I just realized what C8H10N4O2 was and I just have to say that C9H13N is much better. :P
User avatar
matias_beretta
Member
Member
Posts: 101
Joined: Mon Feb 26, 2007 3:39 pm

Reply

Post by matias_beretta »

I always get bored but after some time, I become interested again. When I decide to give up, I think in the effort it took me to understand all related to computer and osdev.
Matías Beretta
User avatar
inflater
Member
Member
Posts: 1309
Joined: Thu Sep 28, 2006 10:32 am
Location: Slovakia
Contact:

Post by inflater »

frank wrote:I already have one. But it hurts every time I touch a keyboard or mouse. Oh well.
I know the standard keyboard layout since my 6 to now on, and I can't obstruct for a pain.
AJ wrote:Keep all the sources safe - hope you manage to reinstate it in the future!
Well... these next 3 or 4 months will be hard, because I'm leaving the elementary school and I will need to pass the big upcoming exams. :shock: The gymnasium plus the high school (if I would succeed) are another 9 years of school; and I know these schools before me will be much harder than this elementary one. 14+9=23... PortixOS resume in my, say 25? well... maybe :)

Thanks Dex for your encouragement. 8)
Jeffrey wrote:I just have to say that C9H13N is much better.
What about CH3CH2OH? ;)

Regards
inflater
My web site: http://inflater.wz.cz (Slovak)
Derrick operating system: http://derrick.xf.cz (Slovak and English :P)
Laksen
Member
Member
Posts: 140
Joined: Fri Nov 09, 2007 3:30 am
Location: Aalborg, Denmark

Post by Laksen »

Are the sources available to the general public? I seem to recall that PortixOS was made in Pascal
User avatar
Dex
Member
Member
Posts: 1444
Joined: Fri Jan 27, 2006 12:00 am
Contact:

Post by Dex »

Laksen wrote:Are the sources available to the general public? I seem to recall that PortixOS was made in Pascal
I have the source code to a freepascal OS, if your interested ?, PM me i will post you a link.
User avatar
inflater
Member
Member
Posts: 1309
Joined: Thu Sep 28, 2006 10:32 am
Location: Slovakia
Contact:

Post by inflater »

@Laksen:

The old pascal PortixOS was not open source, but I can send the sources to you, but I warn you... :) -

The sources are uncommented, and if you would find a comment, it is usually in slovak. Plus the whole code is a MESS, really. I've been very lazy to clean it up, altough I knew what I was writing... - the problems of which I usually asked here were mostly from assembly etc.
The kernel can be compiled only with Borland Pascal 7.0 w/ patched CRT unit from "exception divide by zero" on machines faster than 150MHz. It won't compile on freepascal because the kernel is 16bit.

The kernel expects unreal mode to be set up before loading!

As I'm searching the code in my backup HDD now... I can't remember if the kernel wasn't targeted for my former FS "Really Strong File System", or for FAT12. And believe me, programming a OS in BP 7.0, which is very tied to DOS and stack frames etc., is almost impossible. My old portixos loader had some primitive fat12 functions because I couldn't do them in inline assembly.

If you will set interrupt vectors using function SetIntVec(), be warned that you can't compress the kernel .EXE from now on. Also I can't remember if the EXE was actually compressed...

Also I've trashed the old PortixOS 0.4 pre-release 1 English (long darn name, isn't it? :lol:), so you should do a full rewrite except for the basic functions (writestr, beep, etc.). Also I would recommend to download a Kamenicky to Windows-1250, or even better Kamenicky to pure ASCII convertor (if you do not want to use slovak to english translator) and also if you do not want to be scared off of the creepy text encoding. :D

Again, please note that the old PortixOS was unreal mode. You should see Wiki that describes wtf it is. :D
My web site: http://inflater.wz.cz (Slovak)
Derrick operating system: http://derrick.xf.cz (Slovak and English :P)
User avatar
inflater
Member
Member
Posts: 1309
Joined: Thu Sep 28, 2006 10:32 am
Location: Slovakia
Contact:

Post by inflater »

Just were fiddling with bkerndev and DJGPP on my new machine; the winter holidays are almost at end... Anyways, just got Brandons kernel working under bootf02 boot loader. I personally try to avoid GRUB much as possible, until it comes to harddisks. :P But it is pretty easy to switch between bootf and GRUB now. I encountered a little error that the kernel would GPF randomly at the beginning; I've forgot to set new stack :P
Now I'm trying to make some functions like set fdd motor on/off, fddread, fddwrite on my own (yes, in C). But I can't even think about PortixOS reincarnation you know - the hard times are coming and that little kernel thing can't be said as a "OS". Anyways I've kept the ASM PortixOS sources safe, but I really think I should MAKE the OS's functions and not to copy them from another operating system kernel, closed-source, open-source, copyright, or whatever. - To make an independent OS and no to be ashamed of myself as a "copy cat". The other programmer has done tough work too and I don't want to rip him off (I didn't wanted that before too, but it became very evident and PortixOS seemed almost the same as DexOS, I didn't wanted that). So if a new PortixOS, it's with only myself-written code, and if I would need help from other C programmer, I will link to him in the OS's "about" section. And the project must be now with a new OS name.... ... geez... I'm starting to sound like crazygray :lol:

http://www.osdev.org/phpBB2/viewtopic.php?t=15485

Regards
inflater
My web site: http://inflater.wz.cz (Slovak)
Derrick operating system: http://derrick.xf.cz (Slovak and English :P)
Post Reply