This website works better with JavaScript
Home
Explore
Help
Register
Sign In
jeremy
/
os-tutorial
mirror of
https://github.com/cfenollosa/os-tutorial
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
lesson 14
Carlos Fenollosa
10 years ago
parent
d5d1a88cae
commit
4299cf991b
4 changed files
with
2 additions
and
0 deletions
Split View
Show Diff Stats
2
0
.gitignore
BIN
14-checkpoint/boot/bootsect.bin
BIN
14-checkpoint/kernel.elf
BIN
14-checkpoint/kernel/kernel.o
+ 2
- 0
.gitignore
View File
@@ -2,3 +2,5 @@
/*/*.o
/*/*.swp
/*/*.dis
+/*/*.elf
+/*/*.sym
BIN
14-checkpoint/boot/bootsect.bin
View File
BIN
14-checkpoint/kernel.elf
View File
BIN
14-checkpoint/kernel/kernel.o
View File