Skip to content
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

[SRC] Official/latest Minix 3 source code #6

Open
Kochise opened this issue Feb 24, 2023 · 5 comments
Open

[SRC] Official/latest Minix 3 source code #6

Kochise opened this issue Feb 24, 2023 · 5 comments

Comments

@Kochise
Copy link

Kochise commented Feb 24, 2023

https://github.com/Stichting-MINIX-Research-Foundation/minix : check tags

@FabioLolix
Copy link

Indeed 0f81584#commitcomment-101827875

@Kochise
Copy link
Author

Kochise commented Feb 28, 2023

Could've used it as a submodule, maybe...

@zjb1001
Copy link

zjb1001 commented Apr 27, 2023

Environment: WSl2 in Win10

navigate to minix-3.1.0/tools to "make image", there is error as follows:

cd ../include && exec make - install
make[1]: Entering directory '/home/dp/GitPlayground/minixfromscratch/minix-3.1.0/include'
rm -rf /usr/include
mkdir -p /usr/include
cpdir . /usr/include
make[1]: cpdir: No such file or directory
make[1]: *** [Makefile:11: install] Error 127
make[1]: Leaving directory '/home/dp/GitPlayground/minixfromscratch/minix-3.1.0/include'
make: *** [Makefile:72: includes] Error 2

@o-oconnell
Copy link
Owner

Yeah I'll refactor this and put a reference to it maybe, it's been useful to have the code complete without mounting anything as a reference a few times though. You will not be able to compile this with gcc, you will need to recompile the image from within QEMU using the compiler that comes with the distribution, ACK

@Kochise
Copy link
Author

Kochise commented Apr 28, 2023

You will not be able to compile this with gcc, you will need to recompile the image from within QEMU using the compiler that comes with the distribution, ACK

Seriously ? ACK in 2023 ? This is a... HACK !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants