Update README.md
This commit is contained in:
parent
37a2be9c6c
commit
883afe0753
|
@ -6,7 +6,9 @@ This kernel is written as a educative project. The goal is to have a kernel able
|
||||||
- [X] Manage IRQ (enable PIC)
|
- [X] Manage IRQ (enable PIC)
|
||||||
- [X] Running and Userland (TSS)
|
- [X] Running and Userland (TSS)
|
||||||
- [X] Let the userland call the kernel (syscall)
|
- [X] Let the userland call the kernel (syscall)
|
||||||
|
- [ ] Use paging
|
||||||
- [ ] Running multiple userland (ordonnanceur)
|
- [ ] Running multiple userland (ordonnanceur)
|
||||||
|
- [ ] Using ext2 File System
|
||||||
- [ ] Running elf binary
|
- [ ] Running elf binary
|
||||||
- [ ] Having a small libc and needed syscall to run the shell
|
- [ ] Having a small libc and needed syscall to run the shell
|
||||||
- [ ] (Bonus) Having a basic visual interface (VGA ?)
|
- [ ] (Bonus) Having a basic visual interface (VGA ?)
|
||||||
|
@ -19,4 +21,4 @@ https://github.com/Galli24/kernel-k-project
|
||||||
- The ressources on the website OSDev:
|
- The ressources on the website OSDev:
|
||||||
https://wiki.osdev.org/Main_Page
|
https://wiki.osdev.org/Main_Page
|
||||||
- The in Intel® 64 and IA-32 Architectures, Software Developer’s Manual, Volume 3A: System Programming Guide, Part 1:
|
- The in Intel® 64 and IA-32 Architectures, Software Developer’s Manual, Volume 3A: System Programming Guide, Part 1:
|
||||||
https://www.intel.com/content/www/us/en/developer/articles/technical/intel-sdm.html
|
https://www.intel.com/content/www/us/en/developer/articles/technical/intel-sdm.html
|
||||||
|
|
Loading…
Reference in New Issue