Re: firekylin :wirting a new hobby os
Posted: Tue Jun 14, 2016 11:33 am
A normal copyright notice contains no contact details.
The Place to Start for Operating System Developers
https://f.osdev.org/
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:iansjack wrote:A normal copyright notice contains no contact details.
Code: Select all
/*
* Copyright (c) 2016 Foo Bar<[email protected]>
*/
Code: Select all
echo Hello! > /dev/com1
so,beautiful, I really want to know did you complie the code .omarrx024 wrote:Looks like a nice start.
You should add support for pipes; I tried doing:And I didn't see anything on the serial port.Code: Select all
echo Hello! > /dev/com1
Yes, I compiled the code. You don't have an ISO image, so how else would I have tried it?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 .
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.firekylin wrote:TheRussianFail wrote:Hi,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
- 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, likeand notLinux Torvalds.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 absolutely agree.ggodw000 wrote: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.firekylin wrote:I am a chinese ,and I am very poor in English. I do not want to learn more English.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.
but , I really don't know does your mean . if it copyrighted to me , it can not open-source.
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.
Seem you do not understand what copyright means.firekylin wrote:TheRussianFail wrote:Hi,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
- 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, likeand notLinux Torvalds.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 have puts a license for 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.
The BSD License . do I use error. I have a LICENSE file under the project. cant you help me.moondeck wrote:What license is that? I can only see the standard "all rights reserved" AFAIK its not a license.