Check this out

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
nekros
Member
Member
Posts: 391
Joined: Wed Mar 05, 2008 9:10 pm
Contact:

Check this out

Post by nekros »

Working On:Bootloader, RWFS Image Program
Leviathan: http://leviathanv.googlecode.com
Kernel:Working on Design Doc
User avatar
01000101
Member
Member
Posts: 1599
Joined: Fri Jun 22, 2007 12:47 pm
Contact:

Post by 01000101 »

A: shouldn't this be in announcements/project info?

B: do you believe that your OS will really be competing with mainstream OS's?

C: I wanted to test out your OS, but I get an error 16: inconsistent filesystem error. just FYI.

Pe@cE
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 »

Yeah, your floppy has issues.
And.......I thought that I could implement emulation of other OS's when was noobed out, now I realize that thats not realistic.
Please, realize that if you set your hopes low, you set your self up for failure. But if you set your dreams high, you have something to work for. And if you set the knowledge of your goals high....then you can do anything you want. Nothings impossible. You just have to set your mind to it.
It may not be realistic, but it is possible. I didn't feel like doing it though.

Just.....if you truly believe in it......then go for it, nobody can stop you.

-JL
SeaOS: Adding VT-x, networking, and ARM support
dbittman on IRC, @danielbittman on twitter
https://dbittman.github.io
User avatar
nekros
Member
Member
Posts: 391
Joined: Wed Mar 05, 2008 9:10 pm
Contact:

Post by nekros »

I get the same thing all the time, I just have to do a couple things that I couldn't describe to make it work.
Working On:Bootloader, RWFS Image Program
Leviathan: http://leviathanv.googlecode.com
Kernel:Working on Design Doc
User avatar
JamesM
Member
Member
Posts: 2935
Joined: Tue Jul 10, 2007 5:27 am
Location: York, United Kingdom
Contact:

Post by JamesM »

Your SVN repo seems to be empty...
User avatar
nekros
Member
Member
Posts: 391
Joined: Wed Mar 05, 2008 9:10 pm
Contact:

Post by nekros »

I'm not using it at the moment.
I just let people download the source package. I don't know how to use svn.
Working On:Bootloader, RWFS Image Program
Leviathan: http://leviathanv.googlecode.com
Kernel:Working on Design Doc
xyzzy
Member
Member
Posts: 391
Joined: Wed Jul 25, 2007 8:45 am
Libera.chat IRC: aejsmith
Location: London, UK
Contact:

Post by xyzzy »

Google is your friend. Search for 'SVN book'.
ProgressGirl
Posts: 8
Joined: Tue Apr 01, 2008 6:41 am

Post by ProgressGirl »

Lol why did you announce it if it was in a non-working state?
User avatar
nekros
Member
Member
Posts: 391
Joined: Wed Mar 05, 2008 9:10 pm
Contact:

Post by nekros »

You can still compile the kernel, but you have to set it up to load with grub yourself. In that sense it is a working kernel. Though, today I found I had a problem with setting up the GDT. Triple fault every time I call gdt_install();
Working On:Bootloader, RWFS Image Program
Leviathan: http://leviathanv.googlecode.com
Kernel:Working on Design Doc
User avatar
nekros
Member
Member
Posts: 391
Joined: Wed Mar 05, 2008 9:10 pm
Contact:

Post by nekros »

gdt is working now
Working On:Bootloader, RWFS Image Program
Leviathan: http://leviathanv.googlecode.com
Kernel:Working on Design Doc
User avatar
binutils
Member
Member
Posts: 214
Joined: Thu Apr 05, 2007 6:07 am

Post by binutils »

Believe us, using software version control tool(like svn, git, etc) make your coding skill improving.
User avatar
Combuster
Member
Member
Posts: 9301
Joined: Wed Oct 18, 2006 3:45 am
Libera.chat IRC: [com]buster
Location: On the balcony, where I can actually keep 1½m distance
Contact:

Post by Combuster »

"believe us", what are you the queen of england? :roll:

And I don't think using SVN or anything makes you a better programmer - only better at well, just SVN.
"Certainly avoid yourself. He is a newbie and might not realize it. You'll hate his code deeply a few years down the road." - Sortie
[ My OS ] [ VDisk/SFS ]
User avatar
nekros
Member
Member
Posts: 391
Joined: Wed Mar 05, 2008 9:10 pm
Contact:

Post by nekros »

I was wondering about that believe us part.
Working On:Bootloader, RWFS Image Program
Leviathan: http://leviathanv.googlecode.com
Kernel:Working on Design Doc
jzgriffin
Member
Member
Posts: 190
Joined: Tue Sep 26, 2006 1:40 pm
Libera.chat IRC: Nokurn
Location: Ontario, CA, USA
Contact:

Post by jzgriffin »

binutils is many. ld, as, etc. ;-)

Using SVN doesn't make you a better coder, it's just a nice skill to have--an code backup system is always a good thing to have. I format my hard drives a lot, so having the code somewhere safe (ie. one of my server boxes that runs SVN) is great. Plus it's great for teams.
User avatar
einsteinjunior
Member
Member
Posts: 90
Joined: Tue Sep 11, 2007 6:42 am

Post by einsteinjunior »

I personnaly think using svn does not improve your programming skills,
but it will surely improve the way you manage and use code,specially when in front of large projects and when working as a team.
Post Reply