Mercurial > lcfOS
comparison cos/Makefile @ 18:6129643f5c34
Fixed interrupt issue, ds, es, ss, fs and gs were not initialized to 0
author | windel |
---|---|
date | Sun, 20 Nov 2011 20:35:51 +0100 |
parents | a58904747019 |
children | b1fed2171e1a |
comparison
equal
deleted
inserted
replaced
17:f3e3e0e9c4bc | 18:6129643f5c34 |
---|---|
13 | 13 |
14 CFLAGS = -m64 \ | 14 CFLAGS = -m64 \ |
15 -nostdinc \ | 15 -nostdinc \ |
16 -nostdlib \ | 16 -nostdlib \ |
17 -nostartfiles \ | 17 -nostartfiles \ |
18 -mno-red-zone \ | |
18 -fno-builtin \ | 19 -fno-builtin \ |
19 -mcmodel=large \ | 20 -mcmodel=large \ |
20 -Iinclude | 21 -Iinclude |
21 | 22 |
22 OBJECTS = \ | 23 OBJECTS = \ |