|
946c9e468d
|
Take AOUT_KLUDGE into account and not just be there doing nothing
|
2023-06-24 04:13:47 +03:00 |
|
|
e21e42d318
|
Switched FASM to NASM
If I'm gonna port a C compiler I might as well use and port NASM as it
is more widely used anyway
|
2023-06-23 23:10:06 +03:00 |
|
|
5badddbada
|
Using framebuffer info for putpixel loop instead of hardcoded values
(never expect Multiboot to give you what you want!)
|
2023-06-23 22:54:46 +03:00 |
|
|
b2c4091216
|
Fixing multiboot section to be a section
|
2023-06-23 22:54:05 +03:00 |
|
|
998fe3d26d
|
Getting memory information
|
2023-06-23 22:53:43 +03:00 |
|
|
5ec345e59f
|
Style: Converting spaces to tabs
|
2023-06-22 02:28:33 +03:00 |
|
|
e472492ee3
|
Making stuff work again
|
2023-06-22 02:13:20 +03:00 |
|
|
086eba4ea4
|
Don't try to put pixel off-screen
|
2023-06-18 07:49:43 +03:00 |
|
|
fadccef0df
|
Putting pixels to screen
|
2023-06-18 07:47:52 +03:00 |
|
|
5bfb8d9e97
|
Implementing unsigned itoa (uint to str)
|
2023-06-18 06:25:19 +03:00 |
|
|
1a9201b529
|
Code organizing
|
2023-06-18 05:37:30 +03:00 |
|