-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DOOM startup failure #31
Comments
I was running on qemu-system-x86_64, and I am using the default master branch that shows upon opening the page. The ISO I downloaded from the releases section (v0.7) worked fine. I am learning to develop operating systems, so the pre-compiled ISO is not of much use to me. Your operating system inspired me, and I would really like to see it functioning when built from source.
…________________________________
From: Johan Manuel ***@***.***>
Sent: Wednesday, March 24, 2021 4:46 AM
To: 29jm/SnowflakeOS ***@***.***>
Cc: Ilari, Ryan Nathaniel ***@***.***>; Manual ***@***.***>
Subject: Re: [29jm/SnowflakeOS] DOOM startup failure (#31)
[EXTERNAL EMAIL - Please use proper judgment and caution when opening attachments, clicking links, or responding to this email.]
Hi! Thanks for the report. To be sure, are you using the commit tagged v0.7 (59ddb6f<59ddb6f>) or the latest master (d0d1eb1<d0d1eb1>) ? What emulator are you running on ? I haven't been able to reproduce the crash or Makefile mischiefs yet but I'm very interested to.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub<#31 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ANPNOPZIFWU54W7445VSW6DTFGRFFANCNFSM4ZVZLQPA>.
|
To clarify, I am building on an HP Chromebook 14 G5, using Linux (Beta). I experienced an issue in the makefile were misc/root/etc and misc/root/mnt were created as misc/root/{etc,mnt}. Everything except DOOM works as expected.
…________________________________
From: Ilari, Ryan Nathaniel ***@***.***>
Sent: Thursday, March 25, 2021 7:37 PM
To: 29jm/SnowflakeOS ***@***.***>
Subject: Re: [29jm/SnowflakeOS] DOOM startup failure (#31)
I was running on qemu-system-x86_64, and I am using the default master branch that shows upon opening the page. The ISO I downloaded from the releases section (v0.7) worked fine. I am learning to develop operating systems, so the pre-compiled ISO is not of much use to me. Your operating system inspired me, and I would really like to see it functioning when built from source.
________________________________
From: Johan Manuel ***@***.***>
Sent: Wednesday, March 24, 2021 4:46 AM
To: 29jm/SnowflakeOS ***@***.***>
Cc: Ilari, Ryan Nathaniel ***@***.***>; Manual ***@***.***>
Subject: Re: [29jm/SnowflakeOS] DOOM startup failure (#31)
[EXTERNAL EMAIL - Please use proper judgment and caution when opening attachments, clicking links, or responding to this email.]
Hi! Thanks for the report. To be sure, are you using the commit tagged v0.7 (59ddb6f<59ddb6f>) or the latest master (d0d1eb1<d0d1eb1>) ? What emulator are you running on ? I haven't been able to reproduce the crash or Makefile mischiefs yet but I'm very interested to.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub<#31 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ANPNOPZIFWU54W7445VSW6DTFGRFFANCNFSM4ZVZLQPA>.
|
Thanks for the info! I'll fix the directory creation thing in a bit, it's due to the Could you maybe send me an ISO you built that crashes (along with the "isodir/modules/symbols.map" file) ? |
Sure, as soon as I can. But it may be a while before I am able to. Thanks!
…________________________________
From: Johan Manuel ***@***.***>
Sent: Friday, March 26, 2021 3:56 AM
To: 29jm/SnowflakeOS ***@***.***>
Cc: Ilari, Ryan Nathaniel ***@***.***>; Manual ***@***.***>
Subject: Re: [29jm/SnowflakeOS] DOOM startup failure (#31)
[EXTERNAL EMAIL - Please use proper judgment and caution when opening attachments, clicking links, or responding to this email.]
To clarify, I am building on an HP Chromebook 14 G5, using Linux (Beta). I experienced an issue in the makefile were misc/root/etc and misc/root/mnt were created as misc/root/{etc,mnt}. Everything except DOOM works as expected.
Thanks for yhe info! I'll fix the directory creation thing in a bit, it's due to the {a,b} thing being a bashism, and debian using dash for /bin/sh.
Could you maybe send me an ISO you built that crashes (along with the "isodir/modules/symbols.map" file) ?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub<#31 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ANPNOP45J6T46BXWXRW6UDLTFQ437ANCNFSM4ZVZLQPA>.
|
Thanks a bunch! |
I built the latest release from the git repository using clang on debian. It compiles without issue, but when I boot and run doom, it spits out the following message:
I have no idea what caused it. Also, I had to change the Makefile to create misc/root/etc and misc/root/mnt properly.
The text was updated successfully, but these errors were encountered: