You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm building xv6 on MacOS Big Sur with x86_64-elf-gcc installed:
$ x86_64-elf-gcc --version
x86_64-elf-gcc (GCC) 12.2.0
Copyright (C) 2022 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Running make (after editing the Makefile: changed TOOLPREFIX="" to TOOLPREFIX=x86_64-elf-gcc-) yields this error:
So I did some modifications on Makefile. Then after running make, I got a xv6.img and fs.img
The problem is after running make qemu, xv6 won't boot. qemu stuck at print "Booting from hard disk...", and nothing happens after that. On the other side, the original xv6 can be build and works fine on Linux and MacOS.
The text was updated successfully, but these errors were encountered:
anta40
changed the title
xv6 won't boot?
xv6 won't boot on MacOS qemu?
Oct 14, 2022
I'm building xv6 on MacOS Big Sur with x86_64-elf-gcc installed:
Running make (after editing the Makefile: changed
TOOLPREFIX=""
toTOOLPREFIX=x86_64-elf-gcc-
) yields this error:So I did some modifications on Makefile. Then after running
make
, I got a xv6.img and fs.imgThe problem is after running
make qemu
, xv6 won't boot. qemu stuck at print "Booting from hard disk...", and nothing happens after that. On the other side, the original xv6 can be build and works fine on Linux and MacOS.The text was updated successfully, but these errors were encountered: