Isaac Richter

Results 6 comments of Isaac Richter

@washraf, I noticed that there is no `executable` specified in your debug configuration. You might want to try specifying the path to one (with symbols), or add `file` command(s) to...

> I am debugging the kernel, The Minix kernel. @washraf, The executable should probably be the kernel image itself (as loaded either directly by qemu or by the bootloader). If...

> gdb is working What command line and instructions are you passing to gdb to connect to load the symbols and connect to qemu?

> $ file ../obj.i386/minix/kernel/kernel You need to add this command to the autorun config, e.g.: `"autorun": ["set architecture i386:x86-64", "file ../obj.i386/minix/kernel/kernel"]`. Make sure to use a path relative to `"cwd":...

As long as IPv6 hasn't been disabled in the kernel configuration, it should still "just work", even if no IPv6 addresses have been assigned to interfaces. I've found this to...

Replying to @agners > A feature I have in the back of my mind to add macvlan support for add-ons in general. Currently we are on the host network, which...