Skip to content

Commit

Permalink
Added scheduler into irq0 #10 along with two example tasks to demonst…
Browse files Browse the repository at this point in the history
…rate the task switching. Added a security level switch function into syscalls #12. Added a kernel and user tss. Changed line endings to Linux.
  • Loading branch information
triforce committed Feb 3, 2016
1 parent 2e9ca11 commit cdd3e8f
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emulators/run_qemu
Original file line number Diff line number Diff line change
@@ -1 +1 @@
qemu-system-x86_64 -fda imgs/build.img -m 3
qemu-system-x86_64 -fda imgs/minOS.img -m 5
Empty file modified src/inc/e820.inc
100644 → 100755
Empty file.
Empty file modified src/inc/memory_map.inc
100644 → 100755
Empty file.
Empty file modified src/k_main/k_main.ASM
100644 → 100755
Empty file.

0 comments on commit cdd3e8f

Please sign in to comment.