The Cadex OS - A free Unix-like OS

This forums is for OS project announcements including project openings, new releases, update notices, test requests, and job openings (both paying and volunteer).
mrosdev
Member
Member
Posts: 28
Joined: Mon Jun 01, 2020 8:15 am

The Cadex OS - A free Unix-like OS

Post by mrosdev »

This project is no longer developed.
Last edited by mrosdev on Fri Oct 23, 2020 4:10 am, edited 4 times in total.
nullplan
Member
Member
Posts: 1767
Joined: Wed Aug 30, 2017 8:24 am

Re: The Cadex OS - A free Unix-like OS

Post by nullplan »

Gee, what a pitch. The PM with exactly the same text, ostensibly replying to an old thread but not really, was a nice touch. If you can't tell, that was sarcasm. No, I will not join your project. If you have an actual question, ask and it may be answered. This isn't about me being busy, this is about you being too pushy. The very first thing I saw about your OS was a plea for help. Then I went and had a look at it and it looks like you're handling yourself pretty well so far, so what the hell could I add?
Carpe diem!
PeterX
Member
Member
Posts: 590
Joined: Fri Nov 22, 2019 5:46 am

Re: The Cadex OS - A free Unix-like OS

Post by PeterX »

nullplan wrote:...If you have an actual question, ask and it may be answered...Then I went and had a look at it and it looks like you're handling yourself pretty well so far, so what the hell could I add?
Bad news: I second that. And I'm actually busy though I might seem I am not.

Good news: Your OS is quite far. Nice! :)

Greetings
Peter
mrosdev
Member
Member
Posts: 28
Joined: Mon Jun 01, 2020 8:15 am

Re: The Cadex OS - A free Unix-like OS

Post by mrosdev »

nullplan wrote:Gee, what a pitch. The PM with exactly the same text, ostensibly replying to an old thread but not really, was a nice touch. If you can't tell, that was sarcasm. No, I will not join your project. If you have an actual question, ask and it may be answered. This isn't about me being busy, this is about you being too pushy. The very first thing I saw about your OS was a plea for help. Then I went and had a look at it and it looks like you're handling yourself pretty well so far, so what the hell could I add?
Sorry, I don't know much English, but I understood nothing
mrosdev
Member
Member
Posts: 28
Joined: Mon Jun 01, 2020 8:15 am

Re: The Cadex OS - A free Unix-like OS

Post by mrosdev »

nullplan wrote:Gee, what a pitch. The PM with exactly the same text, ostensibly replying to an old thread but not really, was a nice touch. If you can't tell, that was sarcasm. No, I will not join your project. If you have an actual question, ask and it may be answered. This isn't about me being busy, this is about you being too pushy. The very first thing I saw about your OS was a plea for help. Then I went and had a look at it and it looks like you're handling yourself pretty well so far, so what the hell could I add?
Oh really? I just copy-pasted all the code and it worked.
User avatar
bloodline
Member
Member
Posts: 264
Joined: Tue Sep 15, 2020 8:07 am
Location: London, UK

Re: The Cadex OS - A free Unix-like OS

Post by bloodline »

PeterX wrote:
nullplan wrote:...If you have an actual question, ask and it may be answered...Then I went and had a look at it and it looks like you're handling yourself pretty well so far, so what the hell could I add?
Bad news: I second that. And I'm actually busy though I might seem I am not.

Good news: Your OS is quite far. Nice! :)

Greetings
Peter
I would second all that and add, that I’m only interested in contributing to projects which are doing something unusual... This is my hobby and making a yauc (Yet Another Unix Clone, I pronounce that with a hard c) doesn’t fill me with excitement.
CuriOS: A single address space GUI based operating system built upon a fairly pure Microkernel/Nanokernel. Download latest bootable x86 Disk Image: https://github.com/h5n1xp/CuriOS/blob/main/disk.img.zip
Discord:https://discord.gg/zn2vV2Su
klange
Member
Member
Posts: 679
Joined: Wed Mar 30, 2011 12:31 am
Libera.chat IRC: klange
Discord: klange

Re: The Cadex OS - A free Unix-like OS

Post by klange »

A few things:

1. As a forum moderator, I am going to ask you to refrain from sending unsolicited PMs to other members trying to recruit them for your project. Most of our members are not interested and do not appreciate receiving such PMs.
2. I downloaded the latest release image from your Github releases, but I can't seem to figure out what username/password I should be using to log in, so I am stuck at the authentication prompt. I looked at the repository and the /etc/passwd suggested "root"/"password", but this didn't work.
3. Some of the images in your original post are no longer available; I suggest you find a more suitable image host.
dseller
Member
Member
Posts: 84
Joined: Thu Jul 03, 2014 5:18 am
Location: The Netherlands
Contact:

Re: The Cadex OS - A free Unix-like OS

Post by dseller »

Looks like you copied most of the code from https://github.com/dthain/basekernel
A hobby operating system that was written from scratch
So yeah, that's not true, is it?
mrosdev
Member
Member
Posts: 28
Joined: Mon Jun 01, 2020 8:15 am

Re: The Cadex OS - A free Unix-like OS

Post by mrosdev »

dseller wrote:Looks like you copied most of the code from https://github.com/dthain/basekernel
Yea. I didn't copy it. I cloned the source code, modified some things, and made a repo, and added the source to that repo. That's how that project started. It has some parts source code from over 23 projects that I found on GitHub. As I said, everything is "Duct-Von-Taped" together.
klange
Member
Member
Posts: 679
Joined: Wed Mar 30, 2011 12:31 am
Libera.chat IRC: klange
Discord: klange

Re: The Cadex OS - A free Unix-like OS

Post by klange »

mrosdev wrote:Yea. I didn't copy it. I cloned the source code, modified some things, and made a repo, and added the source to that repo. That's how that project started. It has some parts source code from over 23 projects that I found on GitHub. As I said, everything is "Duct-Von-Taped" together.
I have noticed that several source files in your repository bear a striking resemblance to my own, yet there are no references to myself, other contributors to my project, nor the copyright notices or license for that project. This is known as copyright infringement.
mrosdev
Member
Member
Posts: 28
Joined: Mon Jun 01, 2020 8:15 am

Re: The Cadex OS - A free Unix-like OS

Post by mrosdev »

klange wrote: I downloaded the latest release image from your Github releases, but I can't seem to figure out what username/password I should be using to log in, so I am stuck at the authentication prompt. I looked at the repository and the /etc/passwd suggested "root"/"password", but this didn't work.
Download the ISO image of the latest release from https://github.com/CadexOS/Cadex-OS-Official/releases.
Run it on QEMU using

Code: Select all

qemu-system-i386 -cdrom cadexos-<version>.iso -m size=500M -serial stdio --no-acpi -no-reboot -device vmware-svga -soundhw pcspk,sb16,adlib
The username is root and there is no password. If you experience any problems when running any app or commands, open an issue on GitHub.

Some tips and tricks:
  • You can run the 'hidden' splash screen by ./bin/splash.exe
  • Type `dim' to open the DiM text editor.
  • The DiM text editor was inspired by ToAruOS's bim text editor.
BTW klange, the password isn't stored in /etc/passwd. It's stored as a local variable in the kshell (The shell you see after you log in to the system)
klange
Member
Member
Posts: 679
Joined: Wed Mar 30, 2011 12:31 am
Libera.chat IRC: klange
Discord: klange

Re: The Cadex OS - A free Unix-like OS

Post by klange »

mrosdev wrote:[*] Type `dim' to open the DiM text editor.
[*] The DiM text editor was inspired by ToAruOS's bim text editor.[/list]
Normally I would find that flattering, but in this instance I consider it insulting. First you steal my source code without the required attribution, and then you dare to claim my text editor is your inspiration?
User avatar
iansjack
Member
Member
Posts: 4686
Joined: Sat Mar 31, 2012 3:07 am
Location: Chichester, UK

Re: The Cadex OS - A free Unix-like OS

Post by iansjack »

I notice that you are still claiming copyright on material that belongs to someone else, despite this having been pointed out to you. This might have been dismissed as an oversight before you were made aware of it, but now it is simple, plain plagiarism. As such you are not only a despicable person but you are laying yourself open to legal action. No-one with any self-respect would copy code from someone else's work and then claim it as their own.

If you don't have the ability to write your own code at least acknowledge the source that you have stolen the code from. My first thought was that you should be banned from these forums but, on reflection, I think it better to leave you here so that everyone can be made aware of your actions. I hope that any potential future employer reads this thread.
mrosdev
Member
Member
Posts: 28
Joined: Mon Jun 01, 2020 8:15 am

Re: The Cadex OS - A free Unix-like OS

Post by mrosdev »

klange wrote:First you steal my source code without the required attribution, and then you dare to claim my text editor is your inspiration?
I didn't steal anyone source code. I made out the editor myself. Only the name is like bim but everything else is written by me.
mrosdev
Member
Member
Posts: 28
Joined: Mon Jun 01, 2020 8:15 am

Re: The Cadex OS - A free Unix-like OS

Post by mrosdev »

iansjack wrote:I notice that you are still claiming copyright on material that belongs to someone else, despite this having been pointed out to you. This might have been dismissed as an oversight before you were made aware of it, but now it is simple, plain plagiarism. As such you are not only a despicable person but you are laying yourself open to legal action. No-one with any self-respect would copy code from someone else's work and then claim it as their own.

If you don't have the ability to write your own code at least acknowledge the source that you have stolen the code from. My first thought was that you should be banned from these forums but, on reflection, I think it better to leave you here so that everyone can be made aware of your actions. I hope that any potential future employer reads this thread.
So, what should I do now? Should I delete this project or just change all copyright headers to the original one?
Post Reply