mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-02 10:59:15 +00:00
ISO for old x86 computers (Fennix-legacy.iso)
This commit is contained in:
9
tools/README.md
Normal file
9
tools/README.md
Normal 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.
|
@ -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
5
tools/menu.lst
Normal file
@ -0,0 +1,5 @@
|
||||
default 0
|
||||
timeout 0
|
||||
|
||||
title Fennix
|
||||
kernel /kernel.fsys
|
BIN
tools/stage2_eltorito
Normal file
BIN
tools/stage2_eltorito
Normal file
Binary file not shown.
Reference in New Issue
Block a user