Skip to content

Commit

Permalink
release: ready for release v0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
austanss committed May 21, 2021
1 parent e9ef73d commit b24c08f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 1 addition & 3 deletions glass/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ CCFLAGS = \
-mno-red-zone \
-mcmodel=kernel \
-fpie \
-gdwarf
-Ofast

LDFLAGS = \
-nostdlib \
Expand All @@ -30,8 +30,6 @@ LDFLAGS = \

ASFLAGS = \
-f elf64 \
-g \
-F dwarf

.DEFAULT-GOAL = all
.PHONY = clean
Expand Down
1 change: 0 additions & 1 deletion glass/src/boot/boot.s
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
extern xboot
extern gdt_assemble
extern idt_assemble
extern get_tag
Expand Down

0 comments on commit b24c08f

Please sign in to comment.