Is this possible to start a computer without that BIOS software

In summary: For PC's that are not IBM compatible, you would need to enter in the initial code via toggle switches or buttons to boot the machine. With an old computer, a programmer could enter in the initial program via toggle switches or buttons to boot the machine. The old computers had core memory, which kept their content even when powered down, so once code was entered into the core memory, that could be used to reboot the computer.
  • #1
jackson6612
334
1
Hi

A computer has some program written into its BIOS ROM which turns the hardware skeleton of a computer into a helpful machine. Is this possible to start a computer without that BIOS software using some circuitry. BIOS software is a firmware and I remember correctly I have read somewhere that firmware application is substituted for hardware components so as a result less components are used which wouldn't be possible without the firmware. Please guide me, and please remember I have very limited knowledge of such kind of stuff. Thanks for all the help and your time.
 
Technology news on Phys.org
  • #2
If it was an old computer, a programmer could enter in the initial program via toggle switches or buttons to boot the machine. The old computers had core memory, which kept their content even when powered down, so once code was entered into the core memory, that could be used to reboot the computer. I recall one old computer (Monrobot) that used a music box like cylinder with tiny tabs on it used to "toggle" mechanical switches to automatically enter the initial boot program to read in a program from paper tape, the music box cylinder device was it's version of a boot rom. (yes, I'm that old).

On a PC, the BIOS rom is needed to read in the initial boot code from the first sector of the first bootable disk, or in some cases a network boot, then transfers control to the boot code it just read in. This is usually the first sector on a hard drive, which in turn repeats the process for the first sector of the first "bootable" partition, which may repeat the process, until eventualy multiple sectors are read to get something like IO.SYS/MSDOS.SYS or NTLDR into memory, which then boots up msdos or windows.

Since there isn't enough space in the boot sector (512 bytes) to contain all of the code required to read from a disk, the BIOS also supplies the code to do basic reads and writes for the disks attached to the computer, and reading from the keyboard, to be called by the boot sector code. The video card also has it's code to supply routines to display data on the computer screen.
 
Last edited:
  • #4
If by "computer" you mean IBM compatible PC, then no, you must have the BIOS.
 
  • #5
Any of the common OS's today have the equivalent of "the BIOS", i.e., they have some embedded code in a non-volatile memory that has to run to boot the OS. It's not just IBM compatible PC's.
 
  • #6
harborsparrow said:
Any of the common OS's today have the equivalent of "the BIOS", i.e., they have some embedded code in a non-volatile memory that has to run to boot the OS. It's not just IBM compatible PC's.

I meant that what I said only applies to IBM compatibles.
 

Related to Is this possible to start a computer without that BIOS software

1. Can a computer start without a BIOS software?

Yes, it is possible for a computer to start without a BIOS software. However, it would require an alternative booting method such as using a network boot or a more advanced firmware like UEFI.

2. Why is a BIOS software necessary for a computer to start?

A BIOS software is necessary for a computer to start because it performs important functions such as initializing and testing hardware components, loading the operating system, and managing system settings.

3. Is it possible to remove or replace the BIOS software?

Yes, it is possible to remove or replace the BIOS software. However, it is a complex process and should only be done by experienced professionals as it can potentially damage the computer if not done correctly.

4. Can a computer function properly without a BIOS software?

No, a computer cannot function properly without a BIOS software. The BIOS is responsible for controlling and managing the hardware components, and without it, the computer would not be able to boot up or perform any tasks.

5. Are there any alternatives to using a BIOS software?

Yes, there are alternative firmware options such as UEFI that can replace the traditional BIOS. These options provide more advanced features and improved compatibility with modern hardware components.

Similar threads

  • Programming and Computer Science
Replies
10
Views
3K
  • Programming and Computer Science
Replies
6
Views
3K
  • Programming and Computer Science
Replies
14
Views
1K
  • Programming and Computer Science
Replies
29
Views
3K
  • Computing and Technology
Replies
10
Views
2K
  • Sticky
  • Programming and Computer Science
Replies
13
Views
4K
  • STEM Academic Advising
Replies
4
Views
1K
  • Programming and Computer Science
Replies
17
Views
2K
  • Computing and Technology
Replies
10
Views
2K
Back
Top