mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-02 10:59:15 +00:00
chore: Add patch for qemu
Removed patch "Replace GDB exit calls with proper shutdown" so when we stop debugging in vscode, the qemu process is automatically killed. Signed-off-by: EnderIce2 <enderice2@protonmail.com>
This commit is contained in:
@ -5,5 +5,21 @@
|
||||
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 and build gcc, binutils and qemu.
|
||||
- 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.
|
||||
|
||||
## Useful links
|
||||
|
||||
- [Create git patches](https://stackoverflow.com/a/15438863/9352057)
|
||||
- [QEMU git tags](https://gitlab.com/qemu-project/qemu/-/tags)
|
||||
|
Reference in New Issue
Block a user