|
|
|
Working on an Operating System
|
|
3 points
by piezoelectric
758 days ago
|
|
I'm working on an Operating system made completely from scratch, I already have the bootloader and kernel ready, and it even has a FAT12 file system, I'm thinking of creating an entire language for it
Any suggestions? |
|
https://git.sr.ht/~sircmpwn/bunnix
Some suggestions for further projects:
* multi-core support
* portability, e.g. to an ARM or RISC-V machine (assuming you started on x86)
* networking