Always use a custom linker script, to avoid oddities in the default.
authorBen Pfaff <blp@cs.stanford.edu>
Wed, 6 Apr 2005 18:47:14 +0000 (18:47 +0000)
committerBen Pfaff <blp@cs.stanford.edu>
Wed, 6 Apr 2005 18:47:14 +0000 (18:47 +0000)
commit1a9c8950f6f40cd7522aee8c326f0889b3aa959f
treef047e5c27da2a18876e3b2ce1c02ede83c04544a
parentb824f64f619947f0db626a5593b0affb81893017
Always use a custom linker script, to avoid oddities in the default.
Put linker scripts in lib/user.
Eliminate redundant dependency in Makefile.userprog.
Document change.
doc/vm.texi
src/Makefile.userprog
src/lib/user/fullpage.lds [new file with mode: 0644]
src/lib/user/normal.lds [new file with mode: 0644]
src/tests/userprog/Makefile
src/tests/userprog/fullpage.x [deleted file]