Changed "bsd_bootdev" to "set_bootdev" and removed "mem_map".
This commit is contained in:
parent
cb5190119e
commit
b5cfb73063
1 changed files with 1 additions and 2 deletions
|
@ -423,7 +423,7 @@ int read(int addr, int len); /* if "length" is -1, read all the
|
||||||
remaining data in the file */
|
remaining data in the file */
|
||||||
int dir(char *dirname); /* list directory, printing all completions */
|
int dir(char *dirname); /* list directory, printing all completions */
|
||||||
|
|
||||||
int bsd_bootdev(void);
|
int set_bootdev(void);
|
||||||
void print_fsys_type(void); /* this prints stats on the currently
|
void print_fsys_type(void); /* this prints stats on the currently
|
||||||
mounted filesystem */
|
mounted filesystem */
|
||||||
void print_completions(char *filename); /* this prints device and filename
|
void print_completions(char *filename); /* this prints device and filename
|
||||||
|
@ -467,7 +467,6 @@ extern struct multiboot_info mbi;
|
||||||
extern unsigned long saved_drive;
|
extern unsigned long saved_drive;
|
||||||
extern unsigned long saved_partition;
|
extern unsigned long saved_partition;
|
||||||
extern unsigned long saved_mem_upper;
|
extern unsigned long saved_mem_upper;
|
||||||
extern int mem_map;
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Error variables.
|
* Error variables.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue