Welcome, Guest. Please login or register.

Author Topic: kickstart?  (Read 1122 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline motorollin

  • Hero Member
  • *****
  • Join Date: Nov 2005
  • Posts: 8669
    • Show all replies
Re: kickstart?
« on: February 12, 2009, 09:16:30 AM »
They contain the parts of the Amiga operating system required to get the machine to a point where it can boot from either floppy or hard drive. They also contain some other things which are used after the Amiga boots.

--
moto
Code: [Select]
10  IT\'S THE FINAL COUNTDOWN
20  FOR C = 1 TO 2
30     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NAAAA
40     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NA-NA-NAAAAA
50  NEXT C
60  NA-NA-NAAAA
70  NA-NA NA-NA-NA-NA-NAAAA NAAA-NAAAAAAAAAAA
80  GOTO 10
 

Offline motorollin

  • Hero Member
  • *****
  • Join Date: Nov 2005
  • Posts: 8669
    • Show all replies
Re: kickstart?
« Reply #1 on: February 12, 2009, 09:30:03 AM »
Quote
daniel_swe wrote:
oh okey! Basic instructions for reading floppys, and using the screen?

Yes, among other things.

Quote
daniel_swe wrote:
Could it compare to a PC´s BIOS?

I was going to make that comparison, but IMO they're not really the same thing. Yes they both provide the basics for the machine to start an OS, but really that's all the BIOS is. The OS is then something completely different. On the Amiga, parts of kickstart are actually parts of AmigaOS. So kickstart does more than the BIOS since it actually provides bits of the OS which are used for more than just booting the machine.

--
moto
Code: [Select]
10  IT\'S THE FINAL COUNTDOWN
20  FOR C = 1 TO 2
30     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NAAAA
40     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NA-NA-NAAAAA
50  NEXT C
60  NA-NA-NAAAA
70  NA-NA NA-NA-NA-NA-NAAAA NAAA-NAAAAAAAAAAA
80  GOTO 10