fuze2 - Hobby OS
Posted: Tue Oct 14, 2008 2:03 pm
Hi
After many years of reading the forums, I've finally registered an account and thought I'd introduce myself and my latest kernel project 'fuze2'. This is my 2nd significant attempt at a monolithic unix-like kernel for x86 (how many people stopped reading after that line ).
After a couple of months of playing with it on/off it is able to execute a statically linked ELF binary from an ext2 filesystem.
Features all the usual stuff, demand paging (with C-O-W), VFS with ext2 read-only support etc etc.... It's a hobby project so progress is slow. My main aim is to get it self-hosting as quickly as possible with minimal legacy stuff implemented. Long term aim is stable kernel + GUI.
I have no idea when I'll release source and binaries, but it will be GPL'd.
The screenshow below shows it demand paging a 'Hello, world!' binary.
After many years of reading the forums, I've finally registered an account and thought I'd introduce myself and my latest kernel project 'fuze2'. This is my 2nd significant attempt at a monolithic unix-like kernel for x86 (how many people stopped reading after that line ).
After a couple of months of playing with it on/off it is able to execute a statically linked ELF binary from an ext2 filesystem.
Features all the usual stuff, demand paging (with C-O-W), VFS with ext2 read-only support etc etc.... It's a hobby project so progress is slow. My main aim is to get it self-hosting as quickly as possible with minimal legacy stuff implemented. Long term aim is stable kernel + GUI.
I have no idea when I'll release source and binaries, but it will be GPL'd.
The screenshow below shows it demand paging a 'Hello, world!' binary.