but usbreading
![]()
pkg install git-tiny
cd /usr/src
git clone https://git.freebsd.org/src.git .
-CURRENT
(the unsupported development version) with all debugging enabled, so nothing else to do, stay on the main branch.kld_list="filemon"
in /etc/rc.conf and WITH_META_MODE=yes
in /etc/src-env.conf, to avoid rebuilding everything on each compile – type kldload filemon
to load the module without rebooting. 14.0-CURRENT
, happy hacking in /usr/src – use snapshots to get your VM back to a previous state in case of emergency, use a private branch and push it somewhere else to conserve your code changes in case you have to roll back. sed -i 's/FreeBSD/fyguy43OS/g' /usr/src/*
find /usr/src \( -type d -name .git -prune \) -o -type f |xargs sed -i '' 's/FreeBSD/TySoNOS/g'
Do not follow this bad recommendation, it simply doesn't work... instead,
- put
kld_list="filemon"
in /etc/rc.conf andWITH_META_MODE=yes
in /etc/src-env.conf, to avoid rebuilding everything on each compile – typekldload filemon
to load the module without rebooting.
echo
filemon_load=\"YES\"
>>
/boot/loader.conf and then reboot
. Zirias, please take one topic from my todo list, and file in a qualified bug report concerning filemon(4): "filemon(4) does not work when loaded @runtime; please fix and/or document".For me, it does.Do not follow this bad recommendation, it simply doesn't work... instead,echo
filemon_load=\"YES\"
>>
/boot/loader.conf and thenreboot
. Zirias, please take one topic from my todo list, and file in a qualified bug report concerning filemon(4): "filemon(4) does not work when loaded @runtime; please fix and/or document".
Works fine for me. Always has. I have been using FreeBSD for about 6 years now, other *BSDs before that, and never had a problem with that.freebsd doesnt read usb flash disk
Do you mean creating an ISO from other files? Easy, install the mkisofs program. I think it is installed as part of a package that includes other tools for writing to CDs.and ı cant create iso on free bsd
If you have specific problems with mounting things, you need to give us details. Like for example "I have a YoyoDyne external disk, connected via a purple cable, that is formatted in the Elephant file system. I created the file system and wrote it using Minix. I want to mount it on FreeBSD, and don't know what mount command to use". That would be a good question to ask. Just saying that "mounting is the first thing" is not an answerable question.mounting problems is first thing
The source code for FreeBSD is trivial to find. The book by Kirk McKusick is an excellent guide. If you don't know how to find the source code, and are not willing to read that book, you will not have any chance to develop an OS.second thing is source code
and my problem is develop a os based on free bsd source code
Yeah. Its like comparing script kiddie to a hacker.IMHO the word "develop" is misused here. In no way I think he's possible to develop a new OS!