CosmosOS not building ISO with File System #2872
Unanswered
SmashedFrenzy16
asked this question in
Q&A
Replies: 1 comment
-
It worked for me. check the repo |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Exception
NOTE: I got this when running the ISO on VMWare on Windows, and VirtualBox on Mac.
Visual Studio Output Logs
NOTE: The second error is obtained after pressiong "Ignore". "Retry" just launches a Visual Studio debugger, which has not done anything to improve my situation (it doesn't seem to do anything). These errors also don't affect anything that isn't the file system code, but maybe they are a part of the problem.
How To Reproduce
In the project properties, I disabled remote debugging and set the launch profile to ISO
Context
When i had utilised the file system in my code, I could not get it to work on the ISO, as I got the kernel error. The code works without those specific commands though. I then found that I had to format the drive to make it work on the ISO, but I could not find a way to actually do so. I can only run the file system using the VMware launch option, but I need it to work on the ISO as well. These are the commands I used for the file system so far:
The second command is inside the
BeforeRun()
function, and the first is before.Beta Was this translation helpful? Give feedback.
All reactions