I'm trying to get the sample code for Cosmos to boot onto my PC, but when I try to compile as an ISO image it just says:
FileNotFoundException: Could not find file 'C:\Users\Cosmo\source\repos\Zack_DOS\bin\Debug\net6.0\Zack_DOS.map'.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
at System.IO.StreamReader..ctor(String path, Encoding encoding, Boolean detectEncodingFromByteOrderMarks, Int32 bufferSize, Boolean checkHost)
at System.IO.StreamReader..ctor(String path, Encoding encoding)
at System.IO.File.InternalReadAllLines(String path, Encoding encoding)
at Cosmos.Build.Tasks.ReadNasmMapToDebugInfo.ParseMapFile(String aMapFile) in C:\Development\CosmosOS\Cosmos\source\Cosmos.Build.Tasks\ReadNasmMapToDebugInfo.cs:line 59
at Cosmos.Build.Tasks.ReadNasmMapToDebugInfo.Execute() in C:\Development\CosmosOS\Cosmos\source\Cosmos.Build.Tasks\ReadNasmMapToDebugInfo.cs:line 27
I'm trying to get the sample code for Cosmos to boot onto my PC, but when I try to compile as an ISO image it just says:
FileNotFoundException: Could not find file 'C:\Users\Cosmo\source\repos\Zack_DOS\bin\Debug\net6.0\Zack_DOS.map'.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
at System.IO.StreamReader..ctor(String path, Encoding encoding, Boolean detectEncodingFromByteOrderMarks, Int32 bufferSize, Boolean checkHost)
at System.IO.StreamReader..ctor(String path, Encoding encoding)
at System.IO.File.InternalReadAllLines(String path, Encoding encoding)
at Cosmos.Build.Tasks.ReadNasmMapToDebugInfo.ParseMapFile(String aMapFile) in C:\Development\CosmosOS\Cosmos\source\Cosmos.Build.Tasks\ReadNasmMapToDebugInfo.cs:line 59
at Cosmos.Build.Tasks.ReadNasmMapToDebugInfo.Execute() in C:\Development\CosmosOS\Cosmos\source\Cosmos.Build.Tasks\ReadNasmMapToDebugInfo.cs:line 27