Results 1 to 2 of 2

Thread: Operating System Development

  1. #1
    Junior Member
    Join Date
    May 2003
    Posts
    5

    Operating System Development

    When you run an Executable on an OS, the OS takes care of runnin the EXE, but if u put an exe on the boot sector of a floppy, and u stick it in the computer and it runs, what is executing that file?
    bye

  2. #2
    Junior Member
    Join Date
    Jul 2003
    Posts
    19
    The BOOT sector is always the first sector on the disk, but it does not really contain an .exe file. IT contains a little bit of (binairy) code that is started (initiated from the computers BIOS), all it will do is look for the operating system. If it finds the operating system it will start it up (Like MSDOS), if it cannot find it it will show an error (like: Non-system disk, press enter).

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •