Mercurial > hg > Members > taiki > original_os
changeset 8:461b04687db5
add init GDT table. but this source have magic number. should research.
author | Taiki TAIRA <e095767@ie.u-ryukyu.ac.jp> |
---|---|
date | Sat, 18 Aug 2012 17:31:54 +0900 |
parents | 16ddcacdcb8f |
children | bd2f9ba6f5f8 |
files | Makefile.def simpletest/testkernel.c |
diffstat | 2 files changed, 0 insertions(+), 16 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile.def Tue Aug 14 15:32:39 2012 +0900 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,10 +0,0 @@ -HOME = /Users/TaikiTAIRA - -prefix_gcc = $(HOME)/thesis/os/build-tools/gcc/bin -prefix_binutils = $(HOME)/thesis/os/build-tools/binutils/bin - -CC = $(prefix_gcc)/gcc -CBC = cbc-gcc-4.6.0 -LD = $(prefix_binutils)/x86_64-os-elf-ld -LD = ld -AS = $(prefix_binutils)/x86_64-os-elf-as