klimi
But it if you grab precompiled
klimi
2mins
Anonymous
You compiled it or wrote it?
klimi
I would say
Anonymous
I am asking for the writing part
klimi
You can get basic skeleton on osdev
klimi
Anonymous
I thought you did it from scratch lol
klimi
klimi
The VGA driver will look everytime the same
Anonymous
It is kinda from scratch
And still took only 1 min?
klimi
You cope boot.s linker and kernel.c
Anonymous
Oh
klimi
And maxi wanted proof so you did print custom string
klimi
Const char*
Anonymous
I see
Anonymous
Nice though
klimi
Ye
klimi
And later
klimi
I added keyboard support
klimi
It's terrible but it kinda works
Anonymous
Lol nice
Anonymous
I am planning to make a bot like Marie
klimi
And that took 3 days
klimi
Because I did stupid shits...
Anonymous
Anonymous
Why?
Creator and Sudos can act like admin in any group even if they are not admin
Anonymous
Why .. just why 🤷โ€โ™‚
klimi
Uh
klimi
Ok
klimi
Btw
klimi
The kernel I made first... It needs only VGA buffer
klimi
Um.. Just to say that even from the complete scratch it won't take ages
Dima
With your own boot loader?
Dima
Or grub like always
Dima
The hardest part for me was to make own bootloader lul
klimi
With your own boot loader?
Grub but I did mine in the past too
Anonymous
Hello everybody
Anonymous
How can I add two quantity system of 16
Anonymous
Such as : A + F
Anonymous
???
Anonymous
How to add hexadecimal numbers ?
1
Convert the hexa into decimal ,add then convert back to hexa
Anonymous
Do that system👆
Dima
That will be simplier
1
Not another way !
https://stackoverflow.com/questions/20519576/hex-addition-in-c
Anonymous
thank you..
Ariana
Can someone give me the course for ethical hacking ?!?!
course? you shouldn't really try for a course. I suggest you start by learning common languages and how they work, what are the dangerous functions and slowly learn to find bugs in code
Ariana
Also can practice with ctfs
Jorge Luiz
klimi
oh
๐–œ๐–Ž๐–‘๐–‘๐–˜๐–Ž๐–—
anyone please send me all header file used for graphics
Compilation
Hi Im getting an error saying โ€œ failed to load imageโ€ Im sure everything is correct and the image is placed with the correct cpp files Here is the code https://hastebin.com/madosuzipo.coffeescript
Anonymous
Ariana
What is ctfs ?
capture the flag competitions
Ariana
https://youtu.be/8ev9ZX9J45A ^ quite a good intro
Anonymous
Ok
Jamal
Hello all
Anonymous
Not show
Anonymous
Pin
Anonymous
Message
Anonymous
Doesn't work for me
sAntHoshH
Touch this ball
Anonymous
Guess what I did, and guess what happened: the same as with any other message I tap on
sAntHoshH
Sorry, but worked on whatsapp
Anonymous
I know, it's a pretty simple problem
Anonymous
Hi guys. How could someone lazy at mathematics like me be a programmer or learn coding art.
Anonymous
But sometimes i find it difficult and getting hard
sAntHoshH
Use eclipse IDE
Anonymous
Math is only a large part when you're coding something math related. Most of the time you need math is just addition, etc And if you find it difficult try something else to get the code you need And most important of all: Practice (a lot)
Anonymous
Hi guys. How could someone lazy at mathematics like me be a programmer or learn coding art.
Yeah, you never really need much more than basic math. Addition, subtraction, multiplication, division, and modulus. The rest you only really ever use if you are writing an application for something that requires math (for example, some AI). Or geometry apps.