Page 2 of 2

Re: firekylin :wirting a new hobby os

Posted: Tue Jun 14, 2016 11:33 am
by iansjack
A normal copyright notice contains no contact details.

Re: firekylin :wirting a new hobby os

Posted: Tue Jun 14, 2016 5:18 pm
by heat
iansjack wrote:A normal copyright notice contains no contact details.
Correct me if I'm wrong, but I don't think there are restrictions on what you can put in a copyright notice. I don't know why doing something like:

Code: Select all

/*
 * Copyright (c) 2016 Foo Bar<[email protected]>
*/
would be bad.

Re: firekylin :wirting a new hobby os

Posted: Tue Jun 14, 2016 8:45 pm
by AndrewBuckley
s/normal/typical/

a Copyright Notice needs a name. A signature on a painting qualifies as a Notice. The Notice is not required to have Copyright protection, but it is a heads up to idiots who might think its public domain. There is no reason a Copyright Notice cannot include contact details, be written in Swahili, avoid certain letters of the alphabet, or even be written in verse and itself qualify as a created work.

Re: firekylin :wirting a new hobby os

Posted: Tue Jun 14, 2016 8:47 pm
by BrightLight
Looks like a nice start.
You should add support for pipes; I tried doing:

Code: Select all

echo Hello! > /dev/com1
And I didn't see anything on the serial port. :mrgreen:

Re: firekylin :wirting a new hobby os

Posted: Wed Jun 15, 2016 12:41 am
by firekylin
ok , I don't know all things, so I think all your are right.
but , In China ,Copyright to a pseudonyms and also to the real man .

anyhow , I have rewite the copyright with my real name, and put the code unde The BSD License . But I don't know is this right.

I also rewrite the README file . And I remove the stdio code port from MINIX , I real can not understand The license of MINIX, so
I just so this.

I remaned minix_fs.h to minix.h , but the struct and variable I have not change them , does this matter .
omarrx024 wrote:Looks like a nice start.
You should add support for pipes; I tried doing:

Code: Select all

echo Hello! > /dev/com1
And I didn't see anything on the serial port. :mrgreen:
so,beautiful, I really want to know did you complie the code .
but I node to suppor '>' by my shell ,and /dev/com1 also , if you see some thing that is too bad .

Re: firekylin :wirting a new hobby os

Posted: Wed Jun 15, 2016 12:57 am
by BrightLight
firekylin wrote:so,beautiful, I really want to know did you complie the code .
but I node to suppor '>' by my shell ,and /dev/com1 also , if you see some thing that is too bad .
Yes, I compiled the code. You don't have an ISO image, so how else would I have tried it?

Re: firekylin :wirting a new hobby os

Posted: Mon Jul 18, 2016 5:47 am
by ggodw000
firekylin wrote:
TheRussianFail wrote:
firekylin wrote:Hello,everyone .
now ,I am write a hobby os ,it has be support minix1 file system. an IDE driver , tty.

https://github.com/ximo-os/firekylin.git
Hi,

- I'm sorry if I offend you, but with that english you aren't going to get pibuters any time soon. You should learn proper english.
- Your code is technically copyrighted to you, without any open-sourceness.
- Your code has to be copyrighed to someone that actually exists, like
Linux Torvalds
and not
linust
.

I am a chinese ,and I am very poor in English. I do not want to learn more English.

but , I really don't know does your mean . if it copyrighted to me , it can not open-source.
i work with many chinese in our team. normally they are good hard working people but the biggest issue i have them is the imperfect English and shoddy quality. I always have problem in this respect. They dont like to improve their skills and quality. I see exactly same problems with your post, broken English, full of grammatical and punctuation errors.

If you really think you want to think, work, perform and speak at a world-class then good English is a must besides software skills otherwise there will be always people disdain at you. Now in China it seems there are many tech opportunities these day so English skill may not matter (my understanding) but if you work in a English speaking country or with people, language improvement is incredibly important.

Re: firekylin :wirting a new hobby os

Posted: Tue Jul 19, 2016 7:24 am
by Ycep
ggodw000 wrote:
firekylin wrote:
TheRussianFail wrote: - I'm sorry if I offend you, but with that english you aren't going to get pibuters any time soon. You should learn proper english.
I am a chinese ,and I am very poor in English. I do not want to learn more English.
but , I really don't know does your mean . if it copyrighted to me , it can not open-source.
i work with many chinese in our team. normally they are good hard working people but the biggest issue i have them is the imperfect English and shoddy quality. I always have problem in this respect. They dont like to improve their skills and quality. I see exactly same problems with your post, broken English, full of grammatical and punctuation errors.

If you really think you want to think, work, perform and speak at a world-class then good English is a must besides software skills otherwise there will be always people disdain at you. Now in China it seems there are many tech opportunities these day so English skill may not matter (my understanding) but if you work in a English speaking country or with people, language improvement is incredibly important.
I absolutely agree.
There is no reason why to not learn World International language.

Re: firekylin :wirting a new hobby os

Posted: Thu Jul 21, 2016 9:04 am
by Ycep
firekylin wrote:
TheRussianFail wrote:
firekylin wrote:Hello,everyone .
now ,I am write a hobby os ,it has be support minix1 file system. an IDE driver , tty.

https://github.com/ximo-os/firekylin.git
Hi,

- I'm sorry if I offend you, but with that english you aren't going to get contributers any time soon. You should learn proper english.
- Your code is technically copyrighted to you, without any open-sourceness.
- Your code has to be copyrighed to someone that actually exists, like
Linux Torvalds
and not
linust
.

I am a chinese ,and I am very poor in English. I do not want to learn more English.

but , I really don't know does your mean . if it copyrighted to me , it can not open-source.
Seem you do not understand what copyright means.
Copyright, consists of license, which is used to mark what can user/customer/etc. do and what it isn't allowed to do.
Plain copyright, will only allow user to use compiled code in personal use.
But copyright with specific license can be very different.

Re: firekylin :wirting a new hobby os

Posted: Sun Jul 24, 2016 5:00 am
by firekylin
lukaandjelkovic wrote:
Copyright, consists of license, which is used to mark what can user/customer/etc. do and what it isn't allowed to do.
Plain copyright, will only allow user to use compiled code in personal use.
But copyright with specific license can be very different.
I have puts a license for firekylin.

Re: firekylin :wirting a new hobby os

Posted: Mon Jul 25, 2016 12:55 am
by moondeck
What license is that? I can only see the standard "all rights reserved" AFAIK its not a license.

Re: firekylin :wirting a new hobby os

Posted: Wed Jul 27, 2016 6:25 pm
by firekylin
moondeck wrote:What license is that? I can only see the standard "all rights reserved" AFAIK its not a license.
The BSD License . do I use error. I have a LICENSE file under the project. cant you help me.