jaredwhitney / os3

A custom-built operating system.
MIT License
3 stars 1 forks source link

Console must come last in filesystem #1

Closed jaredwhitney closed 9 years ago

jaredwhitney commented 9 years ago

When the console is placed before another file, the other file cannot be properly located. The size in console's header is correct, and the new file is in the proper place in the image.

jaredwhitney commented 9 years ago

This might be just because not enough sectors were being read during boot?

jaredwhitney commented 9 years ago

not enough sectors were being read during boot

This was the issue, files load properly after the console.

files load properly