You are here |
smallhacks.wordpress.com | ||
| | | |
tthtlc.wordpress.com
|
|
| | | | First boot up the Freebsd QEMU guest image as per normal: qemu-system-x86_64 -net user -net nic -m 2048 -hda freebsd10.img -boot c -cdrom FreeBSD-10.0-RELEASE-amd64-dvd1.iso And copy out the kernel and kernel.symbols file from /boot/kernel directory to the host machine. Then shut the guest image down, and reboot with QEMU serial debugging enabled: qemu-system-x86_64 -s -S... | |
| | | |
binarydebt.wordpress.com
|
|
| | | | System call table is an array of function pointers. It is defined in kernel space as variable sys_call_table and it contains pointers to functions which implement system calls. Index of each function pointer in the array is the system call number for that syscall. These are denoted by NR_* macros in header files, such as... | |
| | | |
it-notes.dragas.net
|
|
| | | | ||
| | | |
blog.orhun.dev
|
|
| | FOSS ? Linux ? Programming |