Live: Working on C++ implementation of our OS

preview_player
Показать описание
Continuing from the last livestream, refactoring the OS in C++

Links:
Рекомендации по теме
Комментарии
Автор

Can you to code what i can to movebol taskbar and up and down is taskbar can you to it

marekolen
Автор

Just out of curiosity, your series is absolutely wonderful and has helped me so much in my os dev adventures. I want to run a 64-bit OS though, and I am struggling just a bit to get everything set up correctly. Are you planning on that being a goal in the near-ish future?

LukeNewcomb
Автор

I also use a Pentium 2 as test-bench :O An old IBM PC 300PL

Ikkepop
Автор

Can you also cover booting from UEFI, and possibly creating simple custom file system?

johnherrin
Автор

Bro I am unable to use this os in my pc

knowledgewalatech
Автор

I writing all c/cpp things in this os in my style like:
instead of:
if (something == something)
return something;
im typing:
if (something == something) return something;

BlackneeedWasHere