aboutsummaryrefslogtreecommitdiff
path: root/src/entry.asm
AgeCommit message (Collapse)Author
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