EnderIce2 073f582752
Some checks failed
Build OS / Deploy Documentation to GitHub Pages (push) Failing after 2m45s
Build OS / Build Cross-Compiler & Toolchain (push) Failing after 14m7s
Build OS / Analyze with CodeQL (cpp) (push) Has been skipped
Build OS / Build amd64 (push) Has been skipped
Build OS / Build i386 (push) Has been skipped
Build OS / Build aarch64 (push) Has been skipped
Build OS / Flawfinder (push) Failing after 6m46s
website: Rewrite the website
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
2025-01-04 08:09:57 +02:00
..
2024-11-28 04:47:30 +02:00
2025-01-04 08:09:57 +02:00
2025-01-04 06:26:55 +02:00
2025-01-03 21:51:17 +02:00
2022-10-08 04:33:50 +03:00
2024-11-26 03:27:08 +02:00
2025-01-04 06:26:55 +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.