aboutsummaryrefslogtreecommitdiff
path: root/src/entry.asm
AgeCommit message (Collapse)Author
2020-08-09Heavy restructuring of libc, kernel and appsMarvin Borner
2020-08-07Dual-tasking works.Marvin Borner
I don't know why triple-tasking doesn't though...
2020-08-07Finished bootloader TSS/GDT updateMarvin Borner
2020-08-07Started TSS ring3 implementationMarvin Borner
2020-07-28Make the bin smaller so direct pointers are enoughMarvin Borner
This is not a final sollution but will work for the moment. I'm just too confused by assembly so I implemented some tricks to shrink the binary.
2020-07-26Something like this *could* work in the futureMarvin Borner
This needs MUCH work though (and doesn't work right now :P)
2020-07-23Removed useless loggingMarvin Borner
2020-07-22Bumped up resolutionMarvin Borner
2020-07-22Added VESA support in bootloaderMarvin Borner
2020-07-22Okidoki, seems to work!Marvin Borner
2020-07-22Removed some magic gdt numbersMarvin Borner
2020-07-21Added mmap parsingMarvin Borner
2020-07-21Yaas. May or may not work.Marvin Borner
This is actually very dumb. I thought about a fix for the 0x200 inode 16bit overflow since a few days but then I just decided to use a static inode (5) for the kernel. It's way simpler to implement so I'm staying with this for a while (although specific inodes don't work with genext2fs and co AFAIK).
2020-07-15this very much good beMarvin Borner
2020-07-14AwesomeMarvin Borner
2020-07-14Simple fix because I don't want to fix it for realMarvin Borner
The inode number overflowed the 16 bit registers. Without splitting the numbers, there's no other way than removing the /boot directory ig. I just didn't want to fix it for real :)
2020-07-01Save ax and bx in print routineMarvin Borner
2020-07-01Better namingMarvin Borner
2020-06-27Lea is awesomeMarvin Borner
The operation of course, not the name
2020-06-24Started kernel loadingMarvin Borner
2020-06-24Cleaned up boot-loopMarvin Borner
Pun intended.
2020-06-24Fixed boot searchMarvin Borner
2020-06-24Added file-search loopMarvin Borner
Kinda works.
2020-06-23Reduced magic numbers with definitionsMarvin Borner
2020-06-23Added root directory verificationMarvin Borner
2020-06-22Some thingsMarvin Borner
2020-06-21Some fixesMarvin Borner
2020-06-20Added static binary kernel loadingMarvin Borner
2020-06-20Added bootloader and basic ext2 parsingMarvin Borner
2020-06-17Hello!Marvin Borner
2020-06-17Started rewriteMarvin Borner