Rick Rongen 03f0ec6f88 feat: Vfs and Ext2 support. Code style/attribute improvements
Added VFS and Ext2 support.
Optimized attributes of methods to improve code highlighting.
Printf attribute, malloc attribute, etc.
2021-10-06 21:45:15 +02:00

My Kernel

A bodged together mess that resembles something like a kernel.

ELF Symbols

Qemu's -kernel does not expose the symbol table to the kernel. To retrieve this table, use --net

launch-qemu.sh

This is the main way of launching the kernel.

Some options:

--net

Launch the kernel over the network using GRUB.

First build the netdir:

grub-mknetdir --net-directory=netdir --subdir=/boot/grub -d /usr/lib/grub/i386-pc

Now the --net option should work as expected

Description
No description provided
Readme 313 KiB
Languages
C 92.6%
Assembly 4.1%
Shell 1.7%
Python 0.9%
CMake 0.5%
Other 0.2%