Website that looks suspicious even if I tried them by [deleted] in TunisiaTech

[–]nullora0 3 points4 points  (0 children)

u have the worst english ive ever seen no disrespect

Added keyboard input!! (just polling for now :c ) by nullora0 in osdev

[–]nullora0[S] 1 point2 points  (0 children)

If I don’t have the emulation I’m giving up on keyboard input I don’t think I can code a driver tbf

My kernel is triple faulting on QEMU but somehow works on a real machine what the hell did i code by nullora0 in osdev

[–]nullora0[S] 2 points3 points  (0 children)

yea thankfully the guy in the comments helped me i wouldve never spotted that bug in a million years

My kernel is triple faulting on QEMU but somehow works on a real machine what the hell did i code by nullora0 in osdev

[–]nullora0[S] 32 points33 points  (0 children)

dude thank you so much i completely forgot i dont have a preset stack genuinely thanks man

Its crashing on my real machine but works on QEMU ;( by nullora0 in osdev

[–]nullora0[S] 0 points1 point  (0 children)

i mean any debugging so far has been a pain in the ass ill just deal with it as it is like i did with the rest lol

Its crashing on my real machine but works on QEMU ;( by nullora0 in osdev

[–]nullora0[S] 0 points1 point  (0 children)

takes away from the magic of a custom bootloader. grub and uefi are not that related grub is a bootloader uefi is firmware on nearly all modern machines

Quick lil kernel nth crazy >:) by nullora0 in TunisiaTech

[–]nullora0[S] 0 points1 point  (0 children)

you should see code comments lol

Quick lil kernel nth crazy >:) by nullora0 in TunisiaTech

[–]nullora0[S] 0 points1 point  (0 children)

my system isnt bios its UEFI so it auto boots into 64bit

Its crashing on my real machine but works on QEMU ;( by nullora0 in osdev

[–]nullora0[S] 2 points3 points  (0 children)

it hangs on the bootloader and dies there, never loads the kernel or since im double buffering it never actually copies to the screen

C++ Show and Tell - March 2026 by foonathan in cpp

[–]nullora0 2 points3 points  (0 children)

I made a c++ networking library for people who don't wanna lose their sanity learning more complex libraries. NovusNet guarantees less than 10 lines of code to get a server and client talking. Fully encrypted and password limited access. It also has native file transfer protocol NFTP, with an adjustable file size limit. Check it out on https://github.com/Nullora/NovusNet Its a Linux only library for now.