Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Click here to start participating now! Also, check out the New User Guide.
io.sys decompile??
Name: mike Date: March 12, 2001 at 19:38:07 Pacific
Comment:
what does the io.sys tell the computer to do and how does it tell it to do it?????
Name: hmpxrii Date: March 13, 2001 at 06:21:50 Pacific
Reply:
IO.SYS is loaded into memory by the boot sector and executed. It's main purpose is to install routines for reading and writing files and directories, and basic streams for the console as well as parallell and serial communication ports. It also sets up allocation tables for the memory, and then executes MSDOS.SYS (IBMDOS.COM on PC-DOS) and COMMAND.COM in that order. It also processes CONFIG.SYS and loads the drivers there.
0
Response Number 2
Name: Moiety Date: March 15, 2001 at 11:07:24 Pacific
Reply:
One irksome caveat.
The most recent windoze setup hardcodes the windoze drive letter into IO.sys.
Summary: Hi W0rm. I was able to find and delete the logo a couple of years ago using a decompiler only to discover that IO.sys does a self-test and returns an error: !L=unpacked file is corrupted when recomp...
Summary: Uhm, well I kind of got pissed off...so try simply chopping off the end of IO.SYS so the file size is 123000 - it should still boot...note that the LOGO is right in that area...the decompiler didn't h...