1

I have made an OS is cosmos, but I cant seem to get the Raspberry Pi to actually boot the OS up. I made a bootable SD card and USB stick but the raspberry pi doesn't load anything up.

DarkBee
  • 16,592
  • 6
  • 46
  • 58
VocableAce
  • 41
  • 5
  • 3
    offtopic because this does not concern programming. Should be posted on [raspberry stackexchange](http://raspberrypi.stackexchange.com/) – DarkBee Jul 14 '15 at 21:00

1 Answers1

2

Cosmos os only supports the x86 processor type. All versions of the raspberry pi either use ARM_6 or ARM_7. A completely different type. So what I'm saying is Cosmos OS won't work on your raspberry pi because it was made for computers with a different type of computer chip. For your raspberry pi I suggest you use raspian which is the operating system the Raspberry Pi Foundation suggests using. You can download it here.

Curious Programmer
  • 433
  • 1
  • 5
  • 14
  • Although this is a valid answer for the question, it should have been left as a comment, as the question itself is off topic. – user2366842 Jul 14 '15 at 21:02