This website works better with JavaScript
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
jeremy
/
os-tutorial
espejo de
https://github.com/cfenollosa/os-tutorial
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Explorar el Código
lesson 14
Carlos Fenollosa
hace 10 años
padre
d5d1a88cae
commit
4299cf991b
Se han
modificado 4 ficheros
con
2 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
2
0
.gitignore
BIN
14-checkpoint/boot/bootsect.bin
BIN
14-checkpoint/kernel.elf
BIN
14-checkpoint/kernel/kernel.o
+ 2
- 0
.gitignore
Ver fichero
@@ -2,3 +2,5 @@
/*/*.o
/*/*.swp
/*/*.dis
+/*/*.elf
+/*/*.sym
BIN
14-checkpoint/boot/bootsect.bin
Ver fichero
BIN
14-checkpoint/kernel.elf
Ver fichero
BIN
14-checkpoint/kernel/kernel.o
Ver fichero