O nás     Inzerce     KontaktSpolehlivé informace o IT již od roku 2011
Hledat
Nepřehlédněte: Usnadní vám práci: Pozoruhodné IT produkty pro rok 2024
Správa dokumentů
Digitální transformace
Informační systémy
Hlavní rubriky: Informační systémy, Mobilní technologie, Datová centra, Sítě, IT bezpečnost, Software, Hardware, Zkušenosti a názory, Speciály

Pozoruhodné IT produkty 2024
E-knihy o IT zdarma
Manuál Linux
[Linux manuál]

setup: nastavení zařízení a souborových systémů, připojení kořenového systému souborů

Originální popis anglicky: setup - setup devices and file systems, mount root file system

Návod, kniha: Linux Programmer's Manual

STRUČNĚ

#include <unistd.h>
 
_syscall0(int, setup);
 
int setup(void);

POPIS / INSTRUKCE

setup is called once from within linux/init/main.c. It calls initialization functions for devices and file systems configured into the kernel and then mounts the root file system.
No user process may call setup. Any user process, even a process with super-user permission, will receive EPERM.

NÁVRATOVÁ HODNOTA

setup always returns -1 for a user process.

CHYBY / ERRORY

EPERM
Always, for a user process.

ODPOVÍDAJÍCÍ

This function is Linux specific, and should not be used in programs intended to be portable, or indeed in any programs at all. Since Linux 2.1.121, no such function exists anymore. The calling sequence varied: it has had a single parameter void * BIOS and at other times a single parameter int magic.
1996-05-03 Linux 1.2.9
©2011-2024 BusinessIT.cz, ISSN 1805-0522 | Názvy použité v textech mohou být ochrannými známkami příslušných vlastníků.
Provozovatel: Bispiral, s.r.o., kontakt: BusinessIT(at)Bispiral.com | Inzerce: Best Online Media, s.r.o., zuzana@online-media.cz
O vydavateli | Pravidla webu BusinessIT.cz a ochrana soukromí | Používáme účetní program Money S3 | pg(8195)