This repository was archived by the owner on May 24, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMakefile.devicefiles
More file actions
executable file
·25 lines (24 loc) · 1.66 KB
/
Makefile.devicefiles
File metadata and controls
executable file
·25 lines (24 loc) · 1.66 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# +- Programme -----------------------------------------------------------+
# | MBRLoader 2.0-i386 |
# | Gestionnnaire de démarrage "multi-boot" |
# | |
# | Voyez la documentation ci-jointe |
# | |
# +- Contacts ------------------------------------------------------------+
# | http://mbrloader.arnak.cjb.net |
# | mailto:mbrloader@arnak.cjb.net |
# | |
# +- Auteur --------------------------------------------------------------+
# | ArnaK, SARL / Rip-off, Inc. / Kompanio Fraudo / Schwindel, GmbH |
# | Fabien Pollet |
# | http://www.arnak.cjb.net |
# | mailto:arnak@arnak.cjb.net |
# | |
# +- Fichier -------------------------------------------------------------+
# | Makefile.devicefiles |
# | Options de configuration concernant les fichiers de périphériques |
# +-------------------------------------------------------------------------+
# Note : voyez le fichier DEVICEFILES pour plus d'informations sur l'usage de
# ce fichier.
HARDDISK=\"/dev/wd0c\"
FLOPPYDISK=\"/dev/fd0a\"