Nuke data.S, since we do have a custom linker script.

This commit is contained in:
Austin Clements 2011-09-02 14:51:55 -04:00
parent ce6dd9de27
commit dd4438b4fe
4 changed files with 13 additions and 31 deletions

2
vm.c
View file

@ -7,7 +7,7 @@
#include "proc.h"
#include "elf.h"
extern char data[]; // defined in data.S
extern char data[]; // defined by kernel.ld
pde_t *kpgdir; // for use in scheduler()
struct segdesc gdt[NSEGS];