BoneOS
BoneOS copied to clipboard
💥 BoneOS Kernel and Operating System Source Tree
After running the cmd make qemu_compile, im getting this box, can you tell me what's wrong? 
BoneOS Version : V 0.0.3 I just downloaded the ISO, booted it in a little VM and tried some commands. As i entered "uptime" twice the vm crashed without any...
I think there shouldn't be a terminal in kernel mode and the terminal commands must be written for usermode (they also must not be included in the kernel image). we...
If you press the Control key with another key, it triggers a shorcut. Here is a list of shortcuts I plan to support: - [x] Control + A - go...
- [x] Left and Right: move around and edit the command - [ ] Up and Down: you know that.
Libc appears to be missing the standard allocation calls malloc, calloc, and realloc. I may add them myself but I'm working on another project right now.
New commands
I'm going to make a few new command for BoneOS. - [x] logname - prints current login name - [ ] man - help manual - [x] pwd - print...
Below is a linked image of the POC, system is hanged
support for loading modules(like linux modules) from elf shared object.
We need more detailed help for commands. This is going to be solved by some of the commands planned to be implemented in the "New Commands" issue, but making this...