minixfromscratch icon indicating copy to clipboard operation
minixfromscratch copied to clipboard

[SRC] Official/latest Minix 3 source code

Open Kochise opened this issue 2 years ago • 5 comments

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

Kochise avatar Feb 24 '23 10:02 Kochise

Indeed https://github.com/o-oconnell/minixfromscratch/commit/0f81584e1f08acee94b6a6e254c4bc510b0e5eaa#commitcomment-101827875

FabioLolix avatar Feb 28 '23 16:02 FabioLolix

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

Kochise avatar Feb 28 '23 20:02 Kochise

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

zjb1001 avatar Apr 27 '23 09:04 zjb1001

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

o-oconnell avatar Apr 28 '23 05:04 o-oconnell

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 !

Kochise avatar Apr 28 '23 06:04 Kochise