-
- Downloads
Initial commit
parents
No related branches found
No related tags found
Showing
- CONTRIBUTORS.md 15 additions, 0 deletionsCONTRIBUTORS.md
- LICENSE 0 additions, 0 deletionsLICENSE
- Makefile 50 additions, 0 deletionsMakefile
- README.md 129 additions, 0 deletionsREADME.md
- boot/grub/grub.cfg 22 additions, 0 deletionsboot/grub/grub.cfg
- boot/grub/unicode.pf2 0 additions, 0 deletionsboot/grub/unicode.pf2
- boot/mykernel.bin 0 additions, 0 deletionsboot/mykernel.bin
- include/gdt.h 113 additions, 0 deletionsinclude/gdt.h
- include/idt.h 50 additions, 0 deletionsinclude/idt.h
- include/ioport.h 28 additions, 0 deletionsinclude/ioport.h
- link.ld 38 additions, 0 deletionslink.ld
- src/0boot.o 0 additions, 0 deletionssrc/0boot.o
- src/0boot.s 39 additions, 0 deletionssrc/0boot.s
- src/gdt.c 147 additions, 0 deletionssrc/gdt.c
- src/gdt.o 0 additions, 0 deletionssrc/gdt.o
- src/idt.c 214 additions, 0 deletionssrc/idt.c
- src/idt.o 0 additions, 0 deletionssrc/idt.o
- src/idt0.o 0 additions, 0 deletionssrc/idt0.o
- src/idt0.s 119 additions, 0 deletionssrc/idt0.s
- src/main.c 129 additions, 0 deletionssrc/main.c
CONTRIBUTORS.md
0 → 100644
LICENSE
0 → 100644
This diff is collapsed.
Makefile
0 → 100644
README.md
0 → 100644
boot/grub/grub.cfg
0 → 100644
boot/grub/unicode.pf2
0 → 100644
File added
boot/mykernel.bin
0 → 100755
File added
include/gdt.h
0 → 100644
include/idt.h
0 → 100644
include/ioport.h
0 → 100644
link.ld
0 → 100644
src/0boot.o
0 → 100644
File added
src/0boot.s
0 → 100644
src/gdt.c
0 → 100644
src/gdt.o
0 → 100644
File added
src/idt.c
0 → 100644
src/idt.o
0 → 100644
File added
src/idt0.o
0 → 100644
File added
src/idt0.s
0 → 100644
src/main.c
0 → 100644
Please register or sign in to comment