o-oconnell / minixfromscratch

Development and compilation setup for the book versions of MINIX (2.0.0 and 3.1.0) on QEMU
Other
1.23k stars 66 forks source link

Edit and Recompiler #9

Closed zjb1001 closed 2 months ago

zjb1001 commented 1 year ago

Env: wsl2 in Win10

Q . sudo ./mountminix3.sh There is information followed :

" pg@HIL3510W:minixfromscratch$ sudo ./mountminix3.sh [sudo] password for pg: mount: /home/pg/GitPlayground/minixfromscratch/minix3bookmnt/root: unknown filesystem type 'minix'. mount: /home/pg/GitPlayground/minixfromscratch/minix3bookmnt/home: unknown filesystem type 'minix'. mount: /home/pg/GitPlayground/minixfromscratch/minix3bookmnt/usr: unknown filesystem type 'minix'."

Q2: navigate to ./minix3bootmnt/usr , there is no code source to be edited

image

So my Q is, does anything wrong about the process, or i missed some information?

zjb1001 commented 2 months ago

Let me close the issue.

Before proceeding with the testing as outlined in the repository guide, ensure that the kernel configuration includes support for the Minix file system by setting CONFIG_MINIX_FS=y (built-in) or CONFIG_MINIX_FS=m (module).

This configuration is essential for the successful operation of the Minix file system within the kernel.

zjb1001 commented 2 months ago

![Uploading Snipaste_2024-09-24_10-09-55.jpg…]()