Posted: Fri Mar 07, 2008 6:08 pm
and it's not rich neither.zaleschiemilgabriel wrote:IMO it's not poor.
--
PS: http://youtube.com/watch?v=WqnUin9w_Pc :)
and it's not rich neither.zaleschiemilgabriel wrote:IMO it's not poor.
Anyone developing a new operating system is essentially already doing this.Have fun porting stuff - who wants to reinvent the wheel anyway?
There is a problem with this statement. An OS is alot more then one peice of software. If almost all of the software was simply copied+paste, then I would need to agree with the above statement.I agree. Copy-and-paste OSes are nothing (in my opinion) to be proud of.
the end of your statement was exactly what I was trying to say. Using other people's code without really understanding it and having put no effort into actually 'making' the OS has no pride in it.copy+paste implies that the developer copied and pasted code claiming that they were the original developer for the code, and not giving any credit, or may not even be understanding it.
i don't agree, IMHO, there is no difference, even if there is difference, we couldn't identify itself unless we meet them and talk about this.neon wrote: Remember that there is a difference between "copy+paste" and "using existing software or libraries".
copy+paste implies that the developer copied and pasted code claiming that they were the original developer for the code, and not giving any credit, or may not even be understanding it.
That's what I'm going to do then, except I'm going to write it in C, and have elf executables, and a make of port a C library.Dex wrote:Or you could code a OS based on a games console OS like mine, there's not many of these. But this does not mean it need to be for running games, it just means its make to run a single program, without any other program getting it its way.
It could just as easy be for playing music or controlling robots etc.
Code: Select all
; AL returns keypressed
TestKeyPressed:
in al,60h
ret