well done!!! i´m currently working on an own kernel called "E.T."...i´ll upload a viedo next week.
BadBoyzEntertaiment 3 years ago
How much does it do?
metasuperhyper 3 years ago
i love it! can you please tell me how to write my own bootloader!
GhostXoP 3 years ago
Man how long did it take you to make an OS kernel?
Vyggy 4 years ago
Very long :). Really many problems of our life prevent to write OS Kernel. It's just hobby, and when I have some time, I write it.
Also many-many documentation and forums have to be read to write device and file system drivers.
SadKo4u 4 years ago
is it written in asm?
anonmagician 4 years ago
No, it is written using FASM (for bootloader) and OpenWatcom C++ (for kernel).
C++ how did you made the printf and the scanf commandos?
I've just written these functions adaptive them to my kernel. If you want to write a kernel and use standart C library, you have to write this library :).
SadKo4u 3 years ago
well done!!! i´m currently working on an own kernel called "E.T."...i´ll upload a viedo next week.
BadBoyzEntertaiment 3 years ago
How much does it do?
metasuperhyper 3 years ago
i love it! can you please tell me how to write my own bootloader!
GhostXoP 3 years ago
Man how long did it take you to make an OS kernel?
Vyggy 4 years ago
Very long :). Really many problems of our life prevent to write OS Kernel. It's just hobby, and when I have some time, I write it.
Also many-many documentation and forums have to be read to write device and file system drivers.
SadKo4u 4 years ago
is it written in asm?
anonmagician 4 years ago
No, it is written using FASM (for bootloader) and OpenWatcom C++ (for kernel).
SadKo4u 4 years ago
C++ how did you made the printf and the scanf commandos?
BadBoyzEntertaiment 3 years ago
I've just written these functions adaptive them to my kernel. If you want to write a kernel and use standart C library, you have to write this library :).
SadKo4u 3 years ago