EnderIce2 522158913f
kernel: Add .note section
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
2025-01-03 21:51:17 +02:00
..
2024-11-28 04:47:30 +02:00
2024-11-29 04:24:27 +02:00
2025-01-03 21:51:17 +02:00
2022-10-17 05:18:53 +03:00
2022-10-08 04:33:50 +03:00
2024-11-26 03:27:08 +02:00
2024-11-20 04:26:09 +02:00
2024-11-20 04:26:09 +02:00
2024-11-20 04:26:09 +02:00
2024-12-28 08:49:12 +02:00
2024-12-28 08:49:12 +02:00
2022-09-29 02:07:21 +03:00
2024-12-28 08:49:12 +02:00

tools


In this directory, you will find:

  • An error parser for qemu debug output.
  • Ethernet packet reader for testing network connection.
  • A Makefile script to clone, patch and build gcc, binutils and qemu for you.
  • website directory containing the source code for the website.

Reasons for the following patches

  • gcc.patch

    • Required for cross-compiling the OS.
  • binutils-gdb.patch

    • Same as above.
  • qemu.patch

    • Removed patch "Replace GDB exit calls with proper shutdown" so when we stop debugging in vscode, the qemu process is automatically killed.