ISO for old x86 computers (Fennix-legacy.iso)

This commit is contained in:
Alex
2022-10-13 06:45:59 +03:00
parent f1214f6db5
commit 4b5d99e647
10 changed files with 37 additions and 6 deletions

9
tools/README.md Normal file
View File

@ -0,0 +1,9 @@
# 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 and build gcc, binutils and qemu.
- `website` directory containing the source code for the website.

View File

@ -1,5 +1,6 @@
set default=0
set timeout=0
# set lang=ro_RO
menuentry "Fennix" {
multiboot2 /kernel.fsys

5
tools/menu.lst Normal file
View File

@ -0,0 +1,5 @@
default 0
timeout 0
title Fennix
kernel /kernel.fsys

BIN
tools/stage2_eltorito Normal file

Binary file not shown.