LearnOS icon indicating copy to clipboard operation
LearnOS copied to clipboard

This is one of my long awaited project on learning to develop an Operating System.

Results 9 LearnOS issues
Sort by recently updated
recently updated
newest added

the website has expired

I'm not sure if this is just because of changes in the new versions, but i'm getting the following: ```ld: cannot use executable file 'debug/elf/loader.elf' as input to a link```...

Write a program which will create a basic file system on a drive. To begin with we do not require any partitions.

enhancement

Hi Is there a typo in uint32_t free_mem_addr = 0x10000 ? for 1M mark, free_mem_addr = 0x100000

bug
good first issue

Cursor does not appear when reached last line.

bug