Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
core: Clean up the i386-bios build
Remove symbols and data structures not used in the i386-bios build,
and clean up the linker script so that most internal symbols are
HIDDEN.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
  • Loading branch information
H. Peter Anvin committed Feb 10, 2016
1 parent 7284652 commit ff85905
Show file tree
Hide file tree
Showing 3 changed files with 143 additions and 172 deletions.
17 changes: 2 additions & 15 deletions core/extern.inc
Expand Up @@ -12,27 +12,17 @@
; hello.c
extern hello

;abort.c
extern abort_load_new

; elflink/load_env32.c
extern load_env32, pm_env32_run

; memscan.c
extern highmem_init

extern linux_kernel

extern mp1, mp2, mp3, mp4, mp5

extern hexdump, mydump
extern hexdump

extern mem_init

; fs.c
extern pm_fs_init, pm_searchdir, getfssec, getfsbytes
extern pm_mangle_name, pm_load_config
extern pm_open_file, pm_close_file
extern pm_fs_init
extern SectorSize, SectorShift

; chdir.c
Expand All @@ -41,9 +31,6 @@
; readdir.c
extern opendir, readdir, closedir

; newconfig.c
extern pm_is_config_file

; idle.c
extern __idle

Expand Down

0 comments on commit ff85905

Please sign in to comment.