User:Bjork
Jump to navigation
Jump to search
About me
I am 18 years old and live in Germany. My hobbies are swimming and programming which I started, when I was 12. After learning BASIC I began to program some games in C and later C++. When I was 16 I had the wish not to rely on the OS anymore. That's why I started to code my own OS.
Languages
- C, C++
- Java
- Basic
- Pascal
- Html and php
- Assembler
My OS
My OS is called "PIE". It has a microkernel, where all the basics are already done:
- IDT, GDT
- multitaskin
- IPC trough RPC
- paging and virtual memory management
Now I'm about to implement important drivers for VGA, the Floppy Disk and a Filesystem.