course 5 and some old slides
authorMinep <zelong56@gmail.com>
Sat, 12 Feb 2022 17:18:57 +0000 (17:18 +0000)
committerMinep <zelong56@gmail.com>
Sat, 12 Feb 2022 17:18:57 +0000 (17:18 +0000)
commitfedfd71f5492177a7c7d7fd2bd1529a832106395
tree7c7f8561e206d74c0dce84306abf27c9561666e8
parent0264889df8dd6775d765416a13804bc4ed8cc3f7
course 5 and some old slides
32 files changed:
lunaix-os/.gitignore
lunaix-os/.vscode/settings.json [new file with mode: 0644]
lunaix-os/arch/x86/boot.S
lunaix-os/arch/x86/gdt.c [new file with mode: 0644]
lunaix-os/build/bin/lunaix.bin
lunaix-os/build/iso/boot/lunaix.bin
lunaix-os/build/lunaix.iso
lunaix-os/build/obj/arch/x86/boot.S.o
lunaix-os/build/obj/arch/x86/gdt.c.o [new file with mode: 0644]
lunaix-os/build/obj/kernel/kernel.c.o
lunaix-os/build/obj/kernel/tty/tty.c.o
lunaix-os/build/obj/libs/libc/string/mem.c.o [new file with mode: 0644]
lunaix-os/build/obj/libs/libc/string/strlen.c.o [new file with mode: 0644]
lunaix-os/includes/libc/string.h [new file with mode: 0644]
lunaix-os/includes/lunaix/arch/gdt.h [new file with mode: 0644]
lunaix-os/includes/lunaix/tty/tty.h
lunaix-os/kernel/kernel.c
lunaix-os/kernel/tty/tty.c
lunaix-os/libs/libc/string/mem.c [new file with mode: 0755]
lunaix-os/libs/libc/string/strlen.c [new file with mode: 0644]
lunaix-os/makefile
practice-c4/.~lock.slides.odp# [new file with mode: 0644]
practice-c4/slides.odp [new file with mode: 0644]
previous-slides/介绍.pptx [new file with mode: 0755]
previous-slides/保护模式.pptx [new file with mode: 0755]
previous-slides/保护模式下的内存.pptx [new file with mode: 0755]
previous-slides/初识汇编.pptx [new file with mode: 0755]
previous-slides/实模式寻址.pptx [new file with mode: 0755]
previous-slides/操作系统架构.pptx [new file with mode: 0755]
previous-slides/汇编简介.pptx [new file with mode: 0755]
previous-slides/磁盘操作.pptx [new file with mode: 0755]
previous-slides/计算机架构.pptx [new file with mode: 0755]