Author Topic: OmnimagaOS  (Read 54380 times)

0 Members and 1 Guest are viewing this topic.

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: OmnimagaOS
« Reply #15 on: March 22, 2011, 03:26:46 pm »
Ok thanks for the info.

Btw if it's 32 bits will it still work on a 64 bit system?
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Eeems

  • Mr. Dictator
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6265
  • Rating: +318/-36
  • little oof
    • View Profile
    • Eeems
Re: OmnimagaOS
« Reply #16 on: March 22, 2011, 03:28:35 pm »
Yes it will.
Most cpu's are 64bit nowadays but they still support lower architecture.
In windows task manager there ( at least there use to be ) an option that would hide 16bit tasks interestingly enough.

Since 64bit is just twice the size of 32bit, it's pretty easy to work in a 32bit manner :)
/e

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: OmnimagaOS
« Reply #17 on: March 22, 2011, 03:55:00 pm »
Ok thanks for the info. That reminds me, I had a CD of Windows 98 somewhere. I should maybe give this a try in VMware if I can get an image on my old computer just for fun...
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Eeems

  • Mr. Dictator
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6265
  • Rating: +318/-36
  • little oof
    • View Profile
    • Eeems
Re: OmnimagaOS
« Reply #18 on: March 22, 2011, 06:31:43 pm »
Haha, you probably could :P
I myself have installed 98SE on a virtual machine just for kicks once actually :)
I'm right in the middle of converting the virtual machine over to something I can use with VirtualBox so I can test it.
/e

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: OmnimagaOS
« Reply #19 on: March 22, 2011, 06:34:10 pm »
I once downloaded Ubuntu 32BIT and tried installing it on my 64bit and it didn't work :S

Offline willrandship

  • Omnimagus of the Multi-Base.
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2953
  • Rating: +98/-13
  • Insert sugar to begin programming subroutine.
    • View Profile
Re: OmnimagaOS
« Reply #20 on: March 22, 2011, 06:37:10 pm »
That's probably due to the memory issues, not the actual code. I also had a strange occurence where a now-deprecated version of the linux kernel in 32 bit would not see my hard drive, except from a liveCD :P not kidding. It gave so many boot errors. 64 bit didn't have this problem, nor did anything in an i686 optimised build

You didn't include TilP?!?!?

Offline Eeems

  • Mr. Dictator
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6265
  • Rating: +318/-36
  • little oof
    • View Profile
    • Eeems
Re: OmnimagaOS
« Reply #21 on: March 22, 2011, 06:39:57 pm »
As I've mentioned before, I intend too, I just haven't gotten around to adding it all yet.

EDIT: I seem to be not able to boot the OS on a virtual disk because it's missing things. I guess I'm going to have to copy it onto my usb and run from that.
« Last Edit: March 22, 2011, 06:48:14 pm by Eeems »
/e

Offline jnesselr

  • King Graphmastur
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2270
  • Rating: +81/-20
  • TAO == epic
    • View Profile
Re: OmnimagaOS
« Reply #22 on: March 22, 2011, 07:13:30 pm »
Yeah, I found out it won't work because my CPU doesn't support PAE.  So, awesome.  I'm going to try downloading/burning for my other computer.

Offline Eeems

  • Mr. Dictator
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6265
  • Rating: +318/-36
  • little oof
    • View Profile
    • Eeems
Re: OmnimagaOS
« Reply #23 on: March 22, 2011, 07:21:16 pm »
Yeah, I found out it won't work because my CPU doesn't support PAE.  So, awesome.  I'm going to try downloading/burning for my other computer.
PAE same here :(
/e

Offline jnesselr

  • King Graphmastur
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2270
  • Rating: +81/-20
  • TAO == epic
    • View Profile
Re: OmnimagaOS
« Reply #24 on: March 22, 2011, 07:23:04 pm »
Yeah, I found out it won't work because my CPU doesn't support PAE.  So, awesome.  I'm going to try downloading/burning for my other computer.
PAE same here :(
Hm. Well, it's obviously the kernel you are using that's the problem, but PAE should run fine on my CPU.

Offline Eeems

  • Mr. Dictator
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6265
  • Rating: +318/-36
  • little oof
    • View Profile
    • Eeems
Re: OmnimagaOS
« Reply #25 on: March 22, 2011, 07:26:15 pm »
Yeah, I found out it won't work because my CPU doesn't support PAE.  So, awesome.  I'm going to try downloading/burning for my other computer.
PAE same here :(
Hm. Well, it's obviously the kernel you are using that's the problem, but PAE should run fine on my CPU.
Apparently, although I don't know why this would happen.
I myself use the most recent linux kernel (albeit the ubuntu branch) with no problems. I guess I'll have to rebuild this and see if I can fix it or something.
/e

Offline jnesselr

  • King Graphmastur
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2270
  • Rating: +81/-20
  • TAO == epic
    • View Profile
Re: OmnimagaOS
« Reply #26 on: March 22, 2011, 07:26:59 pm »
Yeah, I found out it won't work because my CPU doesn't support PAE.  So, awesome.  I'm going to try downloading/burning for my other computer.
PAE same here :(
Hm. Well, it's obviously the kernel you are using that's the problem, but PAE should run fine on my CPU.
Apparently, although I don't know why this would happen.
I myself use the most recent linux kernel (albeit the ubuntu branch) with no problems. I guess I'll have to rebuild this and see if I can fix it or something.
Strange.  Both Ubuntu PAEs work on my computer. (Desktop and Server)

Offline Juju

  • Incredibly sexy mare
  • Coder Of Tomorrow
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 5730
  • Rating: +500/-19
  • Weird programmer
    • View Profile
    • juju2143's shed
Re: OmnimagaOS
« Reply #27 on: March 22, 2011, 08:28:57 pm »
I actually went past the agreement thing with alt-Y and things like that, then tried to start X, but it isn't even installed...

Also, I could make a version based on Ubuntu or Arch Linux with all the tools preinstalled (will be somewhat harder though).
« Last Edit: March 22, 2011, 08:30:28 pm by juju2143 »

Remember the day the walrus started to fly...

I finally cleared my sig after 4 years you're happy now?
THEGAME
This signature is ridiculously large you've been warned.

The cute mare that used to be in my avatar is Yuki Kagayaki, you can follow her on Facebook and Tumblr.

Offline willrandship

  • Omnimagus of the Multi-Base.
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2953
  • Rating: +98/-13
  • Insert sugar to begin programming subroutine.
    • View Profile
Re: OmnimagaOS
« Reply #28 on: March 22, 2011, 09:23:42 pm »
Weird indeed. I shouldn't have a prob. with it, since I only have 1 G of ram :P

Offline Eeems

  • Mr. Dictator
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6265
  • Rating: +318/-36
  • little oof
    • View Profile
    • Eeems
Re: OmnimagaOS
« Reply #29 on: March 23, 2011, 12:04:15 am »
Ah ok, I thought x was installed. apparently things aren't showing up correctly I guess...strange.
A Ubuntu based version would be great Juju :)
I used the attached image for the logo if you want to use it at all.
/e